SafetyNet icon indicating copy to clipboard operation
SafetyNet copied to clipboard

s_new duplicate node ID problem

Open gilfuser opened this issue 7 years ago • 3 comments

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

gilfuser avatar Oct 30 '17 10:10 gilfuser

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

adcxyz avatar Oct 30 '17 10:10 adcxyz

hi @gilfuser, just cleaned up details in Safety, please echeck it out and test.

adcxyz avatar Oct 30 '17 20:10 adcxyz

Hi Alberto. Just passing by to say that it worked

bests, Gil

gilfuser avatar Nov 10 '17 00:11 gilfuser