mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
hidden config option to replace TRY_AUTOSTART_ENGINE environment var.
It's really only used by the GUI, but engine states are part of ARDOUR::Config::extra_xml so this is at least similarly inconsistent.
This commit is contained in:
parent
00b703ebe8
commit
00169f1da1
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ CONFIG_VARIABLE (MeterType, meter_type_bus, "meter-type-bus", MeterPeak)
|
|||
|
||||
/* miscellany */
|
||||
|
||||
CONFIG_VARIABLE (bool, try_autostart_engine, "try-autostart-engine,", false)
|
||||
CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "default")
|
||||
CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "default")
|
||||
CONFIG_VARIABLE (bool, replicate_missing_region_channels, "replicate-missing-region-channels", false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue