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

The Virtual Audio Mixer discussions and support...
Post Reply
Horned_Reaper
Posts: 8
Joined: Fri Sep 04, 2020 9:19 pm

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

Post 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.
Horned_Reaper
Posts: 8
Joined: Fri Sep 04, 2020 9:19 pm

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

Post by Horned_Reaper »

The issue still occurs.
Could you please fix this?

Thank you and best regards
Manuel
Andres
Posts: 192
Joined: Fri May 01, 2020 7:25 pm

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

Post 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.
Horned_Reaper
Posts: 8
Joined: Fri Sep 04, 2020 9:19 pm

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

Post 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
Post Reply