mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
triggerbox: experimentally enable cue recording by default
This commit is contained in:
parent
b023b97538
commit
76f4813ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -2184,7 +2184,7 @@ int TriggerBox::_first_midi_note = 60;
|
|||
std::atomic<int> TriggerBox::active_trigger_boxes (0);
|
||||
TriggerBoxThread* TriggerBox::worker = 0;
|
||||
CueRecords TriggerBox::cue_records (256);
|
||||
std::atomic<bool> TriggerBox::_cue_recording (false);
|
||||
std::atomic<bool> TriggerBox::_cue_recording (true);
|
||||
PBD::Signal0<void> TriggerBox::CueRecordingChanged;
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue