From: owner-sc-users-digest@lists.io.com (sc-users-digest) To: sc-users-digest@lists.io.com Subject: sc-users-digest V1 #105 Reply-To: sc-users Sender: owner-sc-users-digest@lists.io.com Errors-To: owner-sc-users-digest@lists.io.com Precedence: bulk sc-users-digest Thursday, April 6 2000 Volume 01 : Number 105 ---------------------------------------------------------------------- Date: Tue, 04 Apr 2000 13:17:19 +0100 From: Martin Robinson <---@---.---> Subject: Re: encrypting audio Whoops, >There are appox 43 combinations and all combinations should give a 43 _MILLION_ ! ~42.5 million useful ones (low values of both keys a and b would be easy to crack). >>>>>>Martin Robinson :: (Ex)tractor :: && ________ >>><<<_sonicArts.at(middlesexUniversity.london.uk); ______ <><><>__this.liveElectronics.interFaces.diffusion ____ ________________________________________________________________ >><<>>___t.+44 [0] 7970 405 903 // f.+44 [0] 7970 702 976 __ >><><>____e. _ ------------------------------ Date: Thu, 06 Apr 2000 10:23:03 +0100 From: Jem Finer <---@---.---> Subject: slider to access array of ugens I'm a bit stumped here : Trying to get a slider to select, on the fly, different inputs to a RecordBuf : whatever I try, Plug.kr(in), in.kr, in.value, appending .asInt to them etc the errors always seem to be that index is not an integer - enlightenment would be a blessing ! Yours in the knowledge that the solution is probably elementary, Jem ( var w,a,b,c,d,sig,in,ind; w = GUIWindow.new("panel", Rect.newBy(128, 64, 400, 400)); in = SliderView.new( w, Rect.newBy(18, 36, 344, 37), "SliderView", 0, 0, 5, 1); Synth.play({ a = AudioIn.ar(1); b = Saw.ar(100); c = SinOsc.ar(100); d = Pulse.ar(500); sig = Signal.newClear(Synth.sampleRate * 4); RecordBuf.ar(sig,[a,b,c,d].at(WHAT GOES IN HERE ?),1,0,0,1,1)}) ) Jem Finer jemfiner@redhotant.com ************************ www.longplayer.org ------------------------------ End of sc-users-digest V1 #105 ******************************