Page 1 of 1

Load() button map does not expand %% system variables

Posted: Sat Mar 14, 2020 11:14 pm
by py2raf
Hi Vince!

I tried to create a button map Load() using %% environment variable but it didn't work.

Example:

Code: Select all

Load("%USERPROFILE%\auto\cq-map.xml");
Will fail. However, if I:

Code: Select all

Load("c:\users\rodrigo\auto\cq-map.xml");
Works flawlessly. Just reporting.

As I have posted in other thread, I'm already taking advantage of it!

Documented at https://github.com/rfrht/Voicemeeter-FT ... utton-maps

Thanks for all your hard work and enhancements, Vince!

p.s.: This functionality is missing in Manual - I found in changelog!

Re: Load() button map does not expand %% system variables

Posted: Tue Mar 17, 2020 10:25 am
by Vincent Burel
yes, right, we forgot this... ok i note it for next update.