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/oplinst.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/oplinst.h') diff --git a/src/oplinst.h b/src/oplinst.h index 2238662..622d4b2 100644 --- a/src/oplinst.h +++ b/src/oplinst.h @@ -106,6 +106,7 @@ struct OplBankSetup bool deepTremolo; bool deepVibrato; bool scaleModulators; + bool mt32defaults; }; /** -- cgit v1.2.3