EditSink: add RequestMacro() now that macros are live host parameters #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcox/tymbal#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
editor/edit_sink.halready documents this as the one interface change aplugin GUI will force:
The modulation matrix has since landed, and the macros are live host
parameters:
paramsInforeports per-patch names,paramsValuereports theirvalues, and
NotifyParametersChangedtells the host to re-read both.The standalone editor is unaffected — it owns its instrument outright, so
mutate-and-publish stays correct there. This only bites when a GUI edits macros
belonging to a host that may also be automating them.
Depends on the plugin GUI issue in practice, though the interface change could
land ahead of it.