A simple free MIDI implementation in Java besides javax.sound.midi: Are there any?
Posted
by Peterdk
on Stack Overflow
See other posts from Stack Overflow
or by Peterdk
Published on 2010-05-03T13:16:15Z
Indexed on
2010/05/03
13:18 UTC
Read the original article
Hit count: 326
The problem is: Android doesn't implement javax.sound.midi
.
I need a simple free library that allows me to create simple 1-track midi files. I searched the net for it, but can't really find anything, since everything uses javax.sound.midi .
The license needs to be one where I don't need to opensource my linked app.
Any ideas?
I also looked into the fileformat itself. However, I am totally not familiar with working with bytes, hexidecimal stuff etc.
So, other option is: are there any simple midi implementations that I can use as reference?
© Stack Overflow or respective owner