mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
clip recording: begin/end write only happens on trigger arm/disarm
This commit is contained in:
parent
56c99a43d2
commit
57252cd1c7
1 changed files with 0 additions and 5 deletions
|
|
@ -496,11 +496,6 @@ MidiCueEditor::idle_data_captured ()
|
|||
void
|
||||
MidiCueEditor::box_rec_enable_change (ARDOUR::TriggerBox const & b)
|
||||
{
|
||||
if (b.record_enabled()) {
|
||||
view->begin_write();
|
||||
} else {
|
||||
view->end_write ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue