GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

Experimental live coding support a la Ndef #9

Closed miguel-negrao closed 11 years ago

miguel-negrao commented 11 years ago

How about this ? It would be nicer to start the new synth as the old one is fading out, but I didn't manage to do that...

( Udef(\test, { UOut.ar(0, WhiteNoise.ar() ) }) )

( Udef(\test, { UOut.ar(0, SinOsc.ar() ) }) )

( x = UChain(\test, \stereoOutput); y = x.gui; y.autoRestart_(true) )