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 /utils/gen_adldata/file_formats/load_bisqwit.h | |
parent | f21a5030355d27d9562cc62643db0380dc58a84b (diff) | |
download | libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.gz libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.bz2 libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.zip |
Rhythm-mode percussion now works!
Diffstat (limited to 'utils/gen_adldata/file_formats/load_bisqwit.h')
-rw-r--r-- | utils/gen_adldata/file_formats/load_bisqwit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_bisqwit.h b/utils/gen_adldata/file_formats/load_bisqwit.h index 3283aa9..9749a76 100644 --- a/utils/gen_adldata/file_formats/load_bisqwit.h +++ b/utils/gen_adldata/file_formats/load_bisqwit.h @@ -27,6 +27,7 @@ static bool LoadBisqwit(const char *fn, unsigned bank, const char *prefix) tmp2.pseudo4op = false; tmp2.voice2_fine_tune = 0.0; tmp2.midi_velocity_offset = 0; + tmp2.rhythmModeDrum = 0; insdata tmp[2]; for(int side = 0; side < 2; ++side) @@ -55,7 +56,6 @@ static bool LoadBisqwit(const char *fn, unsigned bank, const char *prefix) setup.volumeModel = VOLUME_Generic; setup.deepTremolo = true; setup.deepVibrato = true; - setup.adLibPercussions = false; setup.scaleModulators = false; SetBankSetup(bank, setup); |