I'm about half way through implementing a tracker, and I'm hoping to get it finished by the end of the year.
I recently added a basic API for playing sounds:
- You can now play some preloaded samples with `play(note: string)`, where a "note" is of the format: `[note][octave][sample]`.
- Note can be of the set `[a,a#,b,c,c#,d,d#,e,f,f#,g,g#]`, Octave can be 3-7, sample is 1=Sine wave, 2=Square, 3=Saw.
- An example of a valid play call would be `play("d#42") -- play the note d#4 with a square wave`. There is also a special note called "noise" which will play noise: `play("noise")`.
What was the warning string displayed?https://developers.google.com/android/play-protect/warning-strings
It is an app published on a 3rd party platform that requires file access and an internet connection, so I can see why that would trigger a malware detector- if you could tell me what the warning string is I will look into it.
Thanks for the feedback, I'm glad you are enjoying it! I think this makes for a much better mobile experience than a home computer cli type interface would.
I don't have any of the sound API exposed currently, and I haven't really thought much about open-sourcing the project.
I have a basic sample player that I've been working on which I should be able to release in advance of the music sequencer, hopefully I can finish that this week!
I have uploaded a new version, please try downloading and installing again and let me know how it goes!
If it still doesn't work, you can try signing the app yourself with apksigner from the Play Store https://play.google.com/store/apps/details?id=com.haibison.apksigner&hl=en_AU
Oh no! Thanks for letting me know.
Can you please tell me which version of Android you have?
Can you also please try the following steps:
Please let me know if this works or not!