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
3 May 2021 at 15 h 06 min
#5078
Philippe
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… -)