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
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

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