You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
694 B
11 lines
694 B
# 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. |