Limit Remote Gain to 0 with dll

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
Jaggernaut
Posts: 1
Joined: Fri Jan 14, 2022 3:07 am

Limit Remote Gain to 0 with dll

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

Re: Limit Remote Gain to 0 with dll

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

Re: Limit Remote Gain to 0 with dll

Post 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).
Post Reply