diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-26 18:17:18 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-26 18:17:18 +0300 |
commit | 400e3d750b14ec3f260fc2e69e362be581b257bb (patch) | |
tree | bb83957bdd868f1a4bb15c2fe5fd3dc050eefc9a /src/adlmidi_private.hpp | |
parent | 7394b15b9547c444999503fae5f42e340854c9eb (diff) | |
download | libADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.tar.gz libADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.tar.bz2 libADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.zip |
Don't busy chip channels with blank notes!
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 8e08077..7b59003 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -584,6 +584,8 @@ public: size_t midiins; //! Is note the percussion instrument bool isPercussion; + //! Note that plays missing instrument. Doesn't using any chip channels + bool isBlank; //! Patch selected const adlinsdata2 *ains; enum |