avdrd
avdrd
This more of a meta-comment, but the way I see it SC is stuck where it's at precisely because of this issue: incompletely specified interfaces (and that's an understatement), but...
> It is just via asUGenInput that this is passed and we have to catch that. Of course, it's your library, so you can come up with whatever (brittle) "don't...
It think it might be related to some quarks or extensions. Doesn't happed to me at all if I disable all extensions that seem to run extensive code in their...
I tried to fix it like this, but it didn't' really work because the update happens on a deferred thread. I'll have to add a polling loop... ``` DocuNotFixed {...
So it seems that it doesn't fail at `connected`, beause the following still doesn't fix it, i.e. `connected` is true, but the allDoc doesn't get updated immediately after `handshake` is...
This finally fixes it for me. ``` DocFix { classvar pollTime = 0.5, timeout = 3; *initClass { Class.initClassTree(StartUp); StartUp.add { //Document.allDocuments.postln; var r = Routine { var t =...
Alas it's not a 100% fix. I went out for a few hours, during which my computer was asleep, with SC running as it was, but when I came back...