-
-
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
get traction_engine working #11
Comments
Current problem: JUCE Android backend holds its own JavaVM and attach to JNIEnv by its own current thread. Call to JavaVM->AttachCurrentThread() twice does not work ("Calling AttachCurrentThread() on an already-attached thread is a no-op."). There needs to be some workarounds that makes it possible to unify those two frameworks. |
So far everything avoids dynamic JNIEnv instancing from JavaVM. bd74234 has some JUCEy treat: |
JUCE integration has moved to aap-juce repo. Closing. |
tracktion_engine builds on Android, and it is most likely that it can handle audio plugin related bits in JUCE.
Then, if we implement juce_audio_processor for AAP it is likely to work. augene project can be used as a reference player. It is very simple auduo plugin based music player based on tracktion_engine.
Problem: even if we get this working, there is no "instrumental" sample yet.
The text was updated successfully, but these errors were encountered: