diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-12-13 00:23:46 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-12-13 00:23:46 +0300 |
commit | 597eb41cd6973dc21663bddb4ebe0a746c37f159 (patch) | |
tree | 41898210efcdb6b48b9fcd1603884873fdeda48c /src/oplinst.h | |
parent | 808ade1aef03d91d3d072dfe139155070dce3459 (diff) | |
download | libADLMIDI-597eb41cd6973dc21663bddb4ebe0a746c37f159.tar.gz libADLMIDI-597eb41cd6973dc21663bddb4ebe0a746c37f159.tar.bz2 libADLMIDI-597eb41cd6973dc21663bddb4ebe0a746c37f159.zip |
Added per-bank MT32 defaults option
This option makes MT32 defaults being set:
- 127 initial volume
- octave-wide pitch bend
Diffstat (limited to 'src/oplinst.h')
-rw-r--r-- | src/oplinst.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; /** |