Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/monkeyswarm/MobMuPlat
- Owner: monkeyswarm
- License: other
- Created: 2013-05-03T03:47:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T00:23:45.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:11:14.927Z (3 months ago)
- Language: Objective-C
- Homepage: www.mobmuplat.com
- Size: 18.2 MB
- Stars: 182
- Watchers: 29
- Forks: 25
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.