JInT_Bender
superclass: JInt_WISE
/**
2007 Till Bovermann (Bielefeld University)
*/
implements [JustInTerface] for the Bender Interface.
s.boot;
k = JInT_Bender.new
k.start
k.stop
k[0].action = {|me| me.value.postln}
k[0].action = nil
p = ProxySpace.push(s)
~a = {SinOsc.ar!2}
// watch the volume
~a = {
Splay.ar((1..5).collect{|i| SinOsc.ar(k[i].kr.exprange(400, 800))}) * k[0].kr.range(0, 1)
}
~a = {
Splay.ar((1..5).collect{|i| SinOsc.ar(k[i].kr.exprange(400, 800)) * LFPulse.ar(k[i].kr.exprange(2, 8)).lag(0.01)}) * k[0].kr.range(0, 1)
}
~a.clear
~a.play
~a.stop