improve accuracy of DEBUG_TRACE output

This commit is contained in:
Paul Davis 2022-09-26 16:39:07 -06:00
parent 60aaccb2f9
commit 6ff57ca37b
1 changed files with 1 additions and 1 deletions

View File

@ -2802,7 +2802,7 @@ MIDITrigger::midi_run (BufferSet& bufs, samplepos_t start_sample, samplepos_t en
if (last_event_timeline_beats <= final_beat) {
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 entering playout because ... leb %2 < fb %3\n", index(), last_event_timeline_beats, final_beat));
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 entering playout because ... leb %2 <= fb %3\n", index(), last_event_timeline_beats, final_beat));
_playout = true;