Noob: addressing Synth created by Pbind outside of Pbind?

Side note:

collect
( 
	11,	freq*(factor**_)
)
;
fill
(
	Array, 11, 
	{
		|n| freq*(factor**n)
	}
)
1 Like