From: owner-sc-users-digest@lists.io.com (sc-users-digest) To: sc-users-digest@lists.io.com Subject: sc-users-digest V1 #161 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, August 24 2000 Volume 01 : Number 161 ---------------------------------------------------------------------- Date: Tue, 22 Aug 2000 19:36:24 -0400 From: "christian.adam.hresko." <---@---.---> Subject: ping pong again okay, so i found the problem (so to speak...). the initial delay value has to be equal to or above 0.1. my slider value was initialized to 0.0. i'm guessing the reasoning behind this is that if the buffer has a delay time of 0, it's filled with whatever data was previously stored in buf?? could someone please explain this to me. why doesn't 0.01 work? obviously 0.1 is a 'magic number' of sorts, but i simply don't know why. thanks bunches, christian : btw, the help files are out of date regarding the names of the passing arguments. of course you can always look up the code... - -- http://www.george_w_bush_killspeople.com ------------------------------ Date: Wed, 23 Aug 2000 00:31:15 -0400 From: "christian.adam.hresko." <---@---.---> Subject: more ping this works. again, could anyone explain why you need to tap the delay line? (0.1) this is driving me nuts. working code: ( // Stereo Ping Pong Delay var w; { var usLeft, usRight, sigOut; var n, d, f, m; w = GUIWindow.new("Ping Pong Delay", Rect.newBy(299, 230, 196, 200)); n = NumericalView.new( w, Rect.newBy(33, 43, 64, 20), "Delay Time", 0.1, 0.1, 2.0, 0.025, 'linear'); m = NumericalView.new( w, Rect.newBy(33, 146, 64, 20), "Feedback Control", 0.0, 0.0, 0.95, 0.005, 'linear'); d = SliderView.new( w, Rect.newBy(33, 79, 128, 20), "Delay Control", 0.1, 0.1, 2.0, 0.025, 'linear'); f = SliderView.new( w, Rect.newBy(33, 176, 128, 20), "Feedback Coefficient", 0.0, 0.0, 0.95, 0.005, 'linear'); StringView.new( w, Rect.newBy(33, 13, 128, 20), "Ping Pong"); StringView.new( w, Rect.newBy(100, 43, 81, 21), "seconds"); StringView.new( w, Rect.newBy(33, 116, 81, 21), "Feedback"); d.action = { n.value = d.value}; n.action = { d.value = n.value}; f.action = {m.value = f.value}; m.action = {f.value = m.value}; usLeft = AudioIn.ar(1); // channel one usRight = AudioIn.ar(2); // channel two sigOut = PingPongN.ar( argLeft: usLeft, argRight: usRight, maxDelayTime: 2.0, // 2.0 maximum delay time in seconds actDelayTime: d.kr, feedback: f.kr); // feedback coeffecient sigOut }.play; w.close; ) cheers, christian - -- http://www.george_w_bush_killspeople.com ------------------------------ Date: Wed, 23 Aug 2000 18:12:01 -0700 From: Garth Paine <---@---.---> Subject: Authorisation expires in 9 days HI James, I emailed to info@audiosynth.com re my authorisation running out, but got rejections as follows. So I am mailing the list - sorry, but I need a new authorisation. > Your message has encountered delivery problems > to the following recipient(s): > > info@audiosynth.com > Delivery failed > 550 Mail from 202.3.41.183refused, see http://www.mail-abuse.org/rss/ > > > Sent: MAIL FROM: > Received:550 Mail from 202.3.41.183refused, see http://www.mail-abuse.org/rss/ Cheers Garth Paine see my new installation work Reeds, and hear some of the tracks off my CD at http://www.activatedspace.com.au ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. Activated Space . Composer, Sound Designer, Installation Artist .. Interactives Designer, Exhibition Consultant .... ph. 61 3 95720133 ...... garth@activatedspace.com.au .,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. ------------------------------ Date: Wed, 23 Aug 2000 12:35:01 -0600 From: Jim Coker <---@---.---> Subject: Re: Authorisation expires in 9 days try support@audiosynth.com Garth Paine wrote: > > HI James, > > I emailed to info@audiosynth.com re my authorisation running out, but got > rejections as follows. So I am mailing the list - sorry, but I need a new > authorisation. > > > Your message has encountered delivery problems > > to the following recipient(s): > > > > info@audiosynth.com > > Delivery failed > > 550 Mail from 202.3.41.183refused, see http://www.mail-abuse.org/rss/ > > > > > > Sent: MAIL FROM: > > Received:550 Mail from 202.3.41.183refused, see http://www.mail-abuse.org/rss/ > > Cheers > > Garth Paine > > see my new installation work Reeds, and hear some of the tracks off my CD at > http://www.activatedspace.com.au > > ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. > Activated Space > . Composer, Sound Designer, Installation Artist > .. Interactives Designer, Exhibition Consultant > .... ph. 61 3 95720133 > ...... garth@activatedspace.com.au > .,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. ------------------------------ Date: Thu, 24 Aug 2000 21:23:26 -0700 From: Garth Paine <---@---.---> Subject: Re: Authorisation expires in 9 days on 23/8/00 11:35 AM, Jim Coker at jcoker@jguru.com wrote: > try support@audiosynth.com Thanks for the suggestion Jim but I am being rejected there as well. As I have my own domain and I certainly haven't been spanning anyone, I am at a loss to know what to do. James are you out there?? Cheers Garth Paine see my new installation work Reeds, and hear some of the tracks off my CD at http://www.activatedspace.com.au ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. Activated Space . Composer, Sound Designer, Installation Artist .. Interactives Designer, Exhibition Consultant .... ph. 61 3 95720133 ...... garth@activatedspace.com.au .,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. ------------------------------ Date: Thu, 24 Aug 2000 23:55:55 +1000 From: Rathmines <---@---.---> Subject: Re: Authorisation expires in 9 days I'd say he's on his way to Berlin for ICMC - maybe? N. >on 23/8/00 11:35 AM, Jim Coker at jcoker@jguru.com wrote: > >> try support@audiosynth.com > >Thanks for the suggestion Jim but I am being rejected there as well. As I >have my own domain and I certainly haven't been spanning anyone, I am at a >loss to know what to do. > >James are you out there?? > > >Cheers > >Garth Paine > >see my new installation work Reeds, and hear some of the tracks off my CD at > http://www.activatedspace.com.au > >,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. >Activated Space >. Composer, Sound Designer, Installation Artist >.. Interactives Designer, Exhibition Consultant >.... ph. 61 3 95720133 >...... garth@activatedspace.com.au >.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. ------------------------------ Date: Thu, 24 Aug 2000 08:11:43 -0700 (PDT) From: Chad Kirby <---@---.---> Subject: Re: Authorisation expires in 9 days I only dimly recall the initial post on this topic, but it sounds like perhaps your ISP has gotten itself onto a blacklist which James's ISP uses to decide who not to accept mail from. You don't have to have been a spammer to get on the list, I think the most common reason for getting blacklisted is having an open mail relay (which can be exploited by spammers to hide the origins of their mail). It's usually straightforward to get yourself delisted once you have corrected the problem that got you into trouble in the first place (if you are the sysadmin, that is). Chad Kirby // Technical Coordinator for Digital Arts // CARTAH ckirby@u.washington.edu // 206\616-6258 ________ It is fatal to be right when the rest of the world is wrong. Brother Theodore On Thu, 24 Aug 2000, Garth Paine wrote: > on 23/8/00 11:35 AM, Jim Coker at jcoker@jguru.com wrote: > > > try support@audiosynth.com > > Thanks for the suggestion Jim but I am being rejected there as well. As I > have my own domain and I certainly haven't been spanning anyone, I am at a > loss to know what to do. > > James are you out there?? > > > Cheers > > Garth Paine > > see my new installation work Reeds, and hear some of the tracks off my CD at > http://www.activatedspace.com.au > > ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. > Activated Space > . Composer, Sound Designer, Installation Artist > .. Interactives Designer, Exhibition Consultant > .... ph. 61 3 95720133 > ...... garth@activatedspace.com.au > .,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. > > > ------------------------------ Date: Thu, 24 Aug 2000 21:25:26 -0400 From: "christian.adam.hresko." <---@---.---> Subject: for you in case anyone's interested, i modified the PingPong class (renamed PingPangL) so that one signal could be 'bounced' between outputs. i'm finishing up an independent study project, so please forgive the simplicity. PingPangL : UGen { *ar { arg signal, maxDelayTime, actDelayTime, feedback; var leftBuffer, rightBuffer, leftDelayedSignal, rightDelayedSignal, output, dummy; var bufLength; bufLength = Synth.sampleRate * maxDelayTime; leftBuffer = Signal.new(bufLength); // allocate a buffer for the left delay line rightBuffer = Signal.new(bufLength); // allocate a buffer for the right delay line leftDelayedSignal = TapL.ar(leftBuffer, actDelayTime); // tap the left delay line rightDelayedSignal = TapL.ar(rightBuffer, actDelayTime); // tap the right delay line // mix the delayed signal with the input output = [leftDelayedSignal, rightDelayedSignal + signal]; dummy = DelayWr.ar([rightBuffer, leftBuffer], output * feedback); // feedback to buffers in reverse order ^output