Page 1 of 1

Limit Remote Gain to 0 with dll

Posted: Sat Jan 22, 2022 6:34 pm
by Jaggernaut
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?

Re: Limit Remote Gain to 0 with dll

Posted: Sat Jan 22, 2022 7:27 pm
by Vincent Burel
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...

Re: Limit Remote Gain to 0 with dll

Posted: Mon Jan 31, 2022 8:38 am
by Vincent Burel
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).