mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
realtime_stop does not need to send MMC as realtime_stop will have already done it.
git-svn-id: svn://localhost/ardour2/branches/3.0@7319 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d680d2323c
commit
21e10145d8
1 changed files with 0 additions and 2 deletions
|
|
@ -562,8 +562,6 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
|
|||
have_looped = false;
|
||||
|
||||
send_full_time_code (0);
|
||||
deliver_mmc (MIDI::MachineControl::cmdStop, 0);
|
||||
deliver_mmc (MIDI::MachineControl::cmdLocate, _transport_frame);
|
||||
|
||||
if ((ptw & PostTransportLocate) && get_record_enabled()) {
|
||||
/* capture start has been changed, so save pending state */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue