Feature suggestion: Macrobutton trigger according to bus volume / Custom Triggers

The Virtual Audio Mixer discussions and support...
Post Reply
ronkuper
Posts: 22
Joined: Fri Apr 20, 2018 5:48 pm

Feature suggestion: Macrobutton trigger according to bus volume / Custom Triggers

Post by ronkuper »

That way we can enable EQ dynamically to enhance bass and/or treble at lower volume.

For this use-case (basic "Loudness" at lower volumes) I believe that unlike current trigger functionality this should be looking at the actual bus.Gain level, not the volume of the content played.

Actually, "custom" triggering based on any parameter available for macrobuttons would be awesome:

Code: Select all

ON: bus[i].Gain = -10.0; 
OFF: bus[i].Gain = -10.1;
Or even better:

Code: Select all

ON: bus[i].Gain < -10.0;
OFF: bus[1].Gain > -10.0; 
Post Reply