Hi,
I've been trying to puzzle this out, but I can't seem to figure it out. Is there a way to change the type of the <argN> substitution available for the Rewrite Address similar to the Arguments? I need <argN> to be an integer instead of a decimal value. The OSC route I'm sending to is configured as /hyperdeck/macro/<index>/run, where <index> is the parameter. I'm trying to use MIDI velocity to do the selection. I've gotten /hyperdeck/macro/1.00/run using /hyperdeck/macro/<arg0>/run and MIDI velocity 1, but I need an integer value, i.e. /hyperdeck/macro/1/run. What am I missing?
I've been trying to puzzle this out, but I can't seem to figure it out. Is there a way to change the type of the <argN> substitution available for the Rewrite Address similar to the Arguments? I need <argN> to be an integer instead of a decimal value. The OSC route I'm sending to is configured as /hyperdeck/macro/<index>/run, where <index> is the parameter. I'm trying to use MIDI velocity to do the selection. I've gotten /hyperdeck/macro/1.00/run using /hyperdeck/macro/<arg0>/run and MIDI velocity 1, but I need an integer value, i.e. /hyperdeck/macro/1/run. What am I missing?
Comment