diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2019-01-24 06:47:36 +0100 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2019-01-25 08:41:33 +0100 |
commit | a6256daf01e9ffe1fcb32557f9f9712432f855fd (patch) | |
tree | d99348e39af1657142fe713a0ef4301c513c1c2a /src/adlmidi_midiplay.hpp | |
parent | de2aa6999c38046472bf557b654f296df0903629 (diff) | |
download | libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.tar.gz libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.tar.bz2 libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.zip |
drum note length extension
Diffstat (limited to 'src/adlmidi_midiplay.hpp')
-rw-r--r-- | src/adlmidi_midiplay.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp index fd58b13..d3e5ea4 100644 --- a/src/adlmidi_midiplay.hpp +++ b/src/adlmidi_midiplay.hpp @@ -156,6 +156,10 @@ public: bool isPercussion; //! Note that plays missing instrument. Doesn't using any chip channels bool isBlank; + //! Whether releasing and on extended life time defined by TTL + bool isOnExtendedLifeTime; + //! Time-to-live until release (short percussion note fix) + double ttl; //! Patch selected const adlinsdata2 *ains; enum |