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.
"Monitoring Synchro Delay" setting isn't loaded from XML file
-
- Posts: 8
- Joined: Fri Sep 04, 2020 9:19 pm
-
- Posts: 8
- Joined: Fri Sep 04, 2020 9:19 pm
Re: "Monitoring Synchro Delay" setting isn't loaded from XML file
The issue still occurs.
Could you please fix this?
Thank you and best regards
Manuel
Could you please fix this?
Thank you and best regards
Manuel
Re: "Monitoring Synchro Delay" setting isn't loaded from XML file
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.
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.
-
- Posts: 8
- Joined: Fri Sep 04, 2020 9:19 pm
Re: "Monitoring Synchro Delay" setting isn't loaded from XML file
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!![Very Happy :D](./images/smilies/icon_e_biggrin.gif)
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!
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)