java - play sound in android without any recorded music file -


i want play music note in android without using recorded file. can create sound in java using javax.sound.midi.

is there similar way create in android?
don't want use recorded music file.

since, cannot use package name starts javax in android, can use following library provides exact interface javax.sound.midi android applications

https://github.com/kshoji/usb-midi-driver/wiki/javax.sound.midi-porting-for-android


Comments

Popular posts from this blog

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - JavaScript + Thymeleaf - select onchange -

node.js - Using Node without global install -