Y
Hacker News
new
|
ask
|
show
|
jobs
by
raphlinus
3027 days ago
Sure, it's
https://github.com/google/music-synthesizer-for-android
. You probably want the "webaudio" branch.
1 comments
resource0x
3027 days ago
Would it be difficult to make a javascript module out of this and expose noteOn and noteOff so it can be used in web midi application?
link
raphlinus
3027 days ago
Not sure exactly what you're asking, that sounds pretty much like what that is. See in particular
https://github.com/google/music-synthesizer-for-android/blob...
link
resource0x
3027 days ago
Thanks! I couldn't figure out that I need to look into jni. Not familiar with Android infrastructure, my bad.
link