mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
triggerbox: disambiguate otherwise identical DEBUG_TRACE messages
This commit is contained in:
parent
b481590268
commit
e76b26acf0
1 changed files with 2 additions and 2 deletions
|
|
@ -4057,7 +4057,7 @@ TriggerBox::handle_stopped_trigger (BufferSet& bufs, pframes_t dest_offset)
|
||||||
} else {
|
} else {
|
||||||
_currently_playing = 0;
|
_currently_playing = 0;
|
||||||
PropertyChanged (Properties::currently_playing);
|
PropertyChanged (Properties::currently_playing);
|
||||||
DEBUG_TRACE (DEBUG::Triggers, "currently playing was stopped, but stop_all was set, leaving nf loop\n");
|
DEBUG_TRACE (DEBUG::Triggers, "currently playing was stopped, but stop_all was set #1, leaving nf loop\n");
|
||||||
/* leave nframes loop */
|
/* leave nframes loop */
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
@ -4391,7 +4391,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
||||||
|
|
||||||
_currently_playing = 0;
|
_currently_playing = 0;
|
||||||
PropertyChanged (Properties::currently_playing);
|
PropertyChanged (Properties::currently_playing);
|
||||||
DEBUG_TRACE (DEBUG::Triggers, "currently playing was stopped, but stop_all was set, leaving nf loop\n");
|
DEBUG_TRACE (DEBUG::Triggers, "currently playing was stopped, but stop_all was set #2, leaving nf loop\n");
|
||||||
/* leave nframes loop */
|
/* leave nframes loop */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue