From fa482c88dc1f2f6711f55d5700b12219c5cf5c94 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 1 Aug 2019 15:45:10 +0300 Subject: Update Apogee-IMF90 bank Replaced and polished some instruments --- fm_banks/wopl_files/Apogee-IMF-90.wopl | Bin 16983 -> 16983 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/fm_banks/wopl_files/Apogee-IMF-90.wopl b/fm_banks/wopl_files/Apogee-IMF-90.wopl index 89b8c77..34ad043 100644 Binary files a/fm_banks/wopl_files/Apogee-IMF-90.wopl and b/fm_banks/wopl_files/Apogee-IMF-90.wopl differ -- cgit v1.2.3 From 0117dc8cc36feac606b18585d2a43d70ae3f42ca Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 2 Aug 2019 18:56:12 +0300 Subject: Another fix of Apogee-IMF90 Minor fix of Accordion --- fm_banks/wopl_files/Apogee-IMF-90.wopl | Bin 16983 -> 16983 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/fm_banks/wopl_files/Apogee-IMF-90.wopl b/fm_banks/wopl_files/Apogee-IMF-90.wopl index 34ad043..2df6f97 100644 Binary files a/fm_banks/wopl_files/Apogee-IMF-90.wopl and b/fm_banks/wopl_files/Apogee-IMF-90.wopl differ -- cgit v1.2.3 From 241cf3838dcb4a383302cdaa99f13347c7f52f77 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 16 Sep 2019 17:03:56 +0300 Subject: Bank-70: Rename "lee" into "Rise of the Triad" --- banks.ini | 4 ++-- fm_banks/tmb_files/lee.tmb | Bin 3328 -> 0 bytes fm_banks/tmb_files/rott.tmb | Bin 0 -> 3328 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 fm_banks/tmb_files/lee.tmb create mode 100644 fm_banks/tmb_files/rott.tmb diff --git a/banks.ini b/banks.ini index 6629cfb..508c032 100644 --- a/banks.ini +++ b/banks.ini @@ -522,9 +522,9 @@ file = "fm_banks/tmb_files/bloodtmb.tmb" prefix = "apgblood" [bank-70] -name = "TMB (Lee)" +name = "TMB (Rise of the Triad)" format = TMB -file = "fm_banks/tmb_files/lee.tmb" +file = "fm_banks/tmb_files/rott.tmb" prefix = "apglee" [bank-71] diff --git a/fm_banks/tmb_files/lee.tmb b/fm_banks/tmb_files/lee.tmb deleted file mode 100644 index b260d00..0000000 Binary files a/fm_banks/tmb_files/lee.tmb and /dev/null differ diff --git a/fm_banks/tmb_files/rott.tmb b/fm_banks/tmb_files/rott.tmb new file mode 100644 index 0000000..b260d00 Binary files /dev/null and b/fm_banks/tmb_files/rott.tmb differ -- cgit v1.2.3