From taube at illinois.edu Thu Sep 1 10:14:48 2011 From: taube at illinois.edu (Taube, Heinrich K) Date: Thu, 1 Sep 2011 17:14:48 +0000 Subject: [CM] grace feature request: "open init file" In-Reply-To: <4E5F2CD9.5080102@balcab.ch> References: <4E5F2CD9.5080102@balcab.ch> Message-ID: not a problem, will add it to the upcoming 3.8 release, which ill probably make next week. also will add a menu item for setting the default editor syntax the the fomus fixes for the windows build ________________________________________ From: cmdist-bounces at ccrma.Stanford.EDU [cmdist-bounces at ccrma.Stanford.EDU] on behalf of Michael Winkler [michael.winkler at balcab.ch] Sent: Thursday, September 01, 2011 1:57 AM To: cmdist at ccrma.Stanford.EDU Subject: [CM] grace feature request: "open init file" Dear Mr Taube (or whoever it may concern) Would like to have a "open init file" in the open menu. Many Thankx. Michael Winkler, Switzerland PS: are a) feature ideas & request welcome, and is b) this here the plattform to bring iit in? _______________________________________________ Cmdist mailing list Cmdist at ccrma.stanford.edu http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From mitchell.brooke at gmail.com Fri Sep 23 18:16:01 2011 From: mitchell.brooke at gmail.com (Brooke Mitchell) Date: Sat, 24 Sep 2011 13:16:01 +1200 Subject: [CM] Compiling snd on OSX Snow Leopard with homebrew Message-ID: Hi All, I had to give a short presentation on snd for my class here at New Zealand School of Music and since most everyone is mac based gave a run though on compiling on the mac. This is how I got snd working using homebrew instead of fink (trying to document everything I did). The guide for fink'd snd-on-osx was a great help though. I'm inexperienced with using the terminal and unix commands (and snd!) so can't offer any more help so ymmv but thought I'd post this in case anyone else attempts anything similar. Was pretty painless to get a useful snd install. Anyway here is the guide I gave.. Regards Brooke How to install snd on Mac OSX Snow Leopard using homebrew: --have you installed Developer Tools??? 1) install openmotif osx package (http://www.ist.co.uk/downloads/motif_download.html) open terminal: export DYLD_LIBRARY_PATH=/usr/OpenMotif/lib 2) install homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" 3) install dependencies. brew install libffi (repository link should be fixed, otherwise terminal: brew edit libffi change line 4:" url'sourceware.org:/pub/libffi/libffi-3.0.9.tar.gz'" brew install --HEAD guile then: brew install fftw ...wait 4) compile the source ./configure \ --with-static-xm \ --with-motif-prefix=/usr/OpenMotif (--with-ruby //if you want ruby) edit makefile. add to line 19: ORIGINAL_LDFLAGS = /usr/OpenMotif/lib make sudo make install From bil at ccrma.Stanford.EDU Sat Sep 24 02:47:48 2011 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Sat, 24 Sep 2011 02:47:48 -0700 Subject: [CM] Compiling snd on OSX Snow Leopard with homebrew In-Reply-To: References: Message-ID: <20110924094059.M73443@ccrma.Stanford.EDU> Thanks very much! I'll add that to README.Snd. I'm amazed (and pleased) that someone ported Motif -- if I had 2 lives, I'd take that package and bring it into the "modern" world -- it is still better than anything else, says this grouchy old-timer (who is now trying to move to Xfce and escape Gnome). Please let me know of any troubles. From bil at ccrma.Stanford.EDU Thu Sep 29 09:59:34 2011 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Thu, 29 Sep 2011 09:59:34 -0700 Subject: [CM] Snd 12.5 Message-ID: <20110929165828.M23557@ccrma.Stanford.EDU> Snd 12.5 This version involves primarily s7 optimizations. About half the standard clm instruments now run nearly as fast without the run macro as with it. Progress has been slow... in clm, the function output option in out* and in* has been removed. added mus-type checked: sbcl 1.0.51, gtk 3.1.16|18|90|92 3.2.0, ruby 1.9.3 Thanks!: Mike Scholz, Brooke Mitchell