Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Grafana: The open and composable observability platform
Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.
Grafana is the open source analytics & monitoring solution for every database.
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).
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.