From: owner-sc-users-digest@lists.io.com (sc-users-digest) To: sc-users-digest@lists.io.com Subject: sc-users-digest V1 #98 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 Sunday, March 19 2000 Volume 01 : Number 098 ---------------------------------------------------------------------- Date: Fri, 17 Mar 2000 15:46:12 +0100 From: Joel Ryan <---@---.---> Subject: Re: sc ah! gocha thanks! >> Im still not sure about poll >> I presume >> offset= mx.poll forces a plug like mx= MouseX.kr(0, 1.0); to give up just >> one value (a 'stream' of constants?) >> each time that code is spawned >> rather than generate code which establishs a continuously updated stream. > >no, .poll grabs the first value out of the current sample vector of output >of a running UGen. You can only .poll it once it has started, so you do this >in a sched task or Sequencer or Spawn function that has the ugen in an >enclosing context. > > >--- james mccartney james@audiosynth.com >SuperCollider - a real time synthesis programming language for the PowerMac. > /////////////////////// Joel Ryan STEIM :: Ballett Frankfurt :: Institute of Sonology Achtergracht 19, 1017WL Amsterdam +31 (20) 624-3886 +31 (20) 626-4262 fax http://www.frankfurt-ballett.de/joel.html http://www.steim.nl /////////////////////////////////////////// ------------------------------ Date: Fri, 17 Mar 2000 11:40:22 EST From: NO40@aol.com Subject: Re: sc PLEASE REMOVE NO40@AOL.COM FROM YOUR E-MAIL LIST ------------------------------ Date: Fri, 17 Mar 2000 11:41:17 EST From: NO40@aol.com Subject: REMOVAL PLEASE REMOVE NO40@AOL.COM FROM YOUR E-MAIL LIST ------------------------------ Date: Fri, 17 Mar 2000 13:22:41 -0500 From: Larry Nelson <---@---.---> Subject: unsubscribe sc-users unsubscribe sc-users lnelson1@swarthmore.edu ------------------------------ Date: Sat, 18 Mar 2000 13:11:45 +0000 From: finer@easynet.co.uk Subject: changing e mail address What's the trick for changing e mail address to the list - do I send a message to some majordomo@ or what ? Its jemfiner@hotmail.com Thanks, Jem ------------------------------ Date: Sat, 18 Mar 2000 19:25:25 -0800 From: tomonori yamasaki <---@---.---> Subject: SC on Powerbook 5300 I've been working on 5300 with SC 2.2.3 with Sound-In disabled, because of the weird I/O buffer problem or something. I haven't tried with ASIO enabled version (2.2.5? and up) with 5300 (I have no enough RAM), but does ASIO help? But Did anybody figure out a way to use Sound-in on those pre-G3, pre-PCI Powerbooks? (I guess 5300 or 1400) I want to use the built-in Mic to play with. SC-on-iMac is a great environment -microphone and speaker built in. with 22050 hz rate, most patches works pretty well on my PB5300 -the first PPC powerbook with 100Mhz603e. Without Sound-In, still, 5300 is good for lite synthesis, but It's nice to have mic working. I know it's not worth working on it for James, but I just want to know if it's possible, impossible forever or maybe. By the way, Tascam will release the USB-audio thing soon, right? http://www.tascam.com/products/category_USB.html US-428, 24bit, 2XLR in, 4balanced in, 2balanced out with SPDIF and MIDI. I wonder how it's like to have SC on iBook/iMac/Powerbook with this console. tomonori yamasaki ------------------------------ Date: Sat, 18 Mar 2000 23:47:50 -0600 From: James McCartney <---@---.---> Subject: Re: SC on Powerbook 5300 on 3/18/00 9:25 PM, tomonori yamasaki at tyamasa@haywire.csuhayward.edu wrote: > I've been working on 5300 with SC 2.2.3 with Sound-In disabled, because > of the weird I/O buffer problem or something. > > I haven't tried with ASIO enabled version (2.2.5? and up) with 5300 (I > have no enough RAM), but does ASIO help? > > But Did anybody figure out a way to use Sound-in on those pre-G3, > pre-PCI Powerbooks? (I guess 5300 or 1400) I want to use the built-in > Mic to play with. SC-on-iMac is a great environment -microphone and > speaker built in. with 22050 hz rate, most patches works pretty well on > my PB5300 -the first PPC powerbook with 100Mhz603e. Without Sound-In, > still, 5300 is good for lite synthesis, but It's nice to have mic > working. Sound in does not work on the 5300. I never bothered to fix it. The 5300 is really below what I'd call a minimum system for running SC. - --- james mccartney james@audiosynth.com SuperCollider - a real time synthesis programming language for the PowerMac. ------------------------------ Date: Sun, 19 Mar 2000 12:52:12 +0000 From: finer@easynet.co.uk Subject: re : changing e mail address - again Quick change here ! Not hotmail now : What's the trick for changing e mail address to the list - do I send a message to some majordomo@ or what ? Its jemfiner@waitrose.com Thanks, Jem ------------------------------ Date: Sun, 19 Mar 2000 23:05:15 +0100 From: Hans Tutschku <---@---.---> Subject: stop recording stop recording
I'm still trying to stop recording by a GUI - - item.

I'm declaring a checkbox "recBtn" and looking for the zero-state.
I wanted to stop the synth and perform endRecord. But I'm getting the
error, that endRecord can't be performed at interrupt level.
How can I stop the Synth and force SC to perform endRecord first if the
Synth is really not running anymore?


recBtn.action = {
        if(recBtn.value == 0
        {
        if (thisSynth.isNil.not
                {Synth.stop;
            recFile.endRecord;
                })
      });}

thanks, Hans

------------------------------ End of sc-users-digest V1 #98 *****************************