hi julian,
thanks.
this seems to set the whole group whereas i'd like to set only the spawned synth.
something equivalent to
Synth(\prc3, [\freq, 900])
I see.
it is not as compact as it should be, but it exists:
p.out.put(0, \prc3, 0, [\freq, 900]);
when you use a proxy for spawning you may consider to set it to sleep mode:
p.out.awake = false;
then you can do this:
p.out = \prc3; p.send([\freq, 900]);
On 27 Dec 2006, at 17:03, Julian Rohrhuber wrote:
hi there
so i have a synth
p = ProxySpace.new.know_(true)
p.out.play
p.out = \prc3
how do i set the initial freq?
p.out.set(\freq, 900);
grtz,
tom
....................
www.tomtlalim.tk
radio.sampleandhold.org
www.myspace.com/intowhite
www.club-mtk.tk
www.tangiercluj.tk
....................
_______________________________________________
sc-users mailing list
--
.
_______________________________________________
sc-users mailing list