drobilla / ingen

A realtime modular synthesizer and/or effects processor
GNU Affero General Public License v3.0
30 stars 7 forks source link

Work doesn't get scheduled for if plugin schedules work from restore #34

Open loki42 opened 1 year ago

loki42 commented 1 year ago

Under aarch64 when I load the Aidadsp-lv2 plugin, work isn't scheduled from the restore call. The plugin does work correctly in Jalv on AArch64, so it appears to be Ingen specific, unless I'm doing something stupid somewhere.

This is at start up of the plugin. I haven't tried calling restore another way. Work is scheduled correctly from the run function.

drobilla commented 1 year ago

Odd. I'll take a look.

Are other worker-using things working for you? Do you know if it's different on x86?

loki42 commented 1 year ago

other worker using things were working, though unsure if they were working in the restore call. I haven't tested on x86.

drobilla commented 1 year ago

Almost certainly not architecture related, just thought I'd ask.