Max/MSP project for the Introjucer?

Hi,

(Before to dive into trials and errors) Anybody have successfully configure the ‘Introjucer’ to build an ‘external’ for Max/MSP? I know that i could manually manage an Xcode project, or consider to build VSTs ( http://www.rawmaterialsoftware.com/viewtopic.php?f=2&t=11195&hilit=Max%2FMSP ) but i would like first to try a basic approach with the ‘Introjucer’ (i like the “Don’t repeat yourself” mantra and i do not need the DSP part).

1 Like

FYI: i resolved my problem here ( https://github.com/nicolasdanet/Jojo ).

1 Like

Interesting. Is your plan to route audio into the object and then use JUCE for all the internal DSP stuff?? Am I right in thinking that Max/MSP itself uses JUCE now?

1 Like


Hi, 


Nope. I don't need to manage DSP but rather MIDI and/or OSC streams. 


I'm not very experienced in DSP but i guess it could be done easily if you keep your code between the in/out points inside the perform method of the external. I'm more circumspect about GUI mechanisms.

AFAIK Max/MSP GUI is built with his own private version of JUCE, in such a way that you can not bind to it directly. I suppose that the bundle can embed also JUCE for its part but i'm not even sure about that ;-) 

 

 

1 Like

I never bothered with Max/MSP external development. Always leaned more towards Pure Data. Let us know how it turns out.

1 Like

For future readers ( https://github.com/frantic0/Jojo ).

1 Like