-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ensure that 0.7.0 works for all aap-juce plugins #99
Comments
aap-juce-obxd MidiDeviceService crashes too.
|
^ OB-Xd crash was simply because our aap_metadata.xml was old and had |
At this state, I conclude that the culprit of the weird crashes are due to the following distinct issues:
|
Considering we covered aap-juce-plugin-host, aap-juce-frequalizer (CMake/effect), aap-juce-hera (CMake/instrument), and aap-juce-obxd (Projucer/instrument), we can close this issue. No need to really test "everything". |
I am upgrading aap core to 0.7.0 in Vitaloid (aap-juce-vital), and its MidiDeviceService is not responsive now. There are couple of issues I found so far:
(1) aap-juce-hera was causing thousands of lines of debug spew like:
It was likely after I instantiated Hera on kmmk and didn't stop even after I killed kmmk and uninstalled Vitaloid (that I tried afterwards). It was not the first time I observed it, and it is why I created #95 .
(2) It might be just about performance issue caused by (1), but attempt to instantiate Vitaloid on kmmk freezed the UI. It is really due to performance issue as after I uninstalled Hera I could instantiate Vitaloid, but the audio output was still glitchy, implying that Vitaloid itself is the cause of the perf. degrade.
The text was updated successfully, but these errors were encountered: