4 Sep
2007
4 Sep
'07
6:28 p.m.
Ok, so the issue is that ChucK keeps running when Processing is killed? If that's a real problem you could try to make ChucK poll processing over OSC every second or so and if it isn't running ChucK could send a system command to kill ChucK.
How would this work? Unfortunately there is no command 'Machine.kill ()'. 'Machine.crash()' is not so neat. Also, I cannot use 'OscEvent oeAlive => now;' because that will wait for the message that will not arive anymore... Arthur