mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
commit to BeatTime as the most likely desired session timebase
This commit is contained in:
parent
e7ced9b855
commit
f53ff625d1
1 changed files with 5 additions and 1 deletions
|
|
@ -91,4 +91,8 @@ CONFIG_VARIABLE (bool, show_monitor_on_meterbridge, "show-monitor-on-meterbridge
|
|||
CONFIG_VARIABLE (bool, show_name_on_meterbridge, "show-name-on-meterbridge", true)
|
||||
CONFIG_VARIABLE (bool, show_fader_on_meterbridge, "show-fader-on-meterbridge", false)
|
||||
CONFIG_VARIABLE (uint32_t, meterbridge_label_height, "meterbridge-label-height", 0)
|
||||
CONFIG_VARIABLE (Temporal::TimeDomain, default_time_domain, "default-time-domain", Temporal::AudioTime)
|
||||
|
||||
/* If the user changes the session default_time_domain, we also stash that in rc_config as a global preference,
|
||||
where it is used to initialize the session timebase menu during new session creation
|
||||
*/
|
||||
CONFIG_VARIABLE (Temporal::TimeDomain, default_time_domain, "default-time-domain", Temporal::BeatTime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue