You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because this info is provided by OSC messages, and messaging works only when the sfizz synth is running.
This info should be cached on load, so that it can be sent regardless whether sfizz is active or not.
The text was updated successfully, but these errors were encountered:
We face a little obstacle at the moment, and there's various possibilities about it.
I wish plugins/common to have a utility that extracts the static info about a loaded instrument all at once.
That's the CC slots, key ranges, switch ranges, and so on.
The LV2 and VST are made with C and C++ sfizz interface respectively.
Because of this, plugins/common would need C and C++ implementations of the same feature.
duplicate implementation or find a way to template-hack it
convert LV2 to C++ interface, making us lose it as integration test of the C one
have a conversion between sfizz interface handles of C and C++, which preserves ABI and ownership
Reproducing the issue
It's because this info is provided by OSC messages, and messaging works only when the sfizz synth is running.
This info should be cached on load, so that it can be sent regardless whether sfizz is active or not.
The text was updated successfully, but these errors were encountered: