Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
some very sketchy Charm constituent code
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
add stealth-mixin code from Strandh et al. (2007).
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
Add onset-in-bar-relative-to-tactus.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
Hack in linked-events for the midi package.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
Add :initform nil to linked-event composition slot.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
Change midifile-import to call event constructors, not make-instance
|
Thu, 24 Feb 2011 11:23:18 +0000 |
Jamie Forth |
generalise constituent so not required to be anchored
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Twiddle comment separators.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add floating constituent classes.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add some more midi setf methods.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
twiddle midi-db import example
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Improve printing of list-collections.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add generic ID constructor to midi-db.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Twiddle meredith methods.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Update midi-db example (add clapping music to db).
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
remove redundent superclass from a constituent class
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add midi-db.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add some generic functions for querying the database in amuse-database-admin.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add FIXME to midi constructors.lisp
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add some time-related generic functions to base
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add note about linked-events mixin
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
DRAFT: kludge for tactus-duration
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add some base methods for searching and sorting events.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
twiddle meredith import functions
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add some basic midi predicate and accessor functions.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Export identifier functions from geerdes and meredith.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Fix bug in move-to-first-bar.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add composition slot to event (meredith)
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add composition slot to event (geerdes)
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add composition slot to event (amuse base)
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add chromatic-pitch reader method
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add database-admin function to create composition identifiers from file
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Move midifile-identifier class definition into classes.lisp
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add (David's) function for converting beats into seconds.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Add function assigning a list of composition identifiers to a dataset.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
Rationalise base and geerdes classes, constructors and methods.
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
amuse-database-admin add implementation and dataset functionality
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add minimal backend for Dave Meredith's data
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
make it easier to use list-slot-sequence in backend packages
|
Thu, 24 Feb 2011 11:23:18 +0000 |
j.forth |
add standard-diatonic-pitched-event class to base
|
Thu, 24 Feb 2011 11:23:17 +0000 |
j.forth |
add identifier and timebase slots to midifile composition class
|
Thu, 24 Feb 2011 11:23:17 +0000 |
j.forth |
integrate db-admin into geerdes
|
Thu, 24 Feb 2011 11:23:17 +0000 |
j.forth |
move copy-event generic into base
|
Thu, 24 Feb 2011 11:23:17 +0000 |
j.forth |
move-to-first-bar twiddles (still needs sorting out)
|
Thu, 24 Feb 2011 11:23:17 +0000 |
j.forth |
add move-to-first-bar method
|
Wed, 16 Feb 2011 09:25:15 +0000 |
David Lewis |
Merge branch 'master' of ssh://git-isms.doc.gold.ac.uk/isms/group/muthic/git/amuse
|
Wed, 26 Jan 2011 11:30:28 +0000 |
Jamie Forth |
Change midifile-import to call event constructors, not make-instance
|
Wed, 26 Jan 2011 10:44:29 +0000 |
Jamie Forth |
Fix bug in during method, and make it the same as Allen (1983).
|
Fri, 17 Sep 2010 10:28:27 +0100 |
David Lewis |
Added support for most significant midi messages (some remain missing,
|
Wed, 08 Sep 2010 13:06:57 +0100 |
David Lewis |
Changes to gsharp import to accommodate mensural notation. N.B. This won't work without my branch of GSharp
|
Wed, 08 Sep 2010 13:06:57 +0100 |
David Lewis |
Gsharp preview 'fixes'
|
Wed, 08 Sep 2010 13:06:36 +0100 |
David Lewis |
Midi importing functionality
|
Wed, 08 Sep 2010 13:06:36 +0100 |
David Lewis |
Monody has slots for constituents
|
Wed, 08 Sep 2010 13:06:36 +0100 |
David Lewis |
Some sort of package fix.
|
Wed, 16 Feb 2011 09:24:29 +0000 |
David Lewis |
Staff checking for GSharp sigs
|