Skip to content

Replace parse_patch_number_to_events with event_generator_for_patch_number.#692

Open
dpwe wants to merge 1 commit intomainfrom
js_uses_event_generator
Open

Replace parse_patch_number_to_events with event_generator_for_patch_number.#692
dpwe wants to merge 1 commit intomainfrom
js_uses_event_generator

Conversation

@dpwe
Copy link
Collaborator

@dpwe dpwe commented Feb 23, 2026

When linked to amy:event_generator_for_synth, this patch reads AMY patches using the event generator instead of parse_patch_number_to_events (which included a leaking calloc).

Note: At amy_parameters.js:763, I had to change window.suppress_knob_cc_send to false, otherwise loading the patch updated the UI but not AMY. I don't understand why this was working before the change (AFAICT, my change merely shifts around how the patches are read from memory), nor why knob sending needed to be suppressed in the past. The new setup seems to work without problems though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant