Page 1 of 1

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

Posted: Sun Dec 20, 2020 1:57 am
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;