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

[sc-users] Re: Basic SendTrig->OSCresponder



Ahaa: I hadn't done an autobuild in a long time. Did it yesterday, and still the same unexpected behaviour. But today I tried a distro I have lying around from July last year, and the responders work as they should. The autobuild did seem to happen very fast yesterday, so now I'm trying again, and it fails. Don't have time to figure out why now, but the bottom line: Your advice was perfect, the culprit was my dev distro.

Thanks again!
Martin

Den 6/3-2006, kl. 10.41, skrev Item State:

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-