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
I'm building an application using Carla to orchestrate several vsts. I'm trying to have them communicate over midi with sysex... the messages don't seem to get received on the other side and I see this in the logs [carla] Carla assertion failure: "size > 0 && size <= EngineMidiEvent::kDataSize" in file CarlaEnginePorts.cpp, line 250
suggesting that midi messages over four bites are ignored. besides changing the code, is it possible to send longer sysex messages in Carla?
thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm building an application using Carla to orchestrate several vsts. I'm trying to have them communicate over midi with sysex... the messages don't seem to get received on the other side and I see this in the logs
[carla] Carla assertion failure: "size > 0 && size <= EngineMidiEvent::kDataSize" in file CarlaEnginePorts.cpp, line 250
suggesting that midi messages over four bites are ignored. besides changing the code, is it possible to send longer sysex messages in Carla?
thank you
Beta Was this translation helpful? Give feedback.
All reactions