Hi guys!
I am wondering if it is possible to have access to the meters of Wet and Dry level of the Convolution Reverb.
I mean that is easy to have access to a module (simple gain, eq, dynamics, reverb etc)
calling in your script for example
var LevelL = Convolution.getCurrentLevel(1);
var LevelR = Convolution.getCurrentLevel(0);
in this way we get the current level of the module (in our case the Convolution)
I see that the convolution has also meters for wet level and Dry level (on the module)
Has anyone managed to have access to those meters?
@Christoph-Hart is there a way to achieve this?