13
0

L: livetrax never monitors the input; hide the pref in audio+midi

This commit is contained in:
Ben Loftis 2024-05-31 07:58:05 -05:00
parent 7269c1f91f
commit 5663a2ddd3

View File

@ -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;