diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-22 23:39:09 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-22 23:39:09 +0300 |
commit | c5f8da70da78110dbbaa74ff4ebce6edf5d04be8 (patch) | |
tree | b92284c60efec9652ab313ad032b833ddbbff3f2 /banks.ini | |
parent | f21a5030355d27d9562cc62643db0380dc58a84b (diff) | |
download | libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.gz libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.bz2 libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.zip |
Rhythm-mode percussion now works!
Diffstat (limited to 'banks.ini')
-rw-r--r-- | banks.ini | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -392,6 +392,7 @@ name = "SB (Action Soccer)" format = IBK file = "fm_banks/ibk_files/soccer-genmidi.ibk" file-p = "fm_banks/ibk_files/soccer-percs.ibk" +no-rhythm-mode = true prefix = "b55M" prefix-p = "b55P" @@ -467,17 +468,24 @@ prefix = "rapt" ; Wohlstand's very old bank modded in SBTimbre. ; Percussions are custom due original percussions set widely used rhythm mode. [bank-65] -name = "OP3 (Modded GMOPL by Wohlstand)" -format = TMB -file = "fm_banks/op3_files/gmopl_wohl_mod.tmb" -prefix = "b65" +name = "SB (Modded GMOPL by Wohlstand)" +format = IBK +file = "fm_banks/ibk_files/gmopl_wohl_mod.ibk" +file-p = "fm_banks/ibk_files/gmopl_wohl_mod-drums.ibk" +;format = TMB +;file = "fm_banks/op3_files/gmopl_wohl_mod.tmb" +prefix = "b65M" +prefix-p = "b65P" ; Jamie O'Connell's bank used in his FM Driver for Win3x/9x and was ; pre-included with his SB-Timbre editor. Percussions are custom. [bank-66] name = "SB (Jamie O'Connell's bank)" -format = TMB -file = "fm_banks/op3_files/gmoconel.tmb" +format = IBK +file = "fm_banks/ibk_files/JOconnel.IBK" +file-p = "fm_banks/ibk_files/JOconnel-DRUM.IBK" +;format = TMB +;file = "fm_banks/op3_files/gmoconel.tmb" prefix = "b66" ; Default timbre bank saved from Apogee Audio System library source code. |