Preset to Change CCs

Hello. Diving into create a logical preset to effect CCs. What I want to do it to take any CC (I will create one for 11, 1, 2, etc.) so I can either (in separate preset) add or subtract 5 from the current value(s) or do it on a percentage basis (10%).
What’s the best way to handle this? Any advise or breadcrumbs appreciated.

Hi,

Filter Target
( Type Is | Equal | Controller | And
Subtype (MIDI Controller No.) | Equal | CC 11 (Expression) )

Action Target
Main Value | Add | 5

Function
Transform

or

...
Action Target
Main Value | Subtract | 5
...

or

...
Action Target
Main Value | Multiple by | 1.1
...

or

...
Action Target
Main Value | Multiple by | 0.9
...

1 Like