Re: [CM] quicklisp clm

2016-12-14 Thread bil
Any chance of changing the asd? The ccrma-ftp clm-5 tarball now has Tito's asdf code. The original clm.asd was apparently written by Rick 10 years ago. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu

Re: [CM] quicklisp clm

2016-12-14 Thread Juan Cristóbal Cerrillo
> > If a minimalist approach is good for you, it is quicklispable :) > > (asdf:defsystem "clm" > :description "Common Lisp Music" > :version "3" > :author "William Schottstaedt " > :licence "LLGPL" > :perform (compile-op (o c) > (load (system-relative-pathname "clm"

Re: [CM] quicklisp clm

2016-12-14 Thread Juan Cristobal Cerrillo
> If a minimalist approach is good for you, it is quicklispable :) > > (asdf:defsystem "clm" > :description "Common Lisp Music" > :version "3" > :author "William Schottstaedt " > :licence "LLGPL" > :perform (compile-op (o c) > (load (system-relative-pathname "clm" "all.lisp"

Re: [CM] quicklisp clm

2016-12-14 Thread Tito Latini
On Tue, Dec 13, 2016 at 08:40:06PM -0600, Juan Cristobal Cerrillo wrote: > > > On Dec 10, 2016, at 7:22 AM, b...@ccrma.stanford.edu wrote: > > > > ok -- that's fine by me, but I am no longer interested > > in the CL part of that package. I haven't worked on it > > in about 20 years, and no

Re: [CM] quicklisp clm

2016-12-14 Thread Orm Finnendahl
Hi Juan, if you need help, I can offer to test on linux, although Ralf Mattes would obviously be a better choice than me. For quite some time I have been very interested in getting all these great tools quicklisp-loadable and make them cooperate in a more up-to-date environment. -- Orm Am

Re: [CM] quicklisp clm

2016-12-13 Thread Juan Cristobal Cerrillo
> On Dec 10, 2016, at 7:22 AM, b...@ccrma.stanford.edu wrote: > > ok -- that's fine by me, but I am no longer interested > in the CL part of that package. I haven't worked on it > in about 20 years, and no longer have the time or > energy to provide support -- users of it are on their own. >

Re: [CM] quicklisp clm

2016-12-12 Thread Ralf Mattes
On Mon, Dec 12, 2016 at 09:27:12AM -0600, Juan Cristobal Cerrillo wrote: > Per Ralf’s suggestions I’ve made some changes. > The asd file now includes a quicklisp directive and includes the original > asdf:defsystem as well. > > I’ve changed the way in that clm-directory was set, removing the >

Re: [CM] quicklisp clm

2016-12-11 Thread Ralf Mattes
On Sat, Dec 10, 2016 at 05:22:03AM -0800, b...@ccrma.stanford.edu wrote: > ok -- that's fine by me, but I am no longer interested > in the CL part of that package. I haven't worked on it > in about 20 years, and no longer have the time or > energy to provide support -- users of it are on their

Re: [CM] quicklisp clm

2016-12-11 Thread Ralf Mattes
On Sat, Dec 10, 2016 at 12:27:22AM -0600, Juan Cristobal Cerrillo wrote: > https://github.com/jccerrillo/clm Do you want feedback here on the list or via issues/pull requests on Github? Cheers, Ralf Mattes > > On Dec 10, 2016, at 12:26 AM, Juan Cristobal Cerrillo > >

Re: [CM] quicklisp clm

2016-12-11 Thread Ralf Mattes
On Sun, Dec 11, 2016 at 06:16:21PM +0100, anders.vin...@nmh.no wrote: > > "R" == Ralf Mattes writes: > >> Good luck. > > R> Looking at the state of the code I think that's really needed. > > I use the CL version of CLM from time to time, using sbcl and lw, and i

Re: [CM] quicklisp clm

2016-12-11 Thread anders . vinjar
> "R" == Ralf Mattes writes: >> Good luck. R> Looking at the state of the code I think that's really needed. I use the CL version of CLM from time to time, using sbcl and lw, and i beleive some others also use CL/CLM at times. What is it with the state of the

Re: [CM] quicklisp clm

2016-12-11 Thread Ralf Mattes
On Sat, Dec 10, 2016 at 05:22:03AM -0800, b...@ccrma.stanford.edu wrote: > ok -- that's fine by me, but I am no longer interested > in the CL part of that package. I haven't worked on it > in about 20 years, and no longer have the time or > energy to provide support -- users of it are on their

Re: [CM] quicklisp clm

2016-12-10 Thread bil
ok -- that's fine by me, but I am no longer interested in the CL part of that package. I haven't worked on it in about 20 years, and no longer have the time or energy to provide support -- users of it are on their own. Good luck. ___ Cmdist mailing

Re: [CM] quicklisp clm

2016-12-09 Thread Juan Cristobal Cerrillo
https://github.com/jccerrillo/clm > On Dec 10, 2016, at 12:26 AM, Juan Cristobal Cerrillo > wrote: > > Hello, > > I’ve made a quicklisp-loadable version of clm-5. > For the moment it only loads on ClozureCL, but it shouldn’t be that difficult > to get it working on sbcl at