JUCE classes within Max external?
hi,
is it possible to use JUCE classes inside Max externals?
this post by Emmanuel Jordan seems to indicate that as Max statically links with Juce already, it might be a bit difficult to then link in Juce modules:
https://cycling74.com/forums/juce-2/
I'm thinking of non-graphics stuff here, for example MidiSequence.
thanks
Emmanuel's explanation is still relevant: you'd need to link to your own copy of JUCE if you want to use JUCE classes in your object.
That's fine. So if my own JUCE modules folder is linked in, the compiler would find those and use of JUCE classes is okay? Will give this a try...
I've managed to get this working using a static library of JUCE. Details on the JUCE forum:
http://www.juce.com/forum/topic/using-juce-within-command-line-tool-or-maxmsp-external