Pitchbend values on macro page

Hi ggc,

It is possible to connect a single value box for example, to the parameter of all zone inside a program or only a sub layer. To learn more about that please refer to the online manual.

But in short words. Normally, when you drop a parameter on the value property, it adds a connection by inserting a path to the parameter of the dropped object parameter, for example a zone parameter.

That will for example look like this
@0:Zone 1/@id:33001e” (PitchBendUp of a Zone that lives directly in a program)
This means connect to the parameter with the id 33001e of the first (0) object with the name “Zone 1”.

If you have mutiple zones in your program you need to adapt this connection path to
@type:Zone/@id:33001e
This means connect to the parameter with the id 33001e of all objects of the type “Zone”.

If the zones are in a sub layer the path can also be more complex like for example
@0:Layer 1/@type:Zone/@id:33001e”.
This way you can also control only zones in a specific layer.

The description of how you tried to establish the connection, is something we also consider to implement in a future update.