diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-20 00:01:06 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-20 00:01:06 +0300 |
commit | e4db1c263355202a9cb033f9e07d42c31e3ff4a5 (patch) | |
tree | e42c1fdf12787c02ea9c4b717a706d2e01e3e270 /utils/gen_adldata/file_formats/load_bisqwit.h | |
parent | 2ba770631ff1dc978d16a874a4ab99930ce12d2d (diff) | |
download | libADLMIDI-e4db1c263355202a9cb033f9e07d42c31e3ff4a5.tar.gz libADLMIDI-e4db1c263355202a9cb033f9e07d42c31e3ff4a5.tar.bz2 libADLMIDI-e4db1c263355202a9cb033f9e07d42c31e3ff4a5.zip |
gen_adldata: First step of old code clean-up
Verify that all code here is in safe
Diffstat (limited to 'utils/gen_adldata/file_formats/load_bisqwit.h')
-rw-r--r-- | utils/gen_adldata/file_formats/load_bisqwit.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/utils/gen_adldata/file_formats/load_bisqwit.h b/utils/gen_adldata/file_formats/load_bisqwit.h index 7ea3a38..2c803dd 100644 --- a/utils/gen_adldata/file_formats/load_bisqwit.h +++ b/utils/gen_adldata/file_formats/load_bisqwit.h @@ -58,8 +58,8 @@ bool BankFormats::LoadBisqwit(BanksDump &db, const char *fn, unsigned bank, cons tmp[1].diff = (tmp[0] != tmp[1]); tmp2.real4op = tmp[1].diff; - size_t resno = InsertIns(tmp[0], tmp[1], tmp2, name, name2, (tmp[0] == tmp[1])); - SetBank(bank, gmno, resno); +// size_t resno = InsertIns(tmp[0], tmp[1], tmp2, name, name2, (tmp[0] == tmp[1])); +// SetBank(bank, gmno, resno); db.toOps(tmp[0], ops, 0); if(tmp[0] != tmp[1]) @@ -78,12 +78,12 @@ bool BankFormats::LoadBisqwit(BanksDump &db, const char *fn, unsigned bank, cons db.addMidiBank(bankDb, false, bnkMelodique); db.addMidiBank(bankDb, true, bnkPercussion); - AdlBankSetup setup; - setup.volumeModel = VOLUME_Generic; - setup.deepTremolo = true; - setup.deepVibrato = true; - setup.scaleModulators = false; - SetBankSetup(bank, setup); +// AdlBankSetup setup; +// setup.volumeModel = VOLUME_Generic; +// setup.deepTremolo = true; +// setup.deepVibrato = true; +// setup.scaleModulators = false; +// SetBankSetup(bank, setup); return true; } |