Page 1 of 1

Saved XML File Inconsistencies

Posted: Thu Sep 03, 2020 11:42 am
by EnjoyRC
Using Banana & Potato

1. When the XML is saved for the Macro Buttons, the 3rd line node

Code: Select all

<MacroButtonConfiguration x0='-776' y0='859' dx='767' dy='682' />
should not be terminated with />. It should simply end with > because the XML node is terminated at the 2nd to last line of the file.

2. When the XML is saved for the main VoiceMeeter Banana Settings, the 4th line is missing an attribute closing single quote.

Code: Select all

<OptionDev mme='1024' wdm='512' ks='512' asio='0' srasio='0 msA1='0' msA2='0' msA3='0' />
The srasio attribute is not closed properly.

Re: Saved XML File Inconsistencies

Posted: Sun Sep 06, 2020 7:13 am
by Vincent Burel
thanks for this precise report!
this should have no impact on our XML wrapper. but can be boring for XML editor.
it will be corrected in next update (coming this month normally)