From a6256daf01e9ffe1fcb32557f9f9712432f855fd Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Thu, 24 Jan 2019 06:47:36 +0100 Subject: drum note length extension --- src/midi_sequencer_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/midi_sequencer_impl.hpp') 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 &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 -- cgit v1.2.3