With the current version there are a few new remote API functions https://forum.vb-audio.com/viewtopic.php?t=498&sid=67bab62bf1b0e2316605714fbc84278b&start=16 1. The issue with EQ gain beeing limited to -12 to 12db is fixed (nothing needs to be changed here for that, only the readme) 2. There are new functions for EQ Trim and Delay (per channel) ``` Bus[i].EQ.channel[j].Trim = -24 to -24 dB Bus[i].EQ.channel[j].Delay = 0 to 500 ms ``` 3. New VBAN Frame Video stream options for `vban.outStream[9]` More details in the forum post
With the current version there are a few new remote API functions
https://forum.vb-audio.com/viewtopic.php?t=498&sid=67bab62bf1b0e2316605714fbc84278b&start=16
The issue with EQ gain beeing limited to -12 to 12db is fixed (nothing needs to be changed here for that, only the readme)
There are new functions for EQ Trim and Delay (per channel)
New VBAN Frame Video stream options for
vban.outStream[9]More details in the forum post