From k.s.matheussen at notam02.no Tue Sep 1 03:05:34 2009 From: k.s.matheussen at notam02.no (Kjetil S. Matheussen) Date: Tue, 1 Sep 2009 12:05:34 +0200 (CEST) Subject: [CM] snd regions In-Reply-To: <20090829182348.M36129@ccrma.Stanford.EDU> References: <20090829182348.M36129@ccrma.Stanford.EDU> Message-ID: On Sat, 29 Aug 2009, Bill Schottstaedt wrote: > I have been using Snd for 12 years now, and I have never found > any real use for regions. I think they should be removed. Would this > be a problem for anyone? > > (They preceded the extension language, and seemed like a good idea > because I thought everything had to be accessible from the GUI, and > disk space was tight!) > snd_conffile.scm uses regions to copy/cut/paste selections. Is there an alternative to regions for doing that? (PS. Can't access http://ccrma.stanford.edu/software/snd/snd/snd.html right now) From bil at ccrma.Stanford.EDU Tue Sep 1 04:42:41 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 1 Sep 2009 04:42:41 -0700 Subject: [CM] snd regions In-Reply-To: References: <20090829182348.M36129@ccrma.Stanford.EDU> Message-ID: <20090901113954.M73868@ccrma.Stanford.EDU> > snd_conffile.scm uses regions to copy/cut/paste selections. > Is there an alternative to regions for doing that? Others also tell me that they use regions, so I'll leave them in. I'm pleased all that work wasn't wasted! > (PS. Can't access http://ccrma.stanford.edu/software/snd/snd/snd.html > right now) It seems to be ok from here (my home machine) -- is there a way to trace this sort of problem? From k.s.matheussen at notam02.no Tue Sep 1 07:18:16 2009 From: k.s.matheussen at notam02.no (Kjetil S. Matheussen) Date: Tue, 1 Sep 2009 16:18:16 +0200 (CEST) Subject: [CM] snd regions In-Reply-To: <20090901113954.M73868@ccrma.Stanford.EDU> References: <20090829182348.M36129@ccrma.Stanford.EDU> <20090901113954.M73868@ccrma.Stanford.EDU> Message-ID: On Tue, 1 Sep 2009, Bill Schottstaedt wrote: >> (PS. Can't access http://ccrma.stanford.edu/software/snd/snd/snd.html >> right now) > > It seems to be ok from here (my home machine) -- is there a way > to trace this sort of problem? > Sorry, it was a bug in my browser actually. Upgrading now. From taube at uiuc.edu Wed Sep 2 14:24:33 2009 From: taube at uiuc.edu (Heinrich Taube) Date: Wed, 2 Sep 2009 16:24:33 -0500 Subject: [CM] Was: ffi unbound variable with use of discrete In-Reply-To: <200909030853.37838.ahcnz@ihug.co.nz> References: <1A2D71D2-6BE2-4ADB-BAAA-AC8D0B26B805@uiuc.edu> <200909030853.37838.ahcnz@ihug.co.nz> Message-ID: no, the latest win binary on sourceforge is without fomus -- BUT from what i can tell david is very close to a native windows build and that why i havent "announced" the 3.3.0 relese even though the grare binaries are on sourceforge already. im holding off for a few days in the hopes that i can have a windows binary that links to fomus just like osx and linux. btw the osx binary on sf is working with foms and its drag-and-drop again -- we were able to get rid of the .pkg by grace loading libfomus at startup if its around and disabling fomus menu if libfomus is not found. so to use fomus with grace on any os you will simplyt install fomus from its home page and grace will automatically use it. pretty cool! here is the fomus homepage: http://fomus.sourceforge.net On Sep 2, 2009, at 3:53 PM, Adam wrote: > Ric, > > Just a quick query to ask; if the latest CM3 executable > for MS-Win has been rebuilt, with FOMUS ? > > > Adam. > > > On Saturday 22 August 2009 06:06 am, Heinrich Taube wrote: >> thanks for the bug report, this was a typo in the ffi and it is fixed >> in svn trunk: >> [ . . . ] >> btw im making the binary release this weekend so if anyone has a bug >> to report now is the time! >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist at ccrma.stanford.edu >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From lievenmoors at gmail.com Thu Sep 3 03:48:49 2009 From: lievenmoors at gmail.com (lieven moors) Date: Thu, 03 Sep 2009 12:48:49 +0200 Subject: [CM] svn revision 1769 build problem Message-ID: <4A9F9F11.1060604@gmail.com> I have built the latest svn revision, but there seems to be a problem: I built it successfully with: premake --target gnu --sndlib /usr/local/src/sndlib make When I start it I get: lieven at laptop:~/SRC/commonmusic/trunk$ bin/cm Warning. Cannot connect jack output port 2: "alsa_pcm:Midi-Through/midi_playback_1". Warning. Cannot connect jack input port 2: "alsa_pcm:Midi-Through/midi_capture_1". ;set! *error-hook*: unbound variable, line 26 ;define-expansion: unbound variable, line 296 ;define-expansion: unbound variable, line 993 ;define-record: unbound variable, line 35 ;make-equal-hash-table: unbound variable, line 401 ;define-record: unbound variable, line 10 ;define-record: unbound variable, line 16 ;define-expansion: unbound variable, line 432 ;unless: unbound variable, line 45 ;make-equal-hash-table: unbound variable, line 341 JUCE v1.46 (c) 2009 Julian Storer S7 Scheme 1.18 (12-May-09) (c) 2009 William Schottstaedt /\\\ ---\\\--------- ----\\\-------- ----/\\\------- Common Music 3.3.0 ---/--\\\------ --/----\\\----- / \\\/ cm> From taube at uiuc.edu Thu Sep 3 03:54:32 2009 From: taube at uiuc.edu (Heinrich Taube) Date: Thu, 3 Sep 2009 05:54:32 -0500 Subject: [CM] svn revision 1769 build problem In-Reply-To: <4A9F9F11.1060604@gmail.com> References: <4A9F9F11.1060604@gmail.com> Message-ID: <93829DF1-38F1-456D-8234-F548B8FA6D77@uiuc.edu> Im going to guess that you need to update your sndlib. or maybe you need to build with jack enabled? i i wonder if i should make sndlib part of the source tree so that the same version would be used On Sep 3, 2009, at 5:48 AM, lieven moors wrote: > I have built the latest svn revision, but there seems to be a problem: > I built it successfully with: > > premake --target gnu --sndlib /usr/local/src/sndlib > make > > When I start it I get: > > lieven at laptop:~/SRC/commonmusic/trunk$ bin/cm > Warning. Cannot connect jack output port 2: > "alsa_pcm:Midi-Through/midi_playback_1". > Warning. Cannot connect jack input port 2: > "alsa_pcm:Midi-Through/midi_capture_1". > > ;set! *error-hook*: unbound variable, line 26 > > ;define-expansion: unbound variable, line 296 > > ;define-expansion: unbound variable, line 993 > > ;define-record: unbound variable, line 35 > > ;make-equal-hash-table: unbound variable, line 401 > > ;define-record: unbound variable, line 10 > > ;define-record: unbound variable, line 16 > > ;define-expansion: unbound variable, line 432 > > ;unless: unbound variable, line 45 > > ;make-equal-hash-table: unbound variable, line 341 > JUCE v1.46 (c) 2009 Julian Storer > S7 Scheme 1.18 (12-May-09) (c) 2009 William Schottstaedt > /\\\ > ---\\\--------- > ----\\\-------- > ----/\\\------- Common Music 3.3.0 > ---/--\\\------ > --/----\\\----- > / \\\/ > > cm> > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From taube at uiuc.edu Sat Sep 5 09:50:54 2009 From: taube at uiuc.edu (Heinrich Taube) Date: Sat, 5 Sep 2009 11:50:54 -0500 Subject: [CM] CM version 3.3.0! In-Reply-To: <05B6EA38343742868D6DDA2100357F45@PALOMBAXPS> References: <05B6EA38343742868D6DDA2100357F45@PALOMBAXPS> Message-ID: not sure about the 'wrong-type arg' will have to check it out. i think some errors like this have to do with the error-hander getting a non-list as its 'args' value and it doesnt handle it. ive fixed this yestreday but wont check it in until the windows/fomus stuff is in place in the next day or two. use the "Open Instrument" button to open the instrument in the editor so you can read the comments. here are two calls (with-sound () (pluck 0 2 440 .1)) (with-sound () (pluck 0 2 55 .5 1)) On Sep 5, 2009, at 11:43 AM, Anthony Palomba wrote: > Hey Rick, > Just wanted to thank you for all the great improvements you made to > GRACE. I really love the new plotting feature. Having > a way to visually render data makes working with CM so much nicer. > Fomus looks like it will be very useful as well. > > I do have a quick question, I would like to use some of the > instruments in the SndLib. But I am unable to get some to work. Wave > seems to work fine, but non of the examples for "bow" work. I get > the following error when I load the instrument... > > Loading strad.scm > wrong-type-arg > > Also do you have an examples on how to use the pluck and piano > instruments. > > > > Many thanks, > Anthony > > > > ----- Original Message ----- From: "Anthony Palomba" > > To: "Heinrich Taube" > Sent: Monday, August 31, 2009 1:14 PM > Subject: CM version 3.3.0! > > >> Hey Rick, >> How are things going? I hope all is well with you. >> I saw that you posted news on that version 3.3.0 >> has been released. I am very excited to give it a try. Will you be >> posting a windows build some time soon? >> Thanks, >> Anthony From taube at uiuc.edu Sat Sep 5 11:36:56 2009 From: taube at uiuc.edu (Heinrich Taube) Date: Sat, 5 Sep 2009 13:36:56 -0500 Subject: [CM] strad.scm In-Reply-To: <05B6EA38343742868D6DDA2100357F45@PALOMBAXPS> References: <05B6EA38343742868D6DDA2100357F45@PALOMBAXPS> Message-ID: as i suspected that wrong-type-arg problem actually prevented the error from being reported correctly when you loaded strad.ins. the error that was trying to happen is: ">>> Error: open-input-file: can't open jcrev.scm" to fix this problem load jcrev.scm before you load strad.ins. i could add this info to the intrument's dependency loading in ins/ table.xml, but acutally i dont think the jcrev file is needed at all to run the instrument and am wondering if the load-from-path 'jcrev is a copy paste problem? might be a stale-ism? (if (not (provided? 'snd-jcrev.scm)) (load-from-path "jcrev.scm")) On Sep 5, 2009, at 11:43 AM, Anthony Palomba wrote: > Hey Rick, > Just wanted to thank you for all the great improvements you made to > GRACE. I really love the new plotting feature. Having > a way to visually render data makes working with CM so much nicer. > Fomus looks like it will be very useful as well. > > I do have a quick question, I would like to use some of the > instruments in the SndLib. But I am unable to get some to work. Wave > seems to work fine, but non of the examples for "bow" work. I get > the following error when I load the instrument... > > Loading strad.scm > wrong-type-arg > > Also do you have an examples on how to use the pluck and piano > instruments. > > > > Many thanks, > Anthony > > > > ----- Original Message ----- From: "Anthony Palomba" > > To: "Heinrich Taube" > Sent: Monday, August 31, 2009 1:14 PM > Subject: CM version 3.3.0! > > >> Hey Rick, >> How are things going? I hope all is well with you. >> I saw that you posted news on that version 3.3.0 >> has been released. I am very excited to give it a try. Will you be >> posting a windows build some time soon? >> Thanks, >> Anthony From bil at ccrma.Stanford.EDU Sat Sep 5 12:10:46 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Sat, 5 Sep 2009 12:10:46 -0700 Subject: [CM] strad.scm In-Reply-To: References: <05B6EA38343742868D6DDA2100357F45@PALOMBAXPS> Message-ID: <20090905191006.M72960@ccrma.Stanford.EDU> > [I] am wondering if the load-from-path 'jcrev is a copy paste problem? I think it is -- will fix. From taube at uiuc.edu Mon Sep 7 06:41:24 2009 From: taube at uiuc.edu (Heinrich Taube) Date: Mon, 7 Sep 2009 08:41:24 -0500 Subject: [CM] Announce: Common Music 3.3.0 Message-ID: A binary release of Common Music 3.3.0 is available for download at sourceforge.net: http://sourceforge.net/projects/commonmusic/ Common Music (CM) is an algorithmic music composition environment. It makes sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display. The easiest way to work with Common Music is to get Grace (Graphical Realtime Algoritmic Composition Enviroment), an application implemented in JUCE that contains Common Music and S7 Scheme with audio connections to MIDI, SndLib, Csound, and Fomus. For the complete list of new features, enhancements and bug fixes see the changelog: http://commonmusic.sourceforge.net/cm/res/doc/changelog.html To use CM with the Fomus music notation package you need to install Fomus: http://fomus.sourceforge.net/ a native Windows build of Fomus should be available in a day or so. Examples of Fomus usage inside Grace are the Help>Examples>Fomus menu From eichhoff at statistik.tu-dortmund.de Mon Sep 7 06:51:22 2009 From: eichhoff at statistik.tu-dortmund.de (Markus Eichhoff) Date: Mon, 07 Sep 2009 15:51:22 +0200 Subject: [CM] Announce: Common Music 3.3.0 In-Reply-To: References: Message-ID: <4AA50FDA.80704@statistik.tu-dortmund.de> The shortcuts for copy + pase are not integrated in this version. E.g. Strg + A = select all, Strg + C = copy, Strg + v = paste, Strg + Z = undo, Strg + Y = redo etc. It would be nice if you could integrate this, too. Thank you! Heinrich Taube schrieb: > A binary release of Common Music 3.3.0 is available for download at > sourceforge.net: > > http://sourceforge.net/projects/commonmusic/ > > Common Music (CM) is an algorithmic music composition environment. It > makes sound by transforming a high-level representation of musical > structure into a variety of control protocols for sound synthesis and > display. The easiest way to work with Common Music is to get Grace > (Graphical Realtime Algoritmic Composition Enviroment), an application > implemented in JUCE that contains Common Music and S7 Scheme with > audio connections to MIDI, SndLib, Csound, and Fomus. > > For the complete list of new features, enhancements and bug fixes see > the changelog: > > http://commonmusic.sourceforge.net/cm/res/doc/changelog.html > > To use CM with the Fomus music notation package you need to install > Fomus: > > http://fomus.sourceforge.net/ > > a native Windows build of Fomus should be available in a day or so. > Examples of Fomus usage inside Grace are the Help>Examples>Fomus menu > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist -- Dipl.-Math. Markus Eichhoff Chair of Computational Statistics Faculty of Statistics Technical University of Dortmund 44221 Dortmund Room: M826 Phone: +49 (0)231 755 - 5903 Telefax: +49 (0)231 755 - 4387 E-mail: eichhoff at statistik.tu-dortmund.de Web: http://www.statistik.tu-dortmund.de/eichhoff_eng.html From bigswift at ufl.edu Tue Sep 8 18:01:53 2009 From: bigswift at ufl.edu (shreeswifty) Date: Tue, 8 Sep 2009 21:01:53 -0400 (EDT) Subject: [CM] Announce: Common Music 3.3.0 Message-ID: <1616061476.188201252458113730.JavaMail.osg@osgjas01.cns.ufl.edu> This is very awesome! pat pagano digital media engineer digital worlds institute University of Florida On Mon Sep 07 09:51:22 EDT 2009, Markus Eichhoff wrote: > The shortcuts for copy + pase are not integrated in this version. > E.g. Strg + A = select all, Strg + C = copy, Strg + v = paste, > Strg + Z = undo, Strg + Y = redo etc. > It would be nice if you could integrate this, too. Thank you! > > > Heinrich Taube schrieb: >> A binary release of Common Music 3.3.0 is available for download >> at sourceforge.net: >> >> http://sourceforge.net/projects/commonmusic/ >> >> Common Music (CM) is an algorithmic music composition >> environment. It makes sound by transforming a high-level >> representation of musical structure into a variety of control >> protocols for sound synthesis and display. The easiest way to >> work with Common Music is to get Grace (Graphical Realtime >> Algoritmic Composition Enviroment), an application implemented >> in JUCE that contains Common Music and S7 Scheme with audio >> connections to MIDI, SndLib, Csound, and Fomus. >> >> For the complete list of new features, enhancements and bug >> fixes see the changelog: >> >> http://commonmusic.sourceforge.net/cm/res/doc/changelog.html >> >> To use CM with the Fomus music notation package you need to >> install Fomus: >> >> http://fomus.sourceforge.net/ >> >> a native Windows build of Fomus should be available in a day or >> so. Examples of Fomus usage inside Grace are the >> Help>Examples>Fomus menu >> >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist at ccrma.stanford.edu >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > > -- Dipl.-Math. Markus Eichhoff > > Chair of Computational Statistics > Faculty of Statistics > Technical University of Dortmund > 44221 Dortmund > Room: M826 > > Phone: +49 (0)231 755 - 5903 > Telefax: +49 (0)231 755 - 4387 > E-mail: eichhoff at statistik.tu-dortmund.de > Web: > http://www.statistik.tu-dortmund.de/eichhoff_eng.html > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > Patrick Pagano,M.F.A Digital Media Engineer Digital Worlds Institute GAINESVILLE FL US 32611-5900 University Of Florida (352) 294-2081 From bil at ccrma.Stanford.EDU Thu Sep 17 04:15:07 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Thu, 17 Sep 2009 04:15:07 -0700 Subject: [CM] Snd 10.9 Message-ID: <20090917111220.M28964@ccrma.Stanford.EDU> Snd 10.9 Kjetil improved the rt stuff. added env.scm to sndlib (for jcvoi.scm). optimization now defaults to 6. show-backtrace removed. s7: *error-info* for better error reporting. vector-for-each, vector-map, string-for-each generic map, for-each (for-each of vct for example) added s7-slib-init.scm: slib support. It assumes getenv, file-exists?, and system are provided elsewhere (this is the case if s7 is running in Snd or sndlib). In the next slib release, it is called s7.init. added s7.html s7: with-environment, true multiple-values, vectors can have > 2^31 elements (you'll need a lot of memory). multiple-value-bind and multiple-value-set!. checked: gtk 2.17.7|8|9|10|11, guile 1.9.2|3, sbcl 1.0.31, gsl 1.13 in sbcl, something has changed in the double float array handling, so functions like convolution can't be called from lisp. The instruments seem to be ok. (The two use the same calling sequence so I'm a bit mystified). Thanks!: Rick Taube, Ralf Mattes, Kjetil Matheussen, Mike Scholz From juanig at ccrma.Stanford.EDU Thu Sep 17 07:47:36 2009 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Thu, 17 Sep 2009 07:47:36 -0700 Subject: [CM] dlocsig glitch Message-ID: <1253198856.16967.5.camel@blueberry.maginvent.org> Hi, Has anyone run dlocsig successfully. I have tried dlocsig.lisp on CLM-3, CLM-4 and dlocsig.scm on Snd (S7), and I get an audio glitch when the path goes through the origin on these versions. Has Michael's Ruby version improved on this issue?. Thanks, --* Juan Reyes From oded at ccrma.Stanford.EDU Thu Sep 17 12:59:05 2009 From: oded at ccrma.Stanford.EDU (Oded Ben-Tal) Date: Thu, 17 Sep 2009 12:59:05 -0700 (PDT) Subject: [CM] dlocsig In-Reply-To: References: Message-ID: > > Has anyone run dlocsig successfully. I have tried dlocsig.lisp on CLM-3, > CLM-4 and dlocsig.scm on Snd (S7), and I get an audio glitch when the > path goes through the origin on these versions. Has Michael's Ruby > version improved on this issue?. I got the same problem (I think I emailed nando about it). To me it seemed that the problem was when crossing y=0 close to the origin. Observation based on some trial and error not any profound insight into the code. Oded From invite+yoaj0s69 at facebookmail.com Fri Sep 18 08:49:49 2009 From: invite+yoaj0s69 at facebookmail.com (Renick Bell) Date: Fri, 18 Sep 2009 08:49:49 -0700 Subject: [CM] Check out my photos on Facebook Message-ID: <92c7de0bcaa94ec61e92463f6f78cea8@localhost.localdomain> Hi cmdist at ccrma.stanford.edu, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Renick To sign up for Facebook, follow the link below: http://www.facebook.com/p.php?i=100000244637353&k=Z6E3Y5U6QX413GGJPFV5SVSQWQ&r cmdist at ccrma.stanford.edu was invited to join Facebook by Renick Bell. If you do not wish to receive this type of email from Facebook in the future, please click on the link below to unsubscribe. http://www.facebook.com/o.php?k=82a6fc&u=1492222244&mid=11da94bG58f18124G0G8 Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304. -------------- next part -------------- An HTML attachment was scrubbed... URL: From juanig at ccrma.Stanford.EDU Fri Sep 18 10:52:24 2009 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Fri, 18 Sep 2009 10:52:24 -0700 Subject: [CM] dlocsig In-Reply-To: References: Message-ID: <1253296344.10543.88.camel@blueberry.maginvent.org> Thanks Oded! I tried several different paths and the problem seems to go away. Even using 'make-spiral-path' seems to be working!. What I've found is that SBCl complains when using identical values on (xy) pairs. Close paths which don't go through the origin seem to be fine. All and all I have been avoiding zeroes on 'make-path' pairs and seems that I am not getting nasty glitches as before. Therefore I think that dlocsig doesn't like some paths which contain pairs with identical values. This is using Nando's "clm-sbcl" which is clm-3. I'll keep working (on trial and error) to see how things turn up. --* Juan On Thu, 2009-09-17 at 12:59 -0700, Oded Ben-Tal wrote: > > > > Has anyone run dlocsig successfully. I have tried dlocsig.lisp on CLM-3, > > CLM-4 and dlocsig.scm on Snd (S7), and I get an audio glitch when the > > path goes through the origin on these versions. Has Michael's Ruby > > version improved on this issue?. > > I got the same problem (I think I emailed nando about it). To me it seemed > that the problem was when crossing y=0 close to the origin. Observation > based on some trial and error not any profound insight into the code. > > Oded From juanig at ccrma.Stanford.EDU Fri Sep 18 13:00:26 2009 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Fri, 18 Sep 2009 13:00:26 -0700 Subject: [CM] dlocsig In-Reply-To: <1253296344.10543.88.camel@blueberry.maginvent.org> References: <1253296344.10543.88.camel@blueberry.maginvent.org> Message-ID: <1253304026.12261.3.camel@blueberry.maginvent.org> > Therefore I think that dlocsig doesn't like some paths which contain > pairs with identical values. > > This is using Nando's "clm-sbcl" which is clm-3. > Same behavior on yesterday's clm-4. BTW, Surprisingly I am not getting double-float array errors with 'dlocsig'. However, in scanned.ins I am getting random double-float error depending on the initial conditions of the instrument. --* Juan From juanig at ccrma.Stanford.EDU Fri Sep 18 13:00:26 2009 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Fri, 18 Sep 2009 13:00:26 -0700 Subject: [CM] dlocsig In-Reply-To: <1253296344.10543.88.camel@blueberry.maginvent.org> References: <1253296344.10543.88.camel@blueberry.maginvent.org> Message-ID: <1253304026.12261.3.camel@blueberry.maginvent.org> > Therefore I think that dlocsig doesn't like some paths which contain > pairs with identical values. > > This is using Nando's "clm-sbcl" which is clm-3. > Same behavior on yesterday's clm-4. BTW, Surprisingly I am not getting double-float array errors with 'dlocsig'. However, in scanned.ins I am getting random double-float error depending on the initial conditions of the instrument. --* Juan From jackwphillips at gmail.com Sat Sep 19 15:48:27 2009 From: jackwphillips at gmail.com (Jack Phillips) Date: Sat, 19 Sep 2009 15:48:27 -0700 Subject: [CM] Grace universal binary Message-ID: <82EE4AED-F694-48AC-ABC2-831EAE51C311@gmail.com> Does there exist a compiled mac universal binary of Grace? I'd like to run it on a ppc. If not, can I compile it at all the associated dependencies for ppc? Thanks. jack From ejlilley at gmail.com Tue Sep 22 14:07:12 2009 From: ejlilley at gmail.com (Edward Lilley) Date: Tue, 22 Sep 2009 22:07:12 +0100 Subject: [CM] Snd's Waterfall & Complexify in GTK Message-ID: It looks to me like the "complexify" and "waterfall"-related functions only work under the Motif version of Snd. I realise that Snd's author much prefers Xmotif.... but has anyone hacked together a version of these commands that use GTK? If not, how would I go about doing it myself? -- Edward Lilley -- http://blog.ugnus.uk.eu.org -- http://www.ugnus.uk.eu.org/~edward/ $ fortune | newspeak BOFH excuse #39: Goldsteinist activities Hail Big Brother! From bil at ccrma.Stanford.EDU Tue Sep 22 15:17:01 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 22 Sep 2009 15:17:01 -0700 Subject: [CM] OSX 10.6 and motif Message-ID: <20090922221102.M68173@ccrma.Stanford.EDU> My old motif library no longer worked after upgrading to 10.6, so in case anyone else has this problem, here's one path: make sure you have XCode (you need to install it specially from the 10.6 disk). I also had to get more RAM since the installer won't run if you have only 512 MBytes. get openmotif 2.3.2 (from motifzone) in .cshrc: setenv PKG_CONFIG_PATH /usr/X11/lib/pkgconfig # for Xft in the configure script (xft.pc) in /usr/bin as root: cp gnumake make # Apple screwed up the link from gnumake to make in motif dir: ./configure CFLAGS="-I/usr/local/include/freetype2" # 'make' can't find freetype/config/ftheader.h make make install in Snd dir: ./configure --with-motif-prefix=/usr/X11R6 --with-static-xm you'll get tons of dumb complaints: warning: format not a string literal and no format arguments just ignore them... ./snd WorldHistoricalObjectiveCorrelative.snd From bil at ccrma.Stanford.EDU Tue Sep 22 15:23:58 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 22 Sep 2009 15:23:58 -0700 Subject: [CM] Snd's Waterfall & Complexify in GTK In-Reply-To: References: Message-ID: <20090922221821.M95302@ccrma.Stanford.EDU> > I realise that Snd's author much prefers Xmotif.... but has anyone > hacked together a version of these commands that use GTK? If not, how > would I go about doing it myself? The problem there is not so much Motif, it's openGL. I don't know why gtk went with cairo instead of openGL. For awhile there was gtkglext, and I still have support for it in Snd, but I believe it has died. I'll look again at cairo (geez, I hate that name -- I can't rid myself of the suspicion that I'm dealing with crypto-proselytizers), and see if it has 3D graphics support. Or maybe there's some other way in gtk? From ahcnz at ihug.co.nz Sun Sep 27 17:57:24 2009 From: ahcnz at ihug.co.nz (Adam) Date: Mon, 28 Sep 2009 12:57:24 +1200 Subject: [CM] CM3 Grace Sal and csound ftables Message-ID: <200909281257.25557.ahcnz@ihug.co.nz> Am quite warming to Sal, but having trouble generating an f zero score instruction, which is commonly used to simply prolong the score time. ie "f 0 20" Perhaps its problematic because it just has p1 p2 slots, instead of the usual p1, p2, p3 for ftables and instruments. Its tempting to use Sal's header: facility, but am using that already to load a file of many ftables. Here's an example; ; -------------------------------------------------------- ;; process that sends csound data define process ransco(len, rhy, lb, ub, amp) run with dur = rhy * 2 repeat len for t = elapsed(#t) ; get true score time for k = lb then between(lb,ub) send "cs:i", 1, t , dur, k, amp wait rhy end ;; write a scorfile sprout ransco(10, .2, 60, 72, 1000), "test.sco", play: #t, orchestra: "simp.orc" ; this above works fine, as per the doc's Csound example ; this below works OK too sprout (list(ransco(10, .2, 60, 72, 1000))), "test.sco", play: #t, orchestra: "simp.orc" ; so I thought this might work, but doesn't like Send sprout (list((ransco(10, .2, 60, 72, 1000)) (send "cs:data", {f 0 15}))), "test.sco", play: #t, orchestra: "simp.orc" ; same here sprout (list((ransco(10, .2, 60, 72, 1000)) (send "cs:f", 0 15))), "test.sco", play: #t, orchestra: "simp.orc" ; so make a new process define process xf0(p1, p2) run print "f -> ", p1, p2 send "cs:f", p1, p2 end ; this below runs, but the score seems not ; to include the f zero statement "f 0 15" ; In fact seems to have trouble with the xf0 function sprout (list( (ransco(10, .2, 60, 72, 1000)), (xf0(0, 15)) )), "test.sco", play: #t, orchestra: "simp.orc" From bil at ccrma.Stanford.EDU Mon Sep 28 07:11:55 2009 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 28 Sep 2009 07:11:55 -0700 Subject: [CM] ...snd 11?... Message-ID: <20090928141005.M53921@ccrma.Stanford.EDU> The Snd tarball and CVS sources are in a state of flux. I am making a series of backwards-incompatible changes, so the new version is called Snd 11, but it won't be finished for a few weeks.