Limit Remote Gain to 0 with dll
-
- Posts: 1
- Joined: Fri Jan 14, 2022 3:07 am
Limit Remote Gain to 0 with dll
After upgrading from voicemeeter potato 3.0.1.8 to 3.0.2.1 the `Limit Remote Gain to 0dBfs` setting no longer seems to do anything for me. I'm using a nodejs library to connect to voicemeeter through the DLL but I can't find any settings or different function calls in the documentation the DLL should be using. Is this just a bug?
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Limit Remote Gain to 0 with dll
Limit Remote Gain to 0dbFs is for MIDI Controller...
but for remoting the limit has maybe be removed when implementing relative mode...
i'm going to check...
but for remoting the limit has maybe be removed when implementing relative mode...
i'm going to check...
-
- Site Admin
- Posts: 2133
- Joined: Sun Jan 17, 2010 12:01 pm
Re: Limit Remote Gain to 0 with dll
ok, i found a way to fix this regression.
in fact the "Remote Limit" is useful only for instruction type: strip(i).gain += 3; or Bus(i).gain += 3; for example
so i've implemented the limit option in this case (will be in next update).
in fact the "Remote Limit" is useful only for instruction type: strip(i).gain += 3; or Bus(i).gain += 3; for example
so i've implemented the limit option in this case (will be in next update).