diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-04 17:01:15 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-04 17:01:15 +0300 |
commit | f4736ec6e66824931fd36edfad60670f56c78146 (patch) | |
tree | 669d154b1bb134f47d99054bc264b357381f793f /src/adlmidi_opl3.cpp | |
parent | 78d7d51ad562bd8040cba46ab0471bc5034fcf4e (diff) | |
download | libADLMIDI-f4736ec6e66824931fd36edfad60670f56c78146.tar.gz libADLMIDI-f4736ec6e66824931fd36edfad60670f56c78146.tar.bz2 libADLMIDI-f4736ec6e66824931fd36edfad60670f56c78146.zip |
Added default states for deep tremolo/vibrato and volume moduels
TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags
Diffstat (limited to 'src/adlmidi_opl3.cpp')
-rw-r--r-- | src/adlmidi_opl3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 377d9c9..ef3d3c3 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -45,6 +45,7 @@ int maxAdlBanks() const unsigned short banks[][256] = {{0}}; const char *const banknames[] = {"<Embedded banks are disabled>"}; +const AdlBankSetup adlbanksetup[] = {{0, 1, 1, 0, 0}}; #endif static const unsigned short Operators[23 * 2] = |