From adfa9ae4cfd230baa33a57196c88e618c156c94c Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 8 Oct 2017 17:10:04 +0300 Subject: Add support for WOPL banks format --- src/gen_adldata/file_formats/load_bisqwit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gen_adldata/file_formats/load_bisqwit.h') 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) -- cgit v1.2.3