Page 1 of 1

"Monitoring Synchro Delay" setting isn't loaded from XML file

Posted: Mon Sep 14, 2020 7:40 pm
by Horned_Reaper
The "Monitoring Synchro Delay" setting for "Out A1" is saved to XML file but not loaded from XML file when the setting was changed before. Only the value stored in the Windows Registry is taken.
A fix would be highly appreciated.

Re: "Monitoring Synchro Delay" setting isn't loaded from XML file

Posted: Mon Sep 20, 2021 12:04 pm
by Horned_Reaper
The issue still occurs.
Could you please fix this?

Thank you and best regards
Manuel

Re: "Monitoring Synchro Delay" setting isn't loaded from XML file

Posted: Tue Sep 21, 2021 1:22 pm
by Andres
Hi. I am not really sure to fully understand your scenario. Using Menu - Load Settings... will restore the Monitoring Synchro Delay value from the XML file correctly (I tested Voicemeeter Banana - 2.0.7.8)

You mention that the setting is not loaded when the setting was changed before: I changed the value from the System Settings / Options... window to a test value. After that I used Load Settings... and the value was replaced with the value stored in the XML file.

Could you please describe your scenario a little further and specify what version of Voicemeeter are you using?

Thanks for your time.

Re: "Monitoring Synchro Delay" setting isn't loaded from XML file

Posted: Wed Sep 22, 2021 9:34 pm
by Horned_Reaper
Thanks for your reply.

Apparently the issue is fixed with version 2.0.7.8.

I also found the root cause. An apostroph (') was missing after the Monitoring Synchro Delay (srasio) value in the XML file on every saving.

Before:
<VoiceMeeterDeviceConfiguration>
<OptionDev mme='1024' wdm='512' ks='512' asio='0' srasio='0 msA1='150' msA2='0' />

Now:
<VoiceMeeterDeviceConfiguration>
<OptionDev mme='1024' wdm='512' ks='512' asio='0' srasio='0' msA1='150' msA2='0' />

So we can consider this issue as fixed.
Excellent! :D