diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2019-01-28 18:25:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 18:25:49 +0300 |
commit | 307678d1831434b9565c82960aae3b97d37f71df (patch) | |
tree | fb1ce7d24f72ac4ea98977b3009fe4e7586be342 /src/midi_sequencer_impl.hpp | |
parent | de2aa6999c38046472bf557b654f296df0903629 (diff) | |
parent | 3bdda83b7d5417785f5df0120d4f2d73af4253d4 (diff) | |
download | libADLMIDI-307678d1831434b9565c82960aae3b97d37f71df.tar.gz libADLMIDI-307678d1831434b9565c82960aae3b97d37f71df.tar.bz2 libADLMIDI-307678d1831434b9565c82960aae3b97d37f71df.zip |
Merge pull request #200 from jpcima/drum-ttl
drum note length extension
Diffstat (limited to 'src/midi_sequencer_impl.hpp')
-rw-r--r-- | src/midi_sequencer_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer_impl.hpp b/src/midi_sequencer_impl.hpp index 446e2e7..2af80ea 100644 --- a/src/midi_sequencer_impl.hpp +++ b/src/midi_sequencer_impl.hpp @@ -819,7 +819,7 @@ void BW_MidiSequencer::buildTimeLine(const std::vector<MidiEvent> &tempos, //Resolve "hell of all times" of too short drum notes: //move too short percussion note-offs far far away as possible /********************************************************************************/ -#if 1 //Use this to record WAVEs for comparison before/after implementing of this +#if 0 //Use this to record WAVEs for comparison before/after implementing of this if(m_format == Format_MIDI)//Percussion fix is needed for MIDI only, not for IMF/RSXX or CMF { //! Minimal real time in seconds |