From dpsenick at gmail.com Tue Jun 1 01:54:46 2010 From: dpsenick at gmail.com (David Psenicka) Date: Tue, 01 Jun 2010 03:54:46 -0500 Subject: [CM] latest FOMUS not working with latest Grace In-Reply-To: <1275350022.3190.27.camel@fred> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> Message-ID: <1275382487.3418.32.camel@fred> I can't reproduce the error (using Boost 1.40, the version you're using--I have Ubuntu 10.4, though, and a 64bit machine). Do you have only one version of the `iostreams' library installed (I seem to remember that it's possible to have multiple versions of the libraries in Ubuntu, but maybe I'm wrong)? I'll be able to compile it on a 32-bit machine tomorrow, maybe I will get the error then. On Mon, 2010-05-31 at 18:53 -0500, David Psenicka wrote: > I'll have to look into this, the part of the code that references that > symbol hasn't changed for quite a while, so I'm not sure why this has > suddenly popped up... I'll try to upload a fix as soon as I can. > -David > > On Mon, 2010-05-31 at 19:14 -0400, Dave Phillips wrote: > > > Greetings, > > > > I've built CM/Grace (latest 3.6.0) and FOMUS (0.1.12-alpha-rc4) on > > Ubuntu 9.10, 32-bit, GCC 4.4.1 and Boost 1.40. I'm trying to run an > > example in spectral.sal but Grace crashes with the following error: > > > > ./Grace: symbol lookup error: /usr/lib/fomus/lilyout.so : undefined > > symbol: _ZN5boost9iostreams22file_descriptor_sourceC1Eib > > > > I added to the includes in > > lilyout.cc but it makes no difference. > > > > Any suggestions ? > > > > Best, > > > > dp > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dlphillips at woh.rr.com Tue Jun 1 02:47:07 2010 From: dlphillips at woh.rr.com (Dave Phillips) Date: Tue, 01 Jun 2010 05:47:07 -0400 Subject: [CM] latest FOMUS not working with latest Grace In-Reply-To: <1275382487.3418.32.camel@fred> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> Message-ID: <4C04D71B.9050403@woh.rr.com> David Psenicka wrote: > I can't reproduce the error (using Boost 1.40, the version you're > using--I have Ubuntu 10.4, though, and a 64bit machine). Do you have > only one version of the `iostreams' library installed (I seem to > remember that it's possible to have multiple versions of the libraries > in Ubuntu, but maybe I'm wrong)? I'll be able to compile it on a > 32-bit machine tomorrow, maybe I will get the error then. > Hi David, Thanks for the investigation. :) No dupes here, I was careful to clean out a former installation in /usr/local. The nm and ldd utilities make it clear what's being called and what's missing. IIRC there are five or six unresolved symbols shown by 'nm lilyout.so', all of which reference file_descriptor functions in libboost-iostreams. I'll continue to troubleshoot the problem today. Best, dp From dlphillips at woh.rr.com Tue Jun 1 03:26:53 2010 From: dlphillips at woh.rr.com (Dave Phillips) Date: Tue, 01 Jun 2010 06:26:53 -0400 Subject: [CM] latest FOMUS not working with latest Grace In-Reply-To: <1275382487.3418.32.camel@fred> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> Message-ID: <4C04E06D.50609@woh.rr.com> Hi David, Btw, the SVN sources fail to configure properly after a successful bootstrap. Here's the error: ./configure: line 16145: syntax error near unexpected token 'WARNFLAGS' ./configure: line 16145: 'AX_CXXFLAGS_WARN_ALL (WARNFLAGS)' All the lines in the Flags section of configure cause this error. Ubuntu 9.10, 32-bit, GCC 4.4.1, Boost 1.4.0. Best, dp From dlphillips at woh.rr.com Tue Jun 1 04:06:19 2010 From: dlphillips at woh.rr.com (Dave Phillips) Date: Tue, 01 Jun 2010 07:06:19 -0400 Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <4C04D71B.9050403@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> Message-ID: <4C04E9AB.70401@woh.rr.com> Greetings, Whatever was causing the error is no longer causing it. I rebuilt and reinstalled FOMUS this morning, and the spectral.sal examples are now working properly, what I've tried so far. I love Linux voodoo. Rick, the spectral composition stuff is fascinating, but alas, the latest Grace accepts analysis files only from SPEAR, which is not available for Linux. I can run it under Wine with no apparent problems, but would it be possible to extend Grace's support for analysis files to include the formats used by e.g. Csound or CLM ? Best regards, dp From taube at illinois.edu Tue Jun 1 06:54:36 2010 From: taube at illinois.edu (taube at illinois.edu) Date: Tue, 1 Jun 2010 08:54:36 -0500 (CDT) Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <4C04E9AB.70401@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> Message-ID: <20100601085436.CFP32987@expms6.cites.uiuc.edu> yes of course. or maybe i should add support for reading spectral SDIF files, that would be the most general. i never did it because it seemed like a fairly daunting task when i looked at it and i and my students always use spear. just send me the csound data format for representing a series of frames. hopefully its somewhat like spear: a (time ordered) set of frames, each frame consists of {partial freq amp}* triplets. i wasnt aware that clm has a special format for this, ill poke around. >Rick, the spectral composition stuff is fascinating, but alas, the >latest Grace accepts analysis files only from SPEAR, which is not >available for Linux. I can run it under Wine with no apparent problems, >but would it be possible to extend Grace's support for analysis files to >include the formats used by e.g. Csound or CLM ? > >Best regards, > >dp > >_______________________________________________ >Cmdist mailing list >Cmdist at ccrma.stanford.edu >http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From taube at illinois.edu Tue Jun 1 08:05:37 2010 From: taube at illinois.edu (taube at illinois.edu) Date: Tue, 1 Jun 2010 10:05:37 -0500 (CDT) Subject: [CM] importing In-Reply-To: <4C04E9AB.70401@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> Message-ID: <20100601100537.CFP41900@expms6.cites.uiuc.edu> speaking of importing, trunk now has a new function midifile-import for importing values from midifiles. its documented in res/doc/cm.html (in the Midi In section). i could add more stuff to it but its already quite useful i think. > (midifile-import "foo.mid" 1 'key) (60 72 44 ...) > (midifile-import "foo.mid" 1 '(time dur key amp)) ((0.0 0.1 60 0.5) (0.1 0.1 72 0.5) (0.2 0.1 44 0.5) ...) > (midifile-import "foo.mid" 1 '(rhythm key vel)) ((0.0 60 64) (0.1 72 64) (0.1 44 64) ...) also i branched a (stable) 3.6 line so trunk is now the development line for 3.7. if i have time and patience i am going to try to add a native sampler that you control from scheme, ie realtime triggering of audio buffers that does fullmix, vkey and expandn sorts of things in realtime. From bil at ccrma.Stanford.EDU Tue Jun 1 08:27:38 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 1 Jun 2010 08:27:38 -0700 Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <20100601085436.CFP32987@expms6.cites.uiuc.edu> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> <20100601085436.CFP32987@expms6.cites.uiuc.edu> Message-ID: <20100601152509.M13300@ccrma.Stanford.EDU> > i wasnt aware that clm has a special format for this I don't think it does -- are you guys talking about phase-vocoder style data, or SMS? It would be easy, I think, to add output to a file for that data. (I always hoped the analysis would be fast enough that no-one would want to write out the intermediate data). From dlphillips at woh.rr.com Tue Jun 1 08:31:56 2010 From: dlphillips at woh.rr.com (Dave Phillips) Date: Tue, 01 Jun 2010 11:31:56 -0400 Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <20100601152509.M13300@ccrma.Stanford.EDU> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> <20100601085436.CFP32987@expms6.cites.uiuc.edu> <20100601152509.M13300@ccrma.Stanford.EDU> Message-ID: <4C0527EC.4040000@woh.rr.com> Bill Schottstaedt wrote: >> i wasnt aware that clm has a special format for this >> > > I don't think it does -- are you guys talking about phase-vocoder > style data, or SMS? It would be easy, I think, to add output to > a file for that data. (I always hoped the analysis would be fast > enough that no-one would want to write out the intermediate > data). > > Hi Bill, In Rick's book there are some examples of spectral composition methods that use data from your spectra.clm, which I assume is FFT-derived. Alas, the support for that format is no longer present in CM3. I'd like to see it added again, if possible. Best, dp From taube at illinois.edu Tue Jun 1 08:58:16 2010 From: taube at illinois.edu (taube at illinois.edu) Date: Tue, 1 Jun 2010 10:58:16 -0500 (CDT) Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <4C0527EC.4040000@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> <20100601085436.CFP32987@expms6.cites.uiuc.edu> <20100601152509.M13300@ccrma.Stanford.EDU> <4C0527EC.4040000@woh.rr.com> Message-ID: <20100601105816.CFP48542@expms6.cites.uiuc.edu> >In Rick's book there are some examples of spectral composition methods >that use data from your spectra.clm, which I assume is FFT-derived. >Alas, the support for that format is no longer present in CM3. I'd like >to see it added again, if possible. i see. thats very easy, ill add a function clm-frame->spectrum that takes one of these and returns a spectrum object, then you just do (load "spectr.clm") and call the function on whatever instantce you want to convert to a spectrum: (clm-frame->spectrum bc-c2 :fundamental (hz 'c2)) From bil at ccrma.Stanford.EDU Tue Jun 1 09:45:43 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 1 Jun 2010 09:45:43 -0700 Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <4C0527EC.4040000@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> <20100601085436.CFP32987@expms6.cites.uiuc.edu> <20100601152509.M13300@ccrma.Stanford.EDU> <4C0527EC.4040000@woh.rr.com> Message-ID: <20100601164023.M13568@ccrma.Stanford.EDU> spectr.clm: "They contain a large set of instrument steady-state spectra, gathered many years ago (before 1976) by James A Moorer. The variable names are taken from the file names used by JAM, but by the time I got around to rescuing the data from mouldering magtapes, he had long since moved on, so I don't actually know what instrument some of the labels refer to." I have Andy's ("James A" to his friends) email now, and could ask him, but I bet he doesn't remember. These were ancient, abandoned tapes back in the days when we actually used magtapes! He probably used one of the really early ADC's. We're still rescuing old magtapes -- I hope Fernando writes up the tale. From taube at illinois.edu Tue Jun 1 10:00:44 2010 From: taube at illinois.edu (taube at illinois.edu) Date: Tue, 1 Jun 2010 12:00:44 -0500 (CDT) Subject: [CM] latest FOMUS not working with latest Grace [SOLVED] In-Reply-To: <20100601164023.M13568@ccrma.Stanford.EDU> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04D71B.9050403@woh.rr.com> <4C04E9AB.70401@woh.rr.com> <20100601085436.CFP32987@expms6.cites.uiuc.edu> <20100601152509.M13300@ccrma.Stanford.EDU> <4C0527EC.4040000@woh.rr.com> <20100601164023.M13568@ccrma.Stanford.EDU> Message-ID: <20100601120044.CFP56809@expms6.cites.uiuc.edu> >spectr.clm: "They contain a large set of instrument steady-state spectra, gathered many years ago (before 1976) by James A Moorer. ok ive added clm-frame->spectrum which converts one of these to a spectrum object. from that point you can use it like any spectrum, eg play it or notate it. ; load the data (load "/Users/hkt/Software/sndlib/spectr.scm") ; create a spectrum (define spec (clm-frame->spectrum bc-c2 :fundamental (hz 'c2))) ; access info (spectrum-size spec) (spectrum-minfreq spec) (spectrum-maxfreq spec) (spectrum-keys spec) (note (spectrum-keys spec :quant 1 :unique #t)) ; play it as midi (mp:tuning 4) (loop for k in (spectrum-keys spec) for t from 0 by .1 do (mp:midi t .2 k)) ;---- here is the function (its it svn already) (define (clm-frame->spectrum data . args) (with-optkeys (args (fundamental 1) (amplitude 1)) (let* ((frqs (list #f)) (tail1 frqs) (amps (list #f)) (tail2 amps)) (do ((dat data (cddr dat)) (siz 0 (+ siz 1))) ((null? dat) (make-spectrum 0 siz (cdr frqs) (cdr amps))) (set-cdr! tail1 (list (* (car dat) fundamental))) (set! tail1 (cdr tail1)) (set-cdr! tail2 (list (* (cadr dat) amplitude))) (set! tail2 (cdr tail2)))))) From dpsenick at gmail.com Tue Jun 1 10:26:10 2010 From: dpsenick at gmail.com (David Psenicka) Date: Tue, 01 Jun 2010 12:26:10 -0500 Subject: [CM] latest FOMUS not working with latest Grace In-Reply-To: <4C04E06D.50609@woh.rr.com> References: <4C0442E2.1050905@woh.rr.com> <1275350022.3190.27.camel@fred> <1275382487.3418.32.camel@fred> <4C04E06D.50609@woh.rr.com> Message-ID: <1275413170.23010.9.camel@fred> You might not have the autoconf-archive installed... or maybeyour system doesn't know it's there (if it doesn't, you can pass a path argument to the bootstrap script that points to the archive directory with all the .m4 files in it) On Tue, 2010-06-01 at 06:26 -0400, Dave Phillips wrote: > Hi David, > > Btw, the SVN sources fail to configure properly after a successful > bootstrap. Here's the error: > > ./configure: line 16145: syntax error near unexpected token 'WARNFLAGS' > ./configure: line 16145: 'AX_CXXFLAGS_WARN_ALL (WARNFLAGS)' > > All the lines in the Flags section of configure cause this error. > > Ubuntu 9.10, 32-bit, GCC 4.4.1, Boost 1.4.0. > > Best, > > dp > -------------- next part -------------- An HTML attachment was scrubbed... URL: From juanig at ccrma.Stanford.EDU Tue Jun 1 10:59:36 2010 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Tue, 01 Jun 2010 13:59:36 -0400 Subject: [CM] dlocsig on snd In-Reply-To: <1275358899.8495.1.camel@localhost.localdomain> References: <201005270856.40594.ahcnz@ihug.co.nz> <765DAD27-C09D-4306-B6C5-1BC15431095A@uiuc.edu> <201005271014.28021.ahcnz@ihug.co.nz> <4D7CF124-C91B-4156-A3D9-7EF289F059A9@uiuc.edu> <1275322934.17445.42.camel@blueberry.maginvent.org> <20100531172304.M46894@ccrma.Stanford.EDU> <1275358899.8495.1.camel@localhost.localdomain> Message-ID: <1275415176.20670.7.camel@blueberry.maginvent.org> Hi Nando, Crossing my fingers!. Thanks for all your efforts taking on this issue. --* Juan > On Friday sbcl 1.0.38 was released for fc12/13, I have to try building > with that to see what happens... > > -- Fernando From nando at ccrma.Stanford.EDU Wed Jun 2 13:36:44 2010 From: nando at ccrma.Stanford.EDU (Fernando Lopez-Lezcano) Date: Wed, 02 Jun 2010 13:36:44 -0700 Subject: [CM] dlocsig on snd In-Reply-To: <1275358899.8495.1.camel@localhost.localdomain> References: <201005270856.40594.ahcnz@ihug.co.nz> <765DAD27-C09D-4306-B6C5-1BC15431095A@uiuc.edu> <201005271014.28021.ahcnz@ihug.co.nz> <4D7CF124-C91B-4156-A3D9-7EF289F059A9@uiuc.edu> <1275322934.17445.42.camel@blueberry.maginvent.org> <20100531172304.M46894@ccrma.Stanford.EDU> <1275358899.8495.1.camel@localhost.localdomain> Message-ID: <1275511004.24556.4.camel@localhost.localdomain> On Mon, 2010-05-31 at 19:21 -0700, Fernando Lopez-Lezcano wrote: > On Mon, 2010-05-31 at 10:24 -0700, Bill Schottstaedt wrote: > > > When I try to compile 'dlocsig.lisp', sbcl hangs. > > > > Fernando noticed this while fixing the bugs, and we couldn't > > find a simple case, so I left it broken and send a bug report > > to sbcl-bugs. I don't think anyone at sbcl has looked at it. > > On Friday sbcl 1.0.38 was released for fc12/13, I have to try building > with that to see what happens... No luck, on a test build for fc13 clm/sbcl hangs while compiling dlocsig, same as before. I will have to find a workaround somehow. -- Fernando From juanig at ccrma.Stanford.EDU Wed Jun 2 18:03:37 2010 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Wed, 02 Jun 2010 21:03:37 -0400 Subject: [CM] dlocsig on snd In-Reply-To: <1275511004.24556.4.camel@localhost.localdomain> References: <201005270856.40594.ahcnz@ihug.co.nz> <765DAD27-C09D-4306-B6C5-1BC15431095A@uiuc.edu> <201005271014.28021.ahcnz@ihug.co.nz> <4D7CF124-C91B-4156-A3D9-7EF289F059A9@uiuc.edu> <1275322934.17445.42.camel@blueberry.maginvent.org> <20100531172304.M46894@ccrma.Stanford.EDU> <1275358899.8495.1.camel@localhost.localdomain> <1275511004.24556.4.camel@localhost.localdomain> Message-ID: <1275527017.27704.9.camel@blueberry.maginvent.org> Thanks anyway Nando, I know it takes a lot to try these tests. I guess music (DSP) users are not a big force on SBCL or,... the slope is to high for them. --* Juan > > No luck, on a test build for fc13 clm/sbcl hangs while compiling > dlocsig, same as before. I will have to find a workaround somehow. > > -- Fernando > From csr21 at cantab.net Fri Jun 4 07:48:03 2010 From: csr21 at cantab.net (Christophe Rhodes) Date: Fri, 04 Jun 2010 15:48:03 +0100 Subject: [CM] dlocsig on snd In-Reply-To: <1275511004.24556.4.camel@localhost.localdomain> (Fernando Lopez-Lezcano's message of "Wed, 02 Jun 2010 13:36:44 -0700") References: <201005270856.40594.ahcnz@ihug.co.nz> <765DAD27-C09D-4306-B6C5-1BC15431095A@uiuc.edu> <201005271014.28021.ahcnz@ihug.co.nz> <4D7CF124-C91B-4156-A3D9-7EF289F059A9@uiuc.edu> <1275322934.17445.42.camel@blueberry.maginvent.org> <20100531172304.M46894@ccrma.Stanford.EDU> <1275358899.8495.1.camel@localhost.localdomain> <1275511004.24556.4.camel@localhost.localdomain> Message-ID: <877hmeg8gs.fsf@cantab.net> Fernando Lopez-Lezcano writes: > On Mon, 2010-05-31 at 19:21 -0700, Fernando Lopez-Lezcano wrote: >> On Mon, 2010-05-31 at 10:24 -0700, Bill Schottstaedt wrote: >> > > When I try to compile 'dlocsig.lisp', sbcl hangs. >> > >> > Fernando noticed this while fixing the bugs, and we couldn't >> > find a simple case, so I left it broken and send a bug report >> > to sbcl-bugs. I don't think anyone at sbcl has looked at it. >> >> On Friday sbcl 1.0.38 was released for fc12/13, I have to try building >> with that to see what happens... > > No luck, on a test build for fc13 clm/sbcl hangs while compiling > dlocsig, same as before. I will have to find a workaround somehow. For what it's worth, I read this list, and I would like to help find a solution. (I would love to find time to solve it myself, but... lisp hacking time is minimal; at present what I can do is try to raise the priority among sbcl hackers with more time). Sorry that the issue hasn't been sorted already... Cheers, Christophe From bil at ccrma.Stanford.EDU Fri Jun 4 13:44:21 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Fri, 4 Jun 2010 13:44:21 -0700 Subject: [CM] Snd 11.6 Message-ID: <20100604204327.M59661@ccrma.Stanford.EDU> Snd 11.6 in s7: *#readers* for your own #... readers nan? and infinite? #nD(...) multidimensional vector constant syntax support for circular and shared structures integer-decode-float and binary file IO (binary-io.scm). play-skipping-silence in extsnd.html removed snd6.scm. if --with-gtk, the configure script looks first for gtk 3.0 now (actually 2.90.n, but the libraries and headers use the name 3.0), then falls back on 2.0. added --without-audio configure switch. checked: sbcl 1.0.38|39, gtk 2.20.1|21.0|90.0|1, mpc 0.8.2 Thanks!: Fernando Lopez-Lezcano, Kjetil Matheussen From nabob_cd at yahoo.com Sun Jun 20 10:43:48 2010 From: nabob_cd at yahoo.com (menno) Date: Sun, 20 Jun 2010 10:43:48 -0700 (PDT) Subject: [CM] beginner's issues Message-ID: <733487.74800.qm@web65714.mail.ac4.yahoo.com> Hello Mr. Taube i have a beginner's question about getting common music/Grace to work. I saw this article: http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-1 that peaked my interest and decided to start with common music for score generation for Csound. I fired up Grace/common Music 3.6.0 on Ubuntu, using Jack. I got this error: >>>> Error: end: unbound variable. What can this be? Thank you. From joel.binarybrain at gmail.com Sun Jun 20 13:08:09 2010 From: joel.binarybrain at gmail.com (Joel Ross) Date: Sun, 20 Jun 2010 21:08:09 +0100 Subject: [CM] beginner's issues In-Reply-To: <733487.74800.qm@web65714.mail.ac4.yahoo.com> References: <733487.74800.qm@web65714.mail.ac4.yahoo.com> Message-ID: This will happen if grace is set to parse lisp (and perhaps sal1) for Dave's code examples (which are SAL2). This is under Options->Syntax. If it is set to parse Sal2 then there's a syntax error somewhere. Regards, Joel On 20 June 2010 18:43, menno wrote: > Hello Mr. Taube > > i have a beginner's question about getting common music/Grace to work. > > I saw this article: http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-1 that peaked my interest > and decided to start with common music for score generation for Csound. > I fired up Grace/common Music 3.6.0 on Ubuntu, using Jack. I got this error: >>>>> Error: end: unbound variable. > What can this be? > Thank you. > > > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > From dlphillips at woh.rr.com Wed Jun 23 10:21:54 2010 From: dlphillips at woh.rr.com (Dave Phillips) Date: Wed, 23 Jun 2010 13:21:54 -0400 Subject: [CM] [OT] article continuation (algorithmic music software) Message-ID: <4C2242B2.9020201@woh.rr.com> Greetings, Someone asked when Part 2 was on-line: http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-2 This Part completes the profile of the CM/Grace system. Part 1 still here: http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-1 Best, dp From bil at ccrma.Stanford.EDU Wed Jun 23 13:25:12 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Wed, 23 Jun 2010 13:25:12 -0700 Subject: [CM] [OT] article continuation (algorithmic music software) In-Reply-To: <4C2242B2.9020201@woh.rr.com> References: <4C2242B2.9020201@woh.rr.com> Message-ID: <20100623201834.M94107@ccrma.Stanford.EDU> > "Rick responds quickly and amiably to users with problems with Common Music, > and Bill Schottstaedt is available for help with his software." Hey! I'm amiable too! And fast! Anyway, thanks as always for the very kind write-up. From taube at uiuc.edu Wed Jun 23 16:32:15 2010 From: taube at uiuc.edu (Heinrich Taube) Date: Wed, 23 Jun 2010 18:32:15 -0500 Subject: [CM] [OT] article continuation (algorithmic music software) In-Reply-To: <4C2242B2.9020201@woh.rr.com> References: <4C2242B2.9020201@woh.rr.com> Message-ID: <6B09BC62-BB75-43ED-BD09-A7B7B1CDAC54@uiuc.edu> yes dave, i just got a chance to read the articles you posted -- they provide a terrific summary, thanks for your continued interest in all thinkgs algocomp! On Jun 23, 2010, at 12:21 PM, Dave Phillips wrote: > Greetings, > > Someone asked when Part 2 was on-line: > > http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-2 > > This Part completes the profile of the CM/Grace system. > > Part 1 still here: > > http://www.linuxjournal.com/content/algorithmic-music-composition-linux-part-1 > > Best, > > dp > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From nabob_cd at yahoo.com Thu Jun 24 01:25:46 2010 From: nabob_cd at yahoo.com (menno) Date: Thu, 24 Jun 2010 01:25:46 -0700 (PDT) Subject: [CM] beginner issues part 2 In-Reply-To: Message-ID: <24949.55726.qm@web65703.mail.ac4.yahoo.com> Second beginner's question: i follow "midiout.sal" and want to set the Microtonal Output. So i execute "send("mp:tuning", 2)" and see under MidiOut-->Tuning that it is set to Quatertone. I hear the whole notes but when i send "send( "mp:midi", key: 60.5)" my synth does not react. Has this something to do with my synth? And is there a way to see this mailinglist in context, like i am used to have with Nabble and CSound. There is a CM list in Nabble but i can not post anything, it is "read-only" it seems. thank you From bil at ccrma.Stanford.EDU Thu Jun 24 06:52:55 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Thu, 24 Jun 2010 06:52:55 -0700 Subject: [CM] beginner issues part 2 In-Reply-To: <24949.55726.qm@web65703.mail.ac4.yahoo.com> References: <24949.55726.qm@web65703.mail.ac4.yahoo.com> Message-ID: <20100624134634.M34140@ccrma.Stanford.EDU> > And is there a way to see this mailinglist in context, like i am used to have with Nabble and CSound. > There is a CM list in Nabble but i can not post anything, it is "read-only" it seems. I don't know about the CM list (is it cmdist?), but even if I signed up to archive cmdist through nabble, I would want it to be read-only. They say they can't block anonymous posts, but the maintainer can remove offenders -- this way madness lies... From ruben.simon12 at gmail.com Mon Jun 28 13:51:39 2010 From: ruben.simon12 at gmail.com (Daniel DeClue) Date: Mon, 28 Jun 2010 15:51:39 -0500 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 Message-ID: Hi, I'm trying to get clm-4 to run on my mac. I have sbcl 10.0.29 installed, and when I try to load the all.lisp file to get clm-4 running in my terminal I get this error Error opening shared object "/Applications/clm-4/libclm.so":dlopen(3) failed. I have no idea what this means. both my clm-4 and my sbcl files are in my Applications folder. The commands I use to try to get clm working are: cd /Applications cd sbcl* sh run-sbcl.sh (load "../clm-4/all.lisp") I am completely new to clm, lisp, terminal, and computer programming altogether, any help would be appreciated. Thanks, Ruben -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruben.simon12 at gmail.com Mon Jun 28 17:25:02 2010 From: ruben.simon12 at gmail.com (Daniel DeClue) Date: Mon, 28 Jun 2010 19:25:02 -0500 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: <4C2929D0.2060005@yale.edu> References: <4C2929D0.2060005@yale.edu> Message-ID: I do have xcode installed, but since I am completely new to computer programming I have no idea how to use it... I'll register with the apple site. Thanks for your help, Ruben On Mon, Jun 28, 2010 at 6:01 PM, Michael Klingbeil < michael.klingbeil at yale.edu> wrote: > This error probably means that libclm failed to compile. > > Do you have the Apple Developer Tools (aka Xcode) installed? If not do that > first. You need to be registered as an Apple Developer which you can do for > free here: http://developer.apple.com/programs/register/ > > Once you have Xcode installed you should be able to compile everything > needed for clm-4 > > However, OS X 10.6.4 presents some tricky problems with 32 vs 64 bit > architectures. For example, with no flags, gcc on OS X 10.6 will default to > 64 bit architecture and I'm not sure the clm-4 build process has been tested > with any of this. > > I am currently using clm-4 on 10.6 with Clozure Common Lisp 1.5 (32-bit > version). However, I had to do a bit of hacking to get this to work. I will > try to put together some documentation on this and submit patches. > > Bill, I will send a follow up to you about patches for OS X 10.6. There > might be changes to configure.ac and definitely changes to all.lisp and > defins.lisp > > On 6/28/10 4:51 PM, Daniel DeClue wrote: > > Hi, > > > > I'm trying to get clm-4 to run on my mac. I have sbcl 10.0.29 installed, > and when I try to load the all.lisp file to get clm-4 running in my terminal > I get this error > > > > Error opening shared object "/Applications/clm-4/libclm.so":dlopen(3) > failed. > > > > I have no idea what this means. both my clm-4 and my sbcl files are in my > Applications folder. > > > > The commands I use to try to get clm working are: > > > > cd /Applications > > cd sbcl* > > sh run-sbcl.sh > > (load "../clm-4/all.lisp") > > > > I am completely new to clm, lisp, terminal, and computer programming > altogether, any help would be appreciated. > > > > Thanks, > > > > Ruben > > > > > > > > _______________________________________________ > > Cmdist mailing list > > Cmdist at ccrma.stanford.edu > > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > -- > Michael Klingbeil > > Yale University > Department of Music > Stoeckel Hall, 469 College St, Rm 307 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.klingbeil at yale.edu Mon Jun 28 16:01:36 2010 From: michael.klingbeil at yale.edu (Michael Klingbeil) Date: Mon, 28 Jun 2010 19:01:36 -0400 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: References: Message-ID: <4C2929D0.2060005@yale.edu> This error probably means that libclm failed to compile. Do you have the Apple Developer Tools (aka Xcode) installed? If not do that first. You need to be registered as an Apple Developer which you can do for free here: http://developer.apple.com/programs/register/ Once you have Xcode installed you should be able to compile everything needed for clm-4 However, OS X 10.6.4 presents some tricky problems with 32 vs 64 bit architectures. For example, with no flags, gcc on OS X 10.6 will default to 64 bit architecture and I'm not sure the clm-4 build process has been tested with any of this. I am currently using clm-4 on 10.6 with Clozure Common Lisp 1.5 (32-bit version). However, I had to do a bit of hacking to get this to work. I will try to put together some documentation on this and submit patches. Bill, I will send a follow up to you about patches for OS X 10.6. There might be changes to configure.ac and definitely changes to all.lisp and defins.lisp On 6/28/10 4:51 PM, Daniel DeClue wrote: > Hi, > > I'm trying to get clm-4 to run on my mac. I have sbcl 10.0.29 installed, and when I try to load the all.lisp file to get clm-4 running in my terminal I get this error > > Error opening shared object "/Applications/clm-4/libclm.so":dlopen(3) failed. > > I have no idea what this means. both my clm-4 and my sbcl files are in my Applications folder. > > The commands I use to try to get clm working are: > > cd /Applications > cd sbcl* > sh run-sbcl.sh > (load "../clm-4/all.lisp") > > I am completely new to clm, lisp, terminal, and computer programming altogether, any help would be appreciated. > > Thanks, > > Ruben > > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist -- Michael Klingbeil Yale University Department of Music Stoeckel Hall, 469 College St, Rm 307 From michael.klingbeil at yale.edu Mon Jun 28 19:06:27 2010 From: michael.klingbeil at yale.edu (Michael Klingbeil) Date: Mon, 28 Jun 2010 22:06:27 -0400 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: References: <4C2929D0.2060005@yale.edu> Message-ID: <4C295523.8020506@yale.edu> If you're open to using Scheme instead of Common Lisp you might want to take a look at Grace which has the the sndlib version of clm built in. This is probably easier to get up and running than the Common Lisp based clm and it has a really nice GUI for loading clm instruments and playing back sounds. Grace download: http://sourceforge.net/projects/commonmusic/files/ Excellent documentation/tutorial: https://ccrma.stanford.edu/software/snd/snd/sndclm.html On 6/28/10 8:25 PM, Daniel DeClue wrote: > I do have xcode installed, but since I am completely new to computer programming I have no idea how to use it... I'll register with the apple site. > > Thanks for your help, > > Ruben > > On Mon, Jun 28, 2010 at 6:01 PM, Michael Klingbeil > wrote: > > This error probably means that libclm failed to compile. > > Do you have the Apple Developer Tools (aka Xcode) installed? If not do that first. You need to be registered as an Apple Developer which you can do for free here: http://developer.apple.com/programs/register/ > > Once you have Xcode installed you should be able to compile everything needed for clm-4 > > However, OS X 10.6.4 presents some tricky problems with 32 vs 64 bit architectures. For example, with no flags, gcc on OS X 10.6 will default to 64 bit architecture and I'm not sure the clm-4 build process has been tested with any of this. > > I am currently using clm-4 on 10.6 with Clozure Common Lisp 1.5 (32-bit version). However, I had to do a bit of hacking to get this to work. I will try to put together some documentation on this and submit patches. > > Bill, I will send a follow up to you about patches for OS X 10.6. There might be changes to configure.ac and definitely changes to all.lisp and defins.lisp > > On 6/28/10 4:51 PM, Daniel DeClue wrote: > > Hi, > > > > I'm trying to get clm-4 to run on my mac. I have sbcl 10.0.29 installed, and when I try to load the all.lisp file to get clm-4 running in my terminal I get this error > > > > Error opening shared object "/Applications/clm-4/libclm.so":dlopen(3) failed. > > > > I have no idea what this means. both my clm-4 and my sbcl files are in my Applications folder. > > > > The commands I use to try to get clm working are: > > > > cd /Applications > > cd sbcl* > > sh run-sbcl.sh > > (load "../clm-4/all.lisp") > > > > I am completely new to clm, lisp, terminal, and computer programming altogether, any help would be appreciated. > > > > Thanks, > > > > Ruben > > > > > > > > _______________________________________________ > > Cmdist mailing list > > Cmdist at ccrma.stanford.edu > > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > -- > Michael Klingbeil > > Yale University > Department of Music > Stoeckel Hall, 469 College St, Rm 307 > > > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist -- Michael Klingbeil Yale University Department of Music Stoeckel Hall, 469 College St, Rm 307 From bil at ccrma.Stanford.EDU Tue Jun 29 04:08:31 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 29 Jun 2010 04:08:31 -0700 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: <4C2929D0.2060005@yale.edu> References: <4C2929D0.2060005@yale.edu> Message-ID: <20100629110739.M63425@ccrma.Stanford.EDU> Thanks a million for the OSX/Clozure patches! I have applied them to my versions, and I'll make new tarballs in a sec. I don't see why we get this warning: ; In an anonymous lambda form at position 3085: Duplicate definitions of GET-CSTRING, in this file and in "home:lisp;test;clm-4-new;sndlib2clm.lisp.newest" I only see one definition -- is get-cstring built-in now? Position 3085 (a character count?) has nothing to do with get-cstring. On macroexpand-all, it would be interesting to try walk.lisp with that function commented out in the clozure case -- I don't know if they're the same. I updated to OSX 10.6.4 yesterday. I'll check out CLM in sbcl and clisp later today. On this message: > Error opening shared object "/Applications/clm-4/libclm.so":dlopen(3) failed. I think I'll try to conjure up some better error message -- if I can be sure of the output library name (location), I'll probe for it or something. > I'll register with the apple site. I don't think you have to register, but you do need to install XCode (from the OSX DVD) by hand, or at least I remember doing that. From taube at uiuc.edu Tue Jun 29 06:02:59 2010 From: taube at uiuc.edu (Heinrich Taube) Date: Tue, 29 Jun 2010 08:02:59 -0500 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: <4C295523.8020506@yale.edu> References: <4C2929D0.2060005@yale.edu> <4C295523.8020506@yale.edu> Message-ID: > if you're open to using Scheme instead of Common Lisp a bit more on this: in the past the main reason for using the common lisp version was speed but bill's recent optimizations puts s7 very close to the common lisp speed without the need for compilers and loaders and gigabytes of installations. maybe bill has the benchmarks somewhere. of course, if you specifically want common lisp and emacs then there is no substitute for it. if you want a console version of clm/scheme tell me what your machine is and i can post a binary. From bil at ccrma.Stanford.EDU Tue Jun 29 06:18:37 2010 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 29 Jun 2010 06:18:37 -0700 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: References: <4C2929D0.2060005@yale.edu> <4C295523.8020506@yale.edu> Message-ID: <20100629131328.M10042@ccrma.Stanford.EDU> > maybe bill has the benchmarks way too many in fact. Here's the set in s7.html which is representative (100 seconds of sound in both cases): s7 interpreted s7+run C (-O2) sbcl bird 9.6 .7 .65 .65 violin 21.6 1.44 1.28 1.28 There's more in https://ccrma.stanford.edu/software/snd/snd/s7.html#s7rundoc and many more timings in run.c. Since you don't have to screw around with the C compiler and foreign libraries, and can write arbitrary sndlib code in with-sound directly (without run or instruments), I think the Scheme version is faster overall. From michael.klingbeil at yale.edu Tue Jun 29 21:17:41 2010 From: michael.klingbeil at yale.edu (Michael Klingbeil) Date: Wed, 30 Jun 2010 00:17:41 -0400 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: <20100629131328.M10042@ccrma.Stanford.EDU> References: <4C2929D0.2060005@yale.edu> <4C295523.8020506@yale.edu> <20100629131328.M10042@ccrma.Stanford.EDU> Message-ID: <4C2AC565.3080209@yale.edu> Any chance of getting with-threaded-sound to run on Grace OS X? It looks like the current Grace 3.6 binary doesn't have s7 thread support turned on. Would it be as easy as flipping a configure flag? On 6/29/10 9:18 AM, Bill Schottstaedt wrote: >> maybe bill has the benchmarks > > way too many in fact. Here's the set in s7.html which is > representative (100 seconds of sound in both cases): > > s7 interpreted s7+run C (-O2) sbcl > bird 9.6 .7 .65 .65 > violin 21.6 1.44 1.28 1.28 > > There's more in https://ccrma.stanford.edu/software/snd/snd/s7.html#s7rundoc > and many more timings in run.c. Since you don't have to screw around with > the C compiler and foreign libraries, and can write arbitrary sndlib code > in with-sound directly (without run or instruments), I think the Scheme > version is faster overall. > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist -- Michael Klingbeil Yale University Department of Music Stoeckel Hall, 469 College St, Rm 307 From taube at uiuc.edu Wed Jun 30 04:24:53 2010 From: taube at uiuc.edu (Heinrich Taube) Date: Wed, 30 Jun 2010 06:24:53 -0500 Subject: [CM] getting clm-4 to run on mac osx 10.6.4 In-Reply-To: <4C2AC565.3080209@yale.edu> References: <4C2929D0.2060005@yale.edu> <4C295523.8020506@yale.edu> <20100629131328.M10042@ccrma.Stanford.EDU> <4C2AC565.3080209@yale.edu> Message-ID: hi michael! I would think so but ive never tried. just configure sndlib with that and then rebuild with the new static lib. let me know if it works -- i can make it an app preference if it does. you might have turn of autoplaying, im not sure On Jun 29, 2010, at 11:17 PM, Michael Klingbeil wrote: > Any chance of getting with-threaded-sound to run on Grace OS X? It > looks like the current Grace 3.6 binary doesn't have s7 thread > support turned on. Would it be as easy as flipping a configure flag? From raga.raga at gmx.de Wed Jun 30 12:57:18 2010 From: raga.raga at gmx.de (Jan Baumgart) Date: Wed, 30 Jun 2010 21:57:18 +0200 Subject: [CM] cm 3 crashes on startup Message-ID: <4C2BA19E.1080306@gmx.de> Hi ! I just tried to compile common music 3 from the svn sources on a intel mac (10.5.7). The binary release grace-3.6.0 works fine, but there's only the grace binary in the package, so i can't use my loved emacs :( cm compiles without errors, but on startup i immediatly get this segfault: any ideas ? thx, jan. Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x000000004c851b00 Thread 1 Crashed: 0 libSystem.B.dylib 0x91987338 tiny_malloc_from_free_list + 62 1 libSystem.B.dylib 0x919879eb szone_calloc + 241 2 libSystem.B.dylib 0x919878b5 malloc_zone_calloc + 88 3 libSystem.B.dylib 0x91987842 calloc + 62 4 cm 0x0011e44a s7_values + 1818 (s7.c:17705) 5 cm 0x0011f0d5 s7_values + 5029 (s7.c:17705) 6 cm 0x0011d08d s7_member + 2061 (s7.c:11410) 7 cm 0x0011d956 s7_symbol_set_access + 2006 (s7.c:15083) 8 cm 0x00118e9a s7_quit + 19146 (s7.c:17192) 9 cm 0x00135c8a s7_eval_c_string + 298 (s7.c:10057) 10 cm 0x00031d0c loadCode(juce::String, char const*, int, bool) + 140 11 cm 0x00032086 SchemeThread::init() + 838 12 cm 0x0002268d SchemeThread::run() + 29 13 cm 0x002a3fe2 juce::Thread::threadEntryPoint(juce::Thread*) + 226 14 cm 0x002a4312 juce::threadEntryProc(void*) + 34 15 libSystem.B.dylib 0x919b0155 _pthread_start + 321 16 libSystem.B.dylib 0x919b0012 thread_start + 34 Binary Images: 0x1000 - 0x508fff +cm ??? (???) /Users/janbam/Documents/src/cm/bin/cm 0x759000 - 0x776ff7 com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x78e000 - 0x857fe5 com.apple.DiscRecording 4.0.5 (4050.4.1) <503c77a4da92eb3262d3fbfe46e74f20> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x8c2000 - 0x980fff com.apple.WebKit 5525.28 (5525.28.3) <2dd2865b4946a6d14a011bca1b05f2ed> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0xa1f000 - 0xa3dfe3 libexpat.1.dylib ??? (???) /usr/lib/libexpat.1.dylib 0xa45000 - 0x1096fff com.apple.WebCore 5525.28 (5525.28.4) <998a2e99f113af44083e0ae565aa8adb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld 0x90003000 - 0x90019fff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9001a000 - 0x90063fef com.apple.Metadata 10.5.2 (398.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x90064000 - 0x90064ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x90065000 - 0x90117ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib 0x902d0000 - 0x902e8ff7 com.apple.CoreVideo 1.6.0 (20.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x902ef000 - 0x902effff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x902f0000 - 0x9056cfe7 com.apple.Foundation 6.5.8 (677.24) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9058c000 - 0x9061ffff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x9062d000 - 0x9063dffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x9063e000 - 0x90656fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x90657000 - 0x90657ff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x90658000 - 0x90660fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x90661000 - 0x90661ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90662000 - 0x90668fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x90669000 - 0x906e3ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x906e9000 - 0x9082fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90830000 - 0x90969ff7 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib 0x90a65000 - 0x90b4dff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x90b4e000 - 0x90bd5ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib 0x90c21000 - 0x90ce8ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x90d8d000 - 0x90d8ffff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x90d90000 - 0x90e0dfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x90e0e000 - 0x90e0effd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x90e3f000 - 0x90e4ffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x90e50000 - 0x90ee3ff3 com.apple.ApplicationServices.ATS 3.7 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x90ee4000 - 0x90ef2ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x90ef3000 - 0x90f0effb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x90fa9000 - 0x90fa9ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x90faa000 - 0x9164afe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9164b000 - 0x91953fff com.apple.HIToolbox 1.5.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x91954000 - 0x9197dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate 0x9197e000 - 0x91ae5ff3 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib 0x91af0000 - 0x91b2efff libGLImage.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x91b2f000 - 0x91b69fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x91b6a000 - 0x91b77fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x91b78000 - 0x91bb7fff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate 0x91bb8000 - 0x91c72fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x91c83000 - 0x91d0dfe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x91d0e000 - 0x91db2fec com.apple.CFNetwork 438.10 (438.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x91f31000 - 0x91fffff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x92001000 - 0x921d2ffb com.apple.security 5.0.5 (36371) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x921d3000 - 0x92202fe3 com.apple.AE 402.3 (402.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x92208000 - 0x9220fffe libbsm.dylib ??? (???) /usr/lib/libbsm.dylib 0x92210000 - 0x92225ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92226000 - 0x92244fff libresolv.9.dylib ??? (???) /usr/lib/libresolv.9.dylib 0x92245000 - 0x92264ffa libJPEG.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x92265000 - 0x9226ffeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x92270000 - 0x92270ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x9228e000 - 0x92295fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x92296000 - 0x922bafff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x922bb000 - 0x92317ff7 com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9234b000 - 0x92382fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x92383000 - 0x9243aff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x9246d000 - 0x92747ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x92748000 - 0x927a5ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x927a6000 - 0x92fa4fef com.apple.AppKit 6.5.7 (949.46) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x92fa5000 - 0x92fa5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9300d000 - 0x93014fe9 libgcc_s.1.dylib ??? (???) /usr/lib/libgcc_s.1.dylib 0x93015000 - 0x9306eff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9306f000 - 0x931a2fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x93323000 - 0x93404ff7 libxml2.2.dylib ??? (???) <068cab13eb4608a7c6a5fad807ee0e33> /usr/lib/libxml2.2.dylib 0x93405000 - 0x93408fff com.apple.help 1.1 (36) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x93409000 - 0x93495ff7 com.apple.LaunchServices 290.3 (290.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x93497000 - 0x93562fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9364b000 - 0x93b1cfbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x93b1d000 - 0x93f2dfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x93f4f000 - 0x93f58fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x93fcc000 - 0x93ff9feb libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x93ffa000 - 0x93ffefff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x93fff000 - 0x9400bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x9400c000 - 0x940b3feb com.apple.QD 3.11.56 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x940b4000 - 0x94131fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9416d000 - 0x9416fff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x943d9000 - 0x944b9fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x944ba000 - 0x9450bff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x94531000 - 0x94570fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x94571000 - 0x94571ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94572000 - 0x9459dfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x9459e000 - 0x9493bfef com.apple.QuartzCore 1.5.8 (1.5.8) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9493c000 - 0x9497efef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9497f000 - 0x94ad1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94ad2000 - 0x94df7fe2 com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x94df8000 - 0x94e21fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib 0x94e22000 - 0x94e7cff7 com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x94e7d000 - 0x94efcff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x94efd000 - 0x94efeffc libffi.dylib ??? (???) /usr/lib/libffi.dylib 0x94eff000 - 0x94f04fff com.apple.CommonPanels 1.2.4 (85) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x94f05000 - 0x94fb5fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x95173000 - 0x95531fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x95532000 - 0x955beff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x955bf000 - 0x955c3fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib