Set default time domain to Audiotime to sidestep various MusicTime issues

This commit is contained in:
Robin Gareus
2024-04-09 18:36:07 +02:00
parent ecd22e9aa8
commit cde26c5205

View File

@@ -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 */