mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
NO-OP: whitespace
This commit is contained in:
parent
53c6b7f909
commit
e353bd982b
1 changed files with 2 additions and 1 deletions
|
|
@ -1625,7 +1625,8 @@ Session::start_transport ()
|
|||
send_immediate_mmc (MIDI::MachineControlCommand (MIDI::MachineControl::cmdDeferredPlay));
|
||||
}
|
||||
|
||||
if ((actively_recording() || (config.get_punch_in() && get_record_enabled())) && click_data && (config.get_count_in () || _count_in_once)) {
|
||||
if ((actively_recording () || (config.get_punch_in () && get_record_enabled ()))
|
||||
&& click_data && (config.get_count_in () || _count_in_once)) {
|
||||
_count_in_once = false;
|
||||
/* calculate count-in duration (in audio samples)
|
||||
* - use [fixed] tempo/meter at _transport_sample
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue