From csr21 at cantab.net Wed Jan 31 15:35:30 2007 From: csr21 at cantab.net (Christophe Rhodes) Date: Wed, 31 Jan 2007 15:35:30 +0000 Subject: [gsharp-devel] midi.lisp Message-ID: <87abzzjjjx.fsf@cantab.net> Hi, I've taken the liberty of making midi.lisp a standalone library, and unbundling it from gsharp. This means that you will need to fetch this standalone version (or create it manually) to compile and load gsharp CVS; it is available from , or from asdf-install via cliki. Please let me know if there are any gotchas that I haven't spotted; if it seems to work, I'll update the compilation instructions. Thanks, Christophe From strandh at labri.fr Wed Jan 31 15:49:33 2007 From: strandh at labri.fr (Robert Strandh) Date: Wed, 31 Jan 2007 16:49:33 +0100 Subject: [gsharp-devel] midi.lisp In-Reply-To: <87abzzjjjx.fsf@cantab.net> References: <87abzzjjjx.fsf@cantab.net> Message-ID: <17856.47757.951695.194512@serveur5.labri.fr> Hello, Christophe Rhodes writes: > > I've taken the liberty of making midi.lisp a standalone library, and > unbundling it from gsharp. This means that you will need to fetch > this standalone version (or create it manually) to compile and load > gsharp CVS; it is available from > , or from asdf-install via > cliki. > > Please let me know if there are any gotchas that I haven't spotted; if > it seems to work, I'll update the compilation instructions. Perhaps it should be on cl.net. As I recall, there should be a :method-combination progn in there somewhere at some point as opposed to the standard method combination currently used (on write-message and fill-message). -- Robert Strandh --------------------------------------------------------------------- Greenspun's Tenth Rule of Programming: any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp. ---------------------------------------------------------------------