jtackaberry / reaticulate

An articulation management system for REAPER
Other
101 stars 46 forks source link

Don't lose with last touched FX and inadvertently automate RFX manipulation for tracks with writable automation modes #36

Closed jtackaberry closed 6 years ago

jtackaberry commented 6 years ago

Calling TrackFX_SetParam() against an RFX (usually via one of the rfx module methods such as rfx.opcode()) will cause the RFX to become the last touched FX.

Moreover, if the track is set to one of the writable automation modes, the parameter change will be learned through automation.

Communication to the RFX must be transparent to automation and last touched FX.