Archive for the ‘test’ tag
Live coding practice
I haven’t posted anything in the last weeks, so here’s some live coding practice I did this night trying some new stuff I saw on the SC users list. Basically nothing new, but it makes the workflow easier when playing with Pbind or similar with SynthDefs but also in the ProxySpace. Basically the PatternStreamPlayer has to be somewhere in the NodeProxy chain but it has to be played externally:
~node = Pbind(); ~node.play
Maybe like that it will set the outputs to the right buses? Anyway, using
~node = Pbind().play
didn’t worked (well it worked, but one can’t route the signal of that pattern player to other nodes or filter it via ProxyChain. Anyway, here is the result. I forgot to turn on the History, so you’ll have to conform with the result only.
EDIT: I also uploaded a second part a little bit more “beaty”. Hope you like it.