From: owner-sc-users-digest@lists.io.com (sc-users-digest) To: sc-users-digest@lists.io.com Subject: sc-users-digest V1 #280 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 Monday, April 23 2001 Volume 01 : Number 280 ---------------------------------------------------------------------- Date: Sat, 21 Apr 2001 23:23:54 +0200 From: "Max Sebastiani" <---@---.---> Subject: Re: .doc {OT} There is a free Word viewer from Microsoft which runs under windoz, I think there's the same also for the mac...if you are stuck, and the .doc is less than 5Mb, email it to me: I'll reply with a mac-readable .Pdf. hope it helps-Max - ----- Original Message ----- From: "LUThER_BLissETT" <---@---.---> To: "SUPER COLLIDER LIST" Sent: Saturday, April 21, 2001 9:12 PM Subject: .doc {OT} > if one [like me] hates microsoft but needs to open a couple of .doc files > sent from a pc what should s/he do? any workaround or i'm really in the S? > > thank you all > > lb > > (-;----------------------------------------;-) > > L-U-T-h-E-R-B-L-i-s-s-E-T-T 999 > =============================== > e hiss999@dircon.co.uk > =============================== > u r l b 2 > seppuku ??? > =============================== > > bzzzzzzzzzzzzzzzzzzzzz...zzzzzzzzzz > >>...zzzzzzzzzzzzzzzzzzzzzzz....bzzzzz > >>>zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz > >>>>zzzzzzzz...z.z.z.z...end of data//// > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > > ------------------------------ Date: Sat, 21 Apr 2001 18:01:39 -0500 From: James McCartney <---@---.---> Subject: Re: paused scheduling in sc3 on 4/19/01 1:55 PM, Julian Rohrhuber at sa6a014@uni-hamburg.de wrote: > is there a way to halt scheduling in a Group or a GUIScreen (SC3) ? set tempo to zero. - --- james mccartney james@audiosynth.com ------------------------------ Date: Sat, 21 Apr 2001 19:09:34 -0600 From: "David Cottle" <---@---.---> Subject: Re: SC app release: PulsarGenerator > Hi David, > > David Cottle wrote: > >>> Hello everybody, >>> >>> FYI: We ( Curtis Roads and yours truly ) just >>> released a compiled SCPlay application. >> >> I tried to run it "out of the box" and got an out of memory warning. I >> doubled the preferred size with no luck. > > I assume you have ProTools on that machine? > > PT installs "USB Floppy Enabler" by PACE. This extension > conflicts with larger SC libraries. You don't need it unless That was it. Thanks. ------------------------------ Date: Sat, 21 Apr 2001 19:01:50 -0800 From: "anthony burr" <---@---.---> Subject: sc3 and vxpocket? i'm just setting up with the vx pocket card. everything works fine, except for sc3 (no problems in sc 2.2.10). 3.4d1 on the other hand, starts up fine, it seems to acquire the asio driver, then crashes hard: either type 11, or type 2 followed by a system crash. anyone else seen this?? i have built in sound selected etc etc 333 MHz g3 powerbook, os 9.0.4, digigram asio driver 2.6.0... thanks anthony ------------------------------ Date: Sun, 22 Apr 2001 06:17:43 +0100 From: LUThER_BLissETT <---@---.---> Subject: Re: .doc {OT} on 21/4/01 10:23 pm, Max Sebastiani at seba@mindless.com apparently typed: > There is a free Word viewer from Microsoft which runs under windoz, I think > there's the same also for the mac...if you are stuck, and the .doc is less > than 5Mb, email it to me: I'll reply with a mac-readable .Pdf. > > hope it helps-Max if i'm stuck in the next 2 days i'll send it to you max...we're talking 1.3 Mb... thank you ever so much!!! best lb (-;----------------------------------------;-) L-U-T-h-E-R-B-L-i-s-s-E-T-T 999 =============================== e hiss999@dircon.co.uk =============================== u r l b 2 seppuku ??? =============================== > bzzzzzzzzzzzzzzzzzzzzz...zzzzzzzzzz >>...zzzzzzzzzzzzzzzzzzzzzzz....bzzzzz >>>zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz >>>>zzzzzzzz...z.z.z.z...end of data//// - -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- ------------------------------ Date: Sun, 22 Apr 2001 19:21:44 +0100 From: LUThER_BLissETT <---@---.---> Subject: Re: .doc {OT} on 22/4/01 6:17 am, LUThER_BLissETT at hiss999@dircon.co.uk apparently typed: >> There is a free Word viewer from Microsoft which runs under windoz, I think >> there's the same also for the mac...if you are stuck, and the .doc is less >> than 5Mb, email it to me: I'll reply with a mac-readable .Pdf. >> >> hope it helps-Max > > if i'm stuck in the next 2 days i'll send it to you max...we're talking 1.3 > Mb... > > thank you ever so much!!! > > best > > lb BBEdit lite did the job. thank you anyway. lb (-;----------------------------------------;-) L-U-T-h-E-R-B-L-i-s-s-E-T-T 999 =============================== e hiss999@dircon.co.uk =============================== u r l b 2 seppuku ??? =============================== > bzzzzzzzzzzzzzzzzzzzzz...zzzzzzzzzz >>...zzzzzzzzzzzzzzzzzzzzzzz....bzzzzz >>>zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz >>>>zzzzzzzz...z.z.z.z...end of data//// - -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- ------------------------------ Date: Sun, 22 Apr 2001 13:44:14 -0400 From: "crucial" <---@---.---> Subject: Re: Control Structures table = Array.series(0,50,1); index = Index.kr( table, contr / 2.0 ); pauses = Array.fill(50,{ arg i; Pause(f.at(i), (index - i).abs > 0 ) }); Mix.ar(pauses); well something like that. the index table maps your controller to the appropriate index. i think there is a better way to convert index == i to a 1 or a 0 >Hi, > >contr = MIDIController.kr(1,2,0,20); >. >switch1 = (contr > 2) * (contr < 4); >switch2 = (contr > 4) * (contr < 6); >. >Mix.ar([ > Pause(f1, switch1), > Pause(f2, switch2), >. >]); > >extended to 50 switches it needs a lot of processor power. > >any possibility to do it with -if - statements? > >Thanks for help >Roland > > _____(( http://crucial-systems.com _________________))_______ ------------------------------ Date: Sun, 22 Apr 2001 13:13:27 -0700 (PDT) From: crux xial <---@---.---> Subject: Re: Control Structures sorry, i had just woken up (yeah i know it was 1pm). this doesn't save anything whatsoever. in fact it takes more. the Index thing just does .round(2.0) but you should be able to .round the controller and then compare it with the index(each function/pause) to see if it is equal or not. that should save some. contr = contr.round(1.0); Pause(f.at(i), 1.0 - ((contr - i).abs > 0) ) ?? cheaper ? and crux xial == felix so i'm arguing with myself now, and in public. my earlier post as felix didn't come through. bounced ? i'm subscribed as felix. On Sun, 22 Apr 2001 13:44:14 -0400, sc-users@lists.io.com wrote: > > table = Array.series(0,50,1); > > index = > Index.kr( > table, > contr / 2.0 > ); > > pauses = Array.fill(50,{ arg i; Pause(f.at(i), (index - i).abs > 0 ) }); > > Mix.ar(pauses); > > well something like that. > the index table maps your controller to the appropriate index. > i think there is a better way to convert > index == i > to a 1 or a 0 > > >Hi, > > > >contr = MIDIController.kr(1,2,0,20); > >. > >switch1 = (contr > 2) * (contr < 4); > >switch2 = (contr > 4) * (contr < 6); > >. > >Mix.ar([ > > Pause(f1, switch1), > > Pause(f2, switch2), > >. > >]); > > > >extended to 50 switches it needs a lot of processor power. > > > >any possibility to do it with -if - statements? > > > >Thanks for help > >Roland > > > > > > > _____(( > http://crucial-systems.com > _________________))_______ ::crucial-systems.com:: _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ ------------------------------ Date: Sun, 22 Apr 2001 11:09:17 +0100 From: Scott Wilson <---@---.---> Subject: OT Garbage Music goes on the Road... I'll be touring with my large scale electroacoustic piece Müllmusik in various configurations at various venues in central Europe over the next two months. So if anyone is in the area... May 3 Stichting Logos, Ghent, Belgium May 9 University College Cork, Ireland May 12 Earport, Dusiburger Akzente Festival, Duisburg, Germany May 22 WIM Zürich, Switzerland June 6 a talk/performance on Müllmusik, etc. at The Center for Art and Media (ZKM), Karlsruhe, Germany June 23 mex, Dortmund, Germany June 24 Galerie Haferkamp, Köln, Germany If anyone wants more information send me an email. Thanks again to everyone who contributed a little Müll! Best, Scott Wilson ------------------------------ Date: Mon, 23 Apr 2001 14:09:59 +0200 From: Alberto de Campo <---@---.---> Subject: Re: Control Structures Hi Roland, You are trying to turn on exactly one of e.g. 50 sound functions, and pause all the others, right? Here is a pretty cheap way to do that: ( { var unpauseWhich, numFuncs = 50, funcs, pausePlugs, onIndex = 0, nextIndex; unpauseWhich = MouseX.kr(0, numFuncs - 0.001); // lagTime has to be low for fast pausing. // E.g. for lagTime = 0.1, time before pause is ca. 0.5. pausePlugs = Array.fill(numFuncs, { Plug.kr(0, 0.01) }); pausePlugs.at(onIndex).source_(1); // monitor which func should be on: // if it is a new one, pause old, unpause new. thisSynth.repeat(0.03, 0.03, { nextIndex = unpauseWhich.poll.asInteger; if (nextIndex != onIndex, { // ("new index:" + nextIndex).postcln; pausePlugs.at(onIndex).source_(0); onIndex = nextIndex; pausePlugs.at(onIndex).source_(1); } ); } ); Mix.ar( pausePlugs.collect({ arg pausePlug, i; Pause.ar( // silly rand waveforms, freq left to right. { [ Blip, Saw, Pulse, FSinOsc ].choose.ar(200 + (50 * i), mul: 0.1) }, pausePlug ); }) ); }.play; ) This only creates one Pause.ar and one Plug.kr for each func, so I can't think of anything cheaper (around 6-7% on a PB G3/400). // A variation for the switching task: uses .line to crossfade. // uses updateTime both for scheduling // and plug.line to make sure line can always finish. ... var updateTime = 0.03; ... thisSynth.repeat(updateTime, updateTime, { nextIndex = unpauseWhich.poll.asInteger; if (nextIndex != onIndex, { // ("new index:" + nextIndex).postcln; pausePlugs.at(onIndex).line(0, updateTime); onIndex = nextIndex; pausePlugs.at(onIndex).line(1, updateTime); } ); } ); Of course you can also use onIndex to look up maps of which plugs to turn on/off for a given index. Best, adc > > > > > >Hi, > > > > > >contr = MIDIController.kr(1,2,0,20); > > >. > > >switch1 = (contr > 2) * (contr < 4); > > >switch2 = (contr > 4) * (contr < 6); > > >. > > >Mix.ar([ > > > Pause(f1, switch1), > > > Pause(f2, switch2), > > >. > > >]); > > > > > >extended to 50 switches it needs a lot of processor power. > > > > > >any possibility to do it with -if - statements? > > > > > >Thanks for help > > >Roland ------------------------------ Date: Mon, 23 Apr 2001 14:32:21 +0200 (CEST) From: integer@www.god-emil.dk Subject: [ot] [!nt] \n2+0\ steim n2+o spektakl steim nato.0+55 spektakle - 9 may 2001 life forms responsible for ensuring everyone ist gluckl!ch \ fre! \ !ez pl!!!z 0@0010.org hiaz@live.fm m.robinson@mdx.ac.uk \\ may kontakt nezvanova@steim.nl for technical + etc requirements this will not be a workshop per se - a spektakle rather. interested in attending +? may email nezvanova@steim.nl those wishing to participate \ present data please specify _detailed technical + etc requirements a musical concert is scheduled post nato.0+55 galla \ spektakle nn >Greta, >please be my guest yes darling /_/ / \ \/ i should like to be a human plant \/ __ __/ i will shed leaves in the shade \_\ because i like stepping on bugs *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-- Greta Garbo nezvanova@eusocial.com Stichting STEIM http://www.eusocial.com Achtergracht 19 http://www.m9ndfzzp.com 1017 WL Amsterdam http://www.ggttctttat.com/! Netherlands http://steim.nl/leaves/petalz *--*--*--*--*--*--*--*--*--*--*--*--*-- --*--*--*--*--*--*-- ------------------------------ Date: Mon, 23 Apr 2001 17:10:21 +0200 From: Julian Rohrhuber <---@---.---> Subject: Re: paused scheduling in sc3 >on 4/19/01 1:55 PM, Julian Rohrhuber at sa6a014@uni-hamburg.de wrote: > >> is there a way to halt scheduling in a Group or a GUIScreen (SC3) ? > >set tempo to zero. > >--- james mccartney james@audiosynth.com only problem with that: that does work fine for Group, but not for GUIScreen. Another thing: If I set the schedule tempo from within my Timeline, I do it for all schedules, because I use thisGroup as schedBase. Is there a way to make a separate Group that is not running visibly? ------------------------------ Date: Mon, 23 Apr 2001 17:17:10 +0200 From: Julian Rohrhuber <---@---.---> Subject: measuring delay in-out-in here is a patch that should measure the hardware delay time. I plugged Out in In, but there seems to be a far too long delay. Anyone an idea why? //sc3d4 Synth.scope(#{ var in, out, lastTime; out = Impulse.ar(2); in = AudioIn.ar(1); Sequencer.ar({ lastTime = thisGroup.time; 0.0}, out); Sequencer.ar({ (thisGroup.time - lastTime).postln; 0.0}, in); [out, in] }); //sc2 Synth.scope({ var in, out, lastTime; out = Impulse.ar(2); in = AudioIn.ar(1); Sequencer.ar({ lastTime = thisSynth.time; 0.0}, out); Sequencer.ar({ (thisSynth.time - lastTime).postln; 0.0}, in); [out, in] }); ------------------------------ Date: Mon, 23 Apr 2001 12:17:54 EDT From: JoJoBuBu@aol.com Subject: Imic again - --part1_62.dfa3749.2815afb2_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Upon talking to tech support people at griffin technologies many more times they finally let me know that apple laptops have some sort of problem with USB that can cause crackling and pops. They say that they've only seen the problem with laptops and that they are not sure if they can fix the problem or not. They said it was some sort of feedback but they also said they really didn't understand the problem. Anyway so if you have a laptop and you were thinking of getting an Imic it might be better to get something else. Andy - --part1_62.dfa3749.2815afb2_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit Upon talking to tech support people at griffin technologies many more times
they finally let me know that apple laptops have some sort of problem with
USB that can cause crackling and pops. They say that they've only seen the
problem with laptops and that they are not sure if they can fix the problem
or not. They said it was some sort of feedback but they also said they really
didn't understand the problem.

Anyway so if you have a laptop and you were thinking of getting an Imic it
might be better to get something else.

Andy
- --part1_62.dfa3749.2815afb2_boundary-- ------------------------------ Date: Mon, 23 Apr 2001 16:51:33 -0500 From: James McCartney <---@---.---> Subject: Re: Imic again on 4/23/01 11:17 AM, JoJoBuBu@aol.com at JoJoBuBu@aol.com wrote: > They say that they've only seen the > problem with laptops and that they are not sure if they can fix the problem > or not. They said it was some sort of feedback but they also said they really > didn't understand the problem. Well I have two guesses at the problem from what you describe. I think if they talked to apple they would know the problem. 1. overloading the sound inputs on a powerbook can kick in some software that slows the machine to a crawl. I only vaguely remember this problem so could me getting it wrong, but overloading a mic input on a powerbook is not good for performance in ways you would not expect. Apple may have done something to fix this since I originally talked to them about it. 2. They are using MP threads to do their audio, which on powerbooks gets interrupted long enough by the power management to glitch the audio. They have to stay at interrupt level to prevent the power mgmt software to gain access.. - --- james mccartney james@audiosynth.com SuperCollider - a real time synthesis programming language for the PowerMac. ------------------------------ End of sc-users-digest V1 #280 ******************************