mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Set default time domain to Audiotime to sidestep various MusicTime issues
This commit is contained in:
parent
ecd22e9aa8
commit
cde26c5205
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
the value of the variable.
|
||||
*****************************************************/
|
||||
|
||||
CONFIG_VARIABLE (Temporal::TimeDomain, preferred_time_domain, "preferred_time_domain", Temporal::BeatTime)
|
||||
CONFIG_VARIABLE (Temporal::TimeDomain, preferred_time_domain, "preferred_time_domain", Temporal::AudioTime)
|
||||
|
||||
/* IO connection */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue