KangHyeongMin / pd-for-android

Pure Data for Android

Home Page:http://noisepages.com/groups/pd-everywhere/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting all dependencies:

  * First, clone Pd for Android:
      git clone git://github.com/libpd/pd-for-android.git
    Then, install the libpd and MIDI submodules:
      cd pd-for-android
      git submodule init
      git submodule update
    This step will download the C sources and low-level Java libraries.

Some general hints regarding quirks of the Android SDK and Eclipse:

 * Read the wiki on Eclipse setup:
     https://github.com/libpd/pd-for-android/wiki/eclipse
 * Make sure to use Eclipse 3.7 or later, as well as a recent version of the
   Android SDK and ADT
 * If you want to use ant to build Pd, you first need to say
     android update project --path .
   in each project folder.

About

Pure Data for Android

http://noisepages.com/groups/pd-everywhere/


Languages

Language:Java 82.2%Language:C 14.4%Language:Pure Data 1.8%Language:Makefile 1.6%