Use the gervill sofware midi synthesizer on Android
This project contains code to enable the use the gervill software synthesizer on Android. This makes it possible to play midi files using a Soundfont.
This is achieved using a modified subset of the GNU Classpath project to create a minimal JavaSound environment for gervill. The gervill synthesizer itself has also been modified to reduce the amount of JavaSound code.
The modified gervill code also offers key API improvements, and retains compatibility with desktop java.
This...
It allows you to use JFugue-2.1 API to program music on MIDP 2.0, CLDC 1.1 compatible mobile devices.
It's easy to use, like this code to play C-major scale:
Player player = new Player();
player.play("C D E F G A B");
It's all based on JFugue-2.1 sources, so go to http://www.jfugue.org for more information.
Clips is a Java based music composing tool separating chords and rythms: Create a funky rythm and turn it into a song by varying the chords. Just for the hell of it, it is also specially designed to be portable to mobile platforms (e.g. Android).
Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Fatamorgana has two goals.
First, provide an implementation of Java's Mobile Media API (MMAPI).
Second, provide resources around MMAPI (examples, FAQ, links).
This is a library for MFi(.mld) format (cellular phone sequence sound for NTT DoCoMo) and SMAF(.mmf) format (for YAMAHA chips). The goal of this project is to be one of SPI javax.sound.midi compliant. May also apply this library on android platform.