Skip to content

Topolynx/MobMuPlat

 
 

Repository files navigation

MobMuPlat

MobMuPlat is an iOS and Android app for audio software made with PureData, with user-created interfaces.

more info at http://www.mobmuplat.com

###Building for iOS, with XCode:

This project is built upon multiple submodules. Clone the project to your computer, then cd into the MobMuPlat folder. Then run (assumes recent version of git):

$ cd MobMuPlat
$ git submodule update --init --recursive

This should populate the libpd folder, and, within libpd, the pure-data folder. Then open MobMuPlat.xcodeproj. Select the MobMuPlat target and run.

###Building for Android, with Android Studio:

This project uses gradle, with its libpd/pure-data dependency handled by jcenter. No git submodules are needed. Clone the project to your computer. Open Android Studio, "Import from existing Android Studio project", and select the MobMuPlat-Android folder. Note that you'll need SDK 22 installed.

About

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 49.4%
  • Java 30.3%
  • C 10.1%
  • Pure Data 8.2%
  • Objective-C++ 1.6%
  • C++ 0.4%