# Music Synthesizer for Android # Music Synthesizer for Android is a music synthesizer and sequencer for Android for live performances and recording. This project is divided into several components: * **core** - Core music synthesis. Depends on Protocol Buffers. Must be portable. * **test** - Tests for core package. Depends on JUnit. * **android** - Android-specific UI code. Depends on Android. * **j2se** - Development utilities that run on desktop Java. Depends on the Java Platform, Standard Edition. To get started working with the Music Synthesizer source code, see our [Getting Started](http://code.google.com/p/music-synthesizer-for-android/wiki/GettingStarted) guide.