I'm using MAX/MSP for audio signal processing. I want to use the same processing in an iOS app. Can I do that?
Asked
Active
Viewed 1,504 times
2
-
not really. but you could port your code to PD, to make it work with the libPD on iOS for apps who are taking advantage of it. Mobmuplat and co.. But your question was asked before.. https://stackoverflow.com/questions/6281616/porting-max-msp-app-to-ios?rq=1 – Ol Sen Jun 02 '21 at 19:30
-
if you know how to juce, you are much better in the game when you just code it in C,C++ with it. – Ol Sen Jun 02 '21 at 19:31
2 Answers
1
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:

JohnH
- 2,713
- 12
- 21