Hi all,
Is it possible to play a midi file from a J2ME application without using the MMAP(JSR 135). Or is there a owner API Nokia to play a midi file from a J2ME application.
Thanks in advance for you help.
OULD
Hi all,
Is it possible to play a midi file from a J2ME application without using the MMAP(JSR 135). Or is there a owner API Nokia to play a midi file from a J2ME application.
Thanks in advance for you help.
OULD
if it's because MMAPI is not supported on that phone, maybe you can check if you have package: com.nokia.mid.sound.*
Here is the example on how to use this. http://www.jcodeworks.com/developers...html#nokia7650
Hi,
Thank you for your reply.
So I don't think that your proposition resolve completlety my
problem.
The UI Nokia API can't play a midi file. The only function Sound(byte[] data, int type) can play only a FORMAT_TONE or a FORMAT_WAV.
I will be very interested by any solutions that can play a midi file whitout using the MMAPI(JSR).
Cheers
OULD