-
Notifications
You must be signed in to change notification settings - Fork 2
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
This app is not available for any of your devices #13
Comments
Thank you for raising this issue. I'm not sure why that would be the case, Droid Synth should be available to devices running Android 12. The app is not available on Google Play in all countries/regions, so that may be the reason for you seeing that error message. |
Based in Israel not sure if that is an issue :-/ I could take a look at adding it to f-droid. I am just in the process of adding an app I built to it. |
Hi yes, that would be it. |
Hey, downloads now. |
@guysoft glad you can see it now. |
I was trying to use it with a kivy app I wrote that uses the native android midi lib (adapted that to python BTW):https://github.com/guysoft/midistrum |
Ah I see @guysoft . Yes sorry about that, Droid Synth doesn't make use of Androids MIDI API's that would allow that. I have an issue already for working on that #3 but most likely I'll do that work as part of "Droid Synth 2" which I'm going to build as a cross platform app using Flutter. In the meantime as you are doing Android dev yourself, you may want to have a go at using via JNI the C library I made that extracts the fm synth functionality out of this app, which is what I'm using as the basis of the new app I'm building using Flutter. Unfortunately its not well documented at this point as I've been the only one using it, but essentially the fm synth engine just expects to be initialised and then receive small arrays of bytes containing MIDI messages, even loading the patchsets is via MIDI sysex's. You can look at the source here to get an idea of whats involved doing it via JNI, though I changed a little bit the C API in my library and mine is also using Miniaudio as the audio engine. |
Any idea why this app is saying so?
I got a Samsung S10e running android 12
The text was updated successfully, but these errors were encountered: