Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monkeyswarm/MobMuPlat

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.
https://github.com/monkeyswarm/MobMuPlat

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

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. It should also populate PdParty and ZipArchive submodules.
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 27 installed.