Expand description
Parameter and transport edits: intent/set-param and intent/scrub.
These produce the new parameter or transport value to commit through
realize; nothing is mutated in place. They back onto the existing DAW and
plugin/synth values: a synth patch is a parameter map, a transport carries a
playhead position.
Functionsยง
- apply_
scrub - Apply an
intent/scrubto a transport value, returning the new transport with its playhead moved to the requested position. - apply_
set_ param - Apply an
intent/set-paramto a parameter map, returning the new map. The returned value is the operation to commit throughrealize.