mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
notify about commit change when we slip out of rec-enabled due to auto-punch
git-svn-id: svn://localhost/ardour2/branches/3.0@10274 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
572b6e6275
commit
c1908086bb
1 changed files with 2 additions and 0 deletions
|
|
@ -1051,6 +1051,8 @@ Session::step_back_from_record ()
|
|||
if (Config->get_monitoring_model() == HardwareMonitoring && config.get_auto_input()) {
|
||||
set_track_monitor_input_status (false);
|
||||
}
|
||||
|
||||
RecordStateChanged (); /* emit signal */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue