I'm using MAX/MSP for audio signal processing. I want to use the same processing in an iOS app. Can I do that?
Can I use MAX/MSP code to make an iOS app?
1.9k Views Asked by Andri At
3
There are 3 best solutions below
0

Cycling '74 has a video outline of how to setup your Max/Msp ~gen project in a way that lets you export to C++ for use in Juce. Juce can then be used to build the UI and iOS app that talks to your signal processing code. There are two example projects.
First:
- Video: https://www.youtube.com/watch?v=f94Go5Qafg8
- Github: https://github.com/Cycling74/gen-plugin-export
Second:
Check out SwiftRNBO: https://github.com/ceammc/SwiftRNBO
There is an example project that uses RNBO.