L: livetrax never monitors the input; hide the pref in audio+midi
This commit is contained in:
parent
7269c1f91f
commit
5663a2ddd3
@ -639,11 +639,13 @@ EngineControl::build_full_control_notebook ()
|
||||
++row;
|
||||
|
||||
/* Monitor settings */
|
||||
#ifndef LIVETRAX
|
||||
settings_table.attach (monitor_expander, 0, 4, row, row + 1, xopt, SHRINK);
|
||||
++row;
|
||||
settings_table.attach (lbl_monitor_model, 0, 1, row, row + 1, xopt, SHRINK);
|
||||
settings_table.attach (monitor_model_combo, 1, 2, row, row + 1, xopt, SHRINK);
|
||||
++row;
|
||||
#endif
|
||||
|
||||
settings_table.attach (latency_expander, 0, 4, row, row + 1, xopt, SHRINK);
|
||||
++row;
|
||||
|
Loading…
Reference in New Issue
Block a user