Home Forums Macros Macro: Asking for a pitch state on a specific track Reply To: Macro: Asking for a pitch state on a specific track

#5078
Philippe OllivierPhilippe
Keymaster

To get the pitch value, you need this :

{floor(scale(valueOfReactionNamed(“TrackPitch_trk1”), 0, 1, 0, 127))}

But you will need some math to obtain the color variation depending on the pitch value… -)