Replies: 1 comment
-
Never mind. I think I didn’t copy enough of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to add support for ALSA MIDI in to the standalone JACK client (so that I can use sfizz with rosegarden), I ran into a strange problem.
Sometimes (intermittent — sometimes it happens right away, sometimes it happens at a random time), when the modified sfizz_jack client is connected to my MIDI controller through ALSA (not through JACK), it will crash with an error that reads:
I tracked it to line 402 of ModMatrix.cpp, where
if ((targetFlags & kModIsPerVoice) && regionId != target.key.region())
returns nullptr (possibly caused by the “[Voice] Missing promise during fillWithData” condition). My question is: What might be causing this to happen?(If anyone wants to look at my code and see if I’ve done anything wrong, it’s at the patch_20240528a_ALSA_MIDI branch of my copy of the sfizz repository.)
Thanks very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions