diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-04 15:32:02 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-04 15:32:02 +0300 |
commit | 8861a00a87fc09ec5b08d3c8ee1d47fa6f5d6c6e (patch) | |
tree | cb4974f46ddacd1b50d257d98fff0b693222ba25 /utils/gen_adldata/file_formats/load_ibk.h | |
parent | 79a4100777d99c00e983ee78b4539acc349bd148 (diff) | |
download | libADLMIDI-8861a00a87fc09ec5b08d3c8ee1d47fa6f5d6c6e.tar.gz libADLMIDI-8861a00a87fc09ec5b08d3c8ee1d47fa6f5d6c6e.tar.bz2 libADLMIDI-8861a00a87fc09ec5b08d3c8ee1d47fa6f5d6c6e.zip |
All real 4-operator voices are must be different
Diffstat (limited to 'utils/gen_adldata/file_formats/load_ibk.h')
-rw-r--r-- | utils/gen_adldata/file_formats/load_ibk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_ibk.h b/utils/gen_adldata/file_formats/load_ibk.h index 6370ad0..d5909f3 100644 --- a/utils/gen_adldata/file_formats/load_ibk.h +++ b/utils/gen_adldata/file_formats/load_ibk.h @@ -63,7 +63,7 @@ static bool LoadIBK(const char *fn, unsigned bank, const char *prefix, bool perc tmp2.pseudo4op = false; tmp2.voice2_fine_tune = 0.0; - size_t resno = InsertIns(tmp, tmp, tmp2, std::string(1, '\377') + name, name2); + size_t resno = InsertIns(tmp, tmp2, std::string(1, '\377') + name, name2); SetBank(bank, (unsigned int)gmno, resno); } return true; |