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
On
Check out SwiftRNBO: https://github.com/ceammc/SwiftRNBO
There is an example project that uses RNBO.
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:
Second: