Lee -
I put together a starter template for building Max externals with CMake. https://github.com/leeMeredith/max-cmake-template It's a plain...
1
AlexHarker -
I'm creating a t_atomarray to output a Max array. Within this there are nested dictionaries or arrays (depending on what I'm doing) -...
TFL -
I see four possible causes for this you stopped the scheduler by mistake by pressing cmd + . (You can resume it with cmd + r ) You have a...
3
stefano -
@aartcore 1000 thanks!
41
Roman Thilenius -
yeah, i see, it could of course be limited to collecting the path and leaving the rest to the patch code, just like dropfile does. though...
13
Jonas Holmer -
Hi! Long time max-user, first time poster. For anyone also using Pure Data there's now project that runs pd in the browser (including...
AudioMatt -
nm. got them to CMAKE from github. [Attachment: LyonPotpourri 3.0 Package.zip]
4
If you already know the naming pattern, no need for that scripting name trick! You can pass ---myDict as a jsargument, and retrieve it from...
5
Joe Kaplan -
Greetings, Are there any functions in Min Devkit or the MaxSDK that can tell me if the external is running in a standalone? I know...
Connector -
I'm still a bit confused about using _jit_sym_getinput and _jit_sym_getoutput the right way. In my external i use this code: mop =...