trigger page: cue recording should be disabled by default
This commit is contained in:
parent
9e48633b82
commit
f35cb6da8f
@ -2184,7 +2184,7 @@ int TriggerBox::_first_midi_note = 60;
|
|||||||
std::atomic<int> TriggerBox::active_trigger_boxes (0);
|
std::atomic<int> TriggerBox::active_trigger_boxes (0);
|
||||||
TriggerBoxThread* TriggerBox::worker = 0;
|
TriggerBoxThread* TriggerBox::worker = 0;
|
||||||
CueRecords TriggerBox::cue_records (256);
|
CueRecords TriggerBox::cue_records (256);
|
||||||
std::atomic<bool> TriggerBox::_cue_recording (true);
|
std::atomic<bool> TriggerBox::_cue_recording (false);
|
||||||
PBD::Signal0<void> TriggerBox::CueRecordingChanged;
|
PBD::Signal0<void> TriggerBox::CueRecordingChanged;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user