can i quit MAX runtime with a command?
hej forum,
i would like my MAX patch to quit by it self, once a quicktime movie has ended playing....
is it possible to quit a MAX runtime patch from inside the patch, with a command like 'quit'?
/j
;
Max quit
how do i do this precisely?
max does not recognize the objects ';' 'Max' or 'quit'
thanks,
/j
Look in the documentation under "Messages to Max".
put the text '; max quit' into a message box. send a bang to the message box.
works perfectly! thanks! :D