Yes I think this is a bitwig bug and I see the same.mystran wrote: Sat Jul 16, 2022 1:24 pm Installed Bitwig demo to see if the clap-wrapper I wrote a while ago would work... and it doesn't seem like Bitwig wants to send me any MIDI? The same synth happily plays stuff in MultiTrack Studio (loaded as CLAP) so... I'm puzzled? That wrapper only advertises DIALECT_MIDI.
edit: Ok.. so after some debugging and figuring out where my debug prints go (redirected to engine.log) ... it looks like Bitwig is calling note_ports->count twice (once for input, once for output) .. but it literally never calls note_ports->get to actually fetch the info.. and just blindly assumes DIALECT_CLAP is fine..
can you add it here:
https://github.com/free-audio/interop-tracker
