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/midi_sequencer_impl.hpp | |
parent | de2aa6999c38046472bf557b654f296df0903629 (diff) | |
download | libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.tar.gz libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.tar.bz2 libADLMIDI-a6256daf01e9ffe1fcb32557f9f9712432f855fd.zip |
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 |