diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-08 17:10:04 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-08 17:10:04 +0300 |
commit | adfa9ae4cfd230baa33a57196c88e618c156c94c (patch) | |
tree | 7abe3b4a736155c15680f357bd1f4f0376039e4d /src/gen_adldata/file_formats/load_bisqwit.h | |
parent | 685e7b200a29fdf8cc9dc5149c5173bac25caa9b (diff) | |
download | libADLMIDI-adfa9ae4cfd230baa33a57196c88e618c156c94c.tar.gz libADLMIDI-adfa9ae4cfd230baa33a57196c88e618c156c94c.tar.bz2 libADLMIDI-adfa9ae4cfd230baa33a57196c88e618c156c94c.zip |
Add support for WOPL banks format
Diffstat (limited to 'src/gen_adldata/file_formats/load_bisqwit.h')
-rw-r--r-- | src/gen_adldata/file_formats/load_bisqwit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_adldata/file_formats/load_bisqwit.h b/src/gen_adldata/file_formats/load_bisqwit.h index 98fcd83..4928efa 100644 --- a/src/gen_adldata/file_formats/load_bisqwit.h +++ b/src/gen_adldata/file_formats/load_bisqwit.h @@ -25,7 +25,7 @@ static bool LoadBisqwit(const char *fn, unsigned bank, const char *prefix) struct ins tmp2; tmp2.notenum = (uint8_t)std::fgetc(fp); tmp2.pseudo4op = false; - tmp2.fine_tune = 0.0; + tmp2.voice2_fine_tune = 0.0; insdata tmp[2]; for(int side = 0; side < 2; ++side) |