log

age author description
Fri, 15 Dec 2006 16:37:32 +0000 m.pearce amuse.asd: oops #2 - remove .lisp file extensions.
Fri, 15 Dec 2006 16:35:17 +0000 m.pearce amuse.asd: oops, add an extra set of enclosing parentheses.
Fri, 15 Dec 2006 16:31:57 +0000 m.pearce amuse.asd: add an ASDF module structure to reflect the new directory
Fri, 15 Dec 2006 16:28:49 +0000 m.pearce implementations/midi/package.lisp: the base package is called AMUSE
Fri, 15 Dec 2006 16:25:41 +0000 m.pearce midi-classes-and-constructors.lisp: remove this file.
Fri, 15 Dec 2006 16:24:17 +0000 m.pearce implementations/midi: move MIDI implementation to subdirectory.
Fri, 15 Dec 2006 16:16:17 +0000 m.pearce base/*.lisp: move files in amuse-base to subdirectory.
Fri, 15 Dec 2006 16:11:52 +0000 m.pearce Add amuse-utils package in subdirectory for general purpose utilities.
Thu, 14 Dec 2006 12:57:11 +0000 David Lewis Moved midi out of main files
Wed, 13 Dec 2006 16:42:49 +0000 David Lewis typo fix
Wed, 13 Dec 2006 16:27:57 +0000 David Lewis Bug fixes mostly, but also re-aliasing onset to moment rather than timepoint
Wed, 13 Dec 2006 15:53:34 +0000 David Lewis Added preliminary support for time- and key-signatures and for tempi
Wed, 13 Dec 2006 11:40:49 +0000 David Lewis Bug fixes and exports in package.lisp
Tue, 12 Dec 2006 14:44:22 +0000 David Lewis Pitch methods and added constructors.lisp file
Tue, 12 Dec 2006 12:34:52 +0000 David Lewis Add methods.lisp, change names for time (->timepoint) and end (cut-off)
Mon, 11 Dec 2006 13:48:54 +0000 David Lewis Various changes - mostly accessors, constructors and methods
Tue, 05 Dec 2006 17:05:15 +0000 m.pearce classes.lisp: add slots.
Tue, 05 Dec 2006 15:16:54 +0000 m.pearce classes.lisp: make frequency not inherit from pitch.
Tue, 05 Dec 2006 12:35:26 +0000 David Lewis Updated class structure
Wed, 29 Nov 2006 12:22:29 +0000 David Lewis More default methods
Mon, 13 Nov 2006 19:29:40 +0000 m.pearce Move default methods from default-methods.lisp to generics.lisp and remove default-methods.lisp.
Mon, 13 Nov 2006 19:00:10 +0000 m.pearce generics.lisp: Allen's interval relations.
Mon, 13 Nov 2006 18:04:53 +0000 m.pearce generics.lisp: add GET-COMPOSITION.
Wed, 25 Oct 2006 17:30:44 +0100 m.pearce amuse.asd: add ASDF system definition.
Wed, 25 Oct 2006 17:29:57 +0100 m.pearce conditions.lisp: add missing right parens.
Wed, 25 Oct 2006 17:24:28 +0100 m.pearce package.lisp: really add package definition.
Wed, 25 Oct 2006 17:23:44 +0100 m.pearce generics.lisp: remove personal file header.
Wed, 25 Oct 2006 17:23:04 +0100 m.pearce Add package definition and in-package forms.
Mon, 16 Oct 2006 17:07:36 +0100 m.pearce Factor out conditions from classes.lisp into a new file: conditions.lisp.
Mon, 16 Oct 2006 15:44:27 +0100 m.pearce Initial import of classes.lisp and default-methods.lisp from David.
Mon, 16 Oct 2006 15:43:27 +0100 m.pearce Initial import of generics.lisp.