free-audio / interop-tracker

A place to track bugs between host and plugins
5 stars 0 forks source link

Bitwig 4.3.0 does not initialize `process->transport->header` #35

Closed nakst closed 1 year ago

nakst commented 1 year ago

Running on Windows 10 with Bitwig 4.3 demo mode.

In the clap_plugin_t.process callback, clap_process_t.transport->header.type and clap_process_t.transport->header.space_id are both 0. I was expecting these to be set to CLAP_EVENT_TRANSPORT and CLAP_CORE_EVENT_SPACE_ID respectively.

Disclaimer: I don't have a proper debugger setup on Windows at the moment and I discovered this through printf debugging. Apologies if I made a mistake and this issue is not actually occurring.

abique commented 1 year ago

Good catch! Fixed for 4.3.1