SafetyNet
SafetyNet copied to clipboard
s_new duplicate node ID problem
Oi Alberto, doing a quick test, in Linux, with the fresh new SC 3.9.0-beta1 When playing a buffer for the first time I got what follows: with Safety enabled:
b= Buffer.read( s, Platform.resourceDir +/+ "sounds/a11wlk01.wav" );
b.play;
gives me this
-> Synth('temp__2' : 1000)`
`FAILURE IN SERVER /s_new duplicate node ID
to see what's going on: s.queryAllNodes;
-> localhost
NODE TREE Group 0
1 group
1000 safeClip
This is might a minor thing. I just thought would worth report it.
bests, Gil
yo @gilfuser, thanks for reporting! I think this will fix it when finished (may take a little while): https://github.com/supercollider/supercollider/pull/3265
hi @gilfuser, just cleaned up details in Safety, please echeck it out and test.
Hi Alberto. Just passing by to say that it worked
bests, Gil