From 597eb41cd6973dc21663bddb4ebe0a746c37f159 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 13 Dec 2021 00:23:46 +0300 Subject: Added per-bank MT32 defaults option This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend --- src/wopl/wopl_file.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wopl/wopl_file.h') diff --git a/src/wopl/wopl_file.h b/src/wopl/wopl_file.h index 5666ce7..b7d0122 100644 --- a/src/wopl/wopl_file.h +++ b/src/wopl/wopl_file.h @@ -60,7 +60,9 @@ typedef enum WOPLFileFlags /* Enable Deep-Tremolo flag */ WOPL_FLAG_DEEP_TREMOLO = 0x01, /* Enable Deep-Vibrato flag */ - WOPL_FLAG_DEEP_VIBRATO = 0x02 + WOPL_FLAG_DEEP_VIBRATO = 0x02, + /* Enable MT32 defaults (127 initials and octave-wide pitch bend by default, etc.) */ + WOPL_FLAG_MT32 = 0x04 } WOPLFileFlags; /* Volume scaling model implemented in the libADLMIDI */ -- cgit v1.2.3