Link to home
Start Free TrialLog in
Avatar of itiscorrect
itiscorrectFlag for Hong Kong

asked on

sound without file

Under Android 4, how can I play midi sound without a actual midi file ?

Cheers.
Avatar of ☠ MASQ ☠
☠ MASQ ☠

There are a number of Android apps that produce music in a MIDI format (from on-screen keyboards etc) and use MIDI over WiFi or Bluetooth.
Look at Fingerplay or Musical Pro as  examples.
The big problem with MIDI has been the lack of support for the javax.sound.midi class on Android.
Avatar of itiscorrect

ASKER

Maybe I need to refine my question as following.

How can I make a sound on my Android 4 phone (e.g. Galaxy Nexus) by specifying instrument, note, duration, etc. ? Which class I can make it happen ? (I do not want to use the JetPlayer)

Cheers.
ASKER CERTIFIED SOLUTION
Avatar of ☠ MASQ ☠
☠ MASQ ☠

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unfortunately "you can't do that"  is still the correct answer.