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

Re: [sc-users] SynthDescLib and Pbind



hi scott,

> I believe the NodeSnapshot quark can do what youre looking for.
> 
> (
> g = Group();
> 
> Pbind(
> \instrument, \default,
> \group, g
> ).play;
> 
> fork {
> inf.do {
> TreeSnapshot.get({
> |tree|
> tree.postln;
> }, g);
> 2.wait;
> }
> };
> )
 
super. this is what I was looking for, indeed!

> This is intended for debugging and occasional use - its a pretty heavy-weight
> way of getting the parameters of a running synth, so if youre planning on
> calling it to get realtime status of your synth argument values, I would
> definitely try something else.

so far it seems perfect for my needs. I don't really need to keep track of the values in realtime, just query them from time to time.

although this gets me pretty close to where I want to go, it would also be handy for me to filter the results not by SynthDef or Node id but by the Pbind that's generating them. basically I'd like to be able to have more than one Pbind creating Synths from the same SynthDef but only track the parameters of the Pbind that the user has selected.

can you think of an alternative way to do this besides what daniel mentioned?

thanks a lot

::: sam :::

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/