mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
rework metering states 2, 6, 18 and 22
This commit is contained in:
parent
920154702f
commit
f78d60a4a3
1 changed files with 4 additions and 1 deletions
|
|
@ -416,7 +416,10 @@ Track::no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
|
||||||
bool const tape_machine_mode = Config->get_tape_machine_mode ();
|
bool const tape_machine_mode = Config->get_tape_machine_mode ();
|
||||||
bool no_meter = false;
|
bool no_meter = false;
|
||||||
|
|
||||||
if (!software_monitor && tape_machine_mode && !track_rec) {
|
if (!auto_input && !track_rec) {
|
||||||
|
no_meter=true;
|
||||||
|
}
|
||||||
|
else if (!software_monitor && tape_machine_mode && !track_rec) {
|
||||||
no_meter=true;
|
no_meter=true;
|
||||||
}
|
}
|
||||||
else if (!software_monitor && !tape_machine_mode && !track_rec && !auto_input) {
|
else if (!software_monitor && !tape_machine_mode && !track_rec && !auto_input) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue