Hello all,
I am writing an external which uses basically two thread : the time critical thread (the "overdriven" one in Max), but it also needs to be called by the main thread (I make system calls, which can delay the processing a lot, and it is not possible to put it in the main thread).
For technical reasons on Mac platform, the functions I am talking about *must* be called by Max main thread.
I did not find in the doc and in the forum what I have to do to get called by Max main thread (I expect clocks and threads created by my externals to scheduled at high priority)
So, my question is quite simple : how can I create a method which is called by Max low priority thread?
Thanks by advance for your help
Benoit