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

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
py2raf
Posts: 11
Joined: Wed Jul 17, 2019 6:52 pm

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

Post 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!
Vincent Burel
Site Admin
Posts: 2005
Joined: Sun Jan 17, 2010 12:01 pm

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

Post by Vincent Burel »

yes, right, we forgot this... ok i note it for next update.
Post Reply