From f4736ec6e66824931fd36edfad60670f56c78146 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 4 Nov 2017 17:01:15 +0300 Subject: Added default states for deep tremolo/vibrato and volume moduels TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags --- src/adlmidi_opl3.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/adlmidi_opl3.cpp') 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[] = {""}; +const AdlBankSetup adlbanksetup[] = {{0, 1, 1, 0, 0}}; #endif static const unsigned short Operators[23 * 2] = -- cgit v1.2.3