[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Re: sc-users Digest, Vol 31, Issue 14



hi,

your code works here as expected. i guess it's a
typical "trying around situation" with OSCresponders
having been created over and over and forgotten to be
freed; this happens regularly to me and i'm confused
;--) when you're confused with the behaviour of
OSCresponders, try recompiling the library (Cmd+K)
which will free all previously created responders.

to remove the responders after use type
~osc1.remove;
~osc2.remove;

best , -sciss-



> Message: 2
> Date: Sun, 5 Mar 2006 20:38:08 +0100
> From: Martin Vognsen <Bush@xxxxxxxxx>
> Subject: Re: [sc-users] Re: Basic
> SendTrig->OSCresponder
[...]
> Great, thanks, exactly what I was looking for!
> 
> Just wondering why it's not responding exactly as I
> expect. Here's a 
> simplified example with two triggers and two
> corresponding responders 
> (at least that's the intention):
> 
> 
> 
> Server.default = s = Server.internal;
> s.boot;
> 
> (
> SynthDef("trigger1", {arg trigID=1;
> 	var trig;
> 	trig = Impulse.ar(2);
> 	SendTrig.ar(
> 		trig,
> 		trigID
> 	);
> }).send(s);
> )
> 
[...]




		
____________________________________________________ 
Do you Yahoo!? 
Never miss an Instant Message - Yahoo! Messenger for SMS
http://au.mobile.yahoo.com/mweb/index.html