Skip to main content

Module param

Module param 

Source
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/scrub to a transport value, returning the new transport with its playhead moved to the requested position.
apply_set_param
Apply an intent/set-param to a parameter map, returning the new map. The returned value is the operation to commit through realize.