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
|
Wed, 16 Feb 2011 09:19:12 +0000 |
David Lewis |
Basic key and time signature support
|
Thu, 23 Jul 2009 11:31:19 +0100 |
j.forth |
Fix amuse-viewpointing-implementation:make-viewpointable-composition.
|
Thu, 23 Jul 2009 09:57:10 +0100 |
Marcus Pearce |
The MTP implementation of AMUSE:MONODY now uses the voice of the first event in the piece.
|
Wed, 22 Jul 2009 13:37:45 +0100 |
Marcus Pearce |
Handle missing time signature in MTP implementation of GET-APPLICABLE-TIME-SIGNATURES.
|
Sun, 24 May 2009 17:41:16 +0100 |
j.forth |
rollback the amuse.asd generics/classes dependency fix
|
Sun, 24 May 2009 16:22:50 +0100 |
j.forth |
fix make-chromatic-pitched-event constructor
|
Tue, 19 May 2009 14:56:17 +0100 |
j.forth |
New base module for general database functions
|
Mon, 05 Jan 2009 15:03:55 +0000 |
j.forth |
remove DOS line endings in base/classes.lisp
|
Sat, 03 Jan 2009 01:04:19 +0000 |
j.forth |
fix undefined *default-tempo* warning
|
Sat, 03 Jan 2009 00:55:28 +0000 |
j.forth |
update play-midifile
|
Sat, 03 Jan 2009 00:54:52 +0000 |
j.forth |
fix middle-c diatonic-pitch method
|
Mon, 03 Nov 2008 12:41:42 +0000 |
Marcus Pearce |
implementations/mtp/classes.lisp: Add BIOI (Basic IOI) as a basic viewpoint.
|
Tue, 22 Jul 2008 12:20:38 +0100 |
d.lewis |
Fixes for gsharp output to allow n:n staves:layers
|
Mon, 21 Jul 2008 14:08:17 +0100 |
d.lewis |
Packaging for tabcode/ecolm
|
Mon, 21 Jul 2008 14:02:27 +0100 |
d.lewis |
More tabcode, plus fixes for gsharp key-sigs and some new restart symbols in amuse
|
Thu, 10 Jul 2008 12:48:05 +0100 |
d.lewis |
Bug fixes for tuning and tactus guessing
|
Wed, 09 Jul 2008 08:35:09 +0100 |
d.lewis |
TabCode Packaging
|
Tue, 08 Jul 2008 16:24:14 +0100 |
d.lewis |
ECOLM functionality for tabcode implementation
|
Tue, 08 Jul 2008 16:20:42 +0100 |
d.lewis |
initial tabcode work
|
Mon, 30 Jun 2008 10:10:21 +0100 |
d.mullensiefen |
variable initialisation in make-sequence-like
|
Thu, 13 Mar 2008 11:26:52 +0000 |
d.lewis |
Gsharp-output
|
Thu, 13 Mar 2008 11:25:36 +0000 |
d.lewis |
export fn correction
|
Thu, 13 Mar 2008 11:23:52 +0000 |
d.lewis |
Bars independant of time sigs
|
Thu, 13 Mar 2008 11:22:29 +0000 |
d.lewis |
New partially functional clefs
|
Thu, 13 Mar 2008 11:20:51 +0000 |
d.lewis |
Unneccessary package shuffling
|
Wed, 13 Feb 2008 16:34:58 +0000 |
Marcus Pearce |
base/conditions.lisp: fix typo in condition message
|
Wed, 23 Jan 2008 18:09:14 +0000 |
Jamie Forth |
Fixed sequence:make-sequence-like :around method
|
Wed, 23 Jan 2008 15:55:34 +0000 |
Jamie Forth |
Fixed amuse.asd dependency - generics depends on classes.
|
Thu, 03 Jan 2008 15:43:17 +0000 |
d.lewis |
identifier becomes composition-identifier. Add constituent-identifier and get-constituents
|
Thu, 03 Jan 2008 13:45:32 +0000 |
d.lewis |
Improved spelling for score output. amuse-gsharp now depends on ps13
|
Tue, 01 Jan 2008 13:22:15 +0000 |
d.lewis |
Finish moving get-applicable from amuse-geerdes
|
Tue, 01 Jan 2008 12:42:12 +0000 |
d.lewis |
Better score rendering with (potentially) key-signature and over-barline ties
|
Tue, 01 Jan 2008 12:39:30 +0000 |
d.lewis |
Move get-applicable-x methods from amuse-geerdes to amuse-midi
|
Fri, 21 Dec 2007 11:48:45 +0000 |
d.lewis |
Add gsharp-output. *Warning: amuse-gsharp has moved*
|
Tue, 18 Dec 2007 12:02:03 +0000 |
d.lewis |
Add constructors for gsharp identifiers
|
Tue, 18 Dec 2007 10:44:32 +0000 |
d.lewis |
Add get-composition methods for gsharp
|
Tue, 11 Dec 2007 15:03:33 +0000 |
d.mullensiefen |
misc bug fixes
|
Tue, 11 Dec 2007 14:59:12 +0000 |
David Lewis |
patch on my computer. Not sure what it does
|
Tue, 11 Dec 2007 14:58:45 +0000 |
David Lewis |
asd change for meltools.lisp
|
Tue, 11 Dec 2007 14:56:41 +0000 |
David Lewis |
Finally added mcsv-exporting file...
|
Tue, 04 Dec 2007 15:16:52 +0000 |
d.mullensiefen |
Fixed previous patch
|
Tue, 04 Dec 2007 15:00:55 +0000 |
d.mullensiefen |
trim-enclosing-silence
|
Tue, 04 Dec 2007 14:39:20 +0000 |
d.mullensiefen |
Added setf methods for midi-channel and velocity
|
Mon, 19 Nov 2007 17:31:47 +0000 |
d.lewis |
Added copy key and time sigs and tempo. Need to do general version. Only midi-type currently
|
Wed, 14 Nov 2007 15:36:11 +0000 |
David Lewis |
Really saved that change this time
|
Wed, 14 Nov 2007 14:25:06 +0000 |
David Lewis |
Method for adjust-sequence for standard-composition to keep appropriate time information
|
Wed, 07 Nov 2007 11:14:03 +0000 |
David Lewis |
Add make-sequence-like for standard-composition (should make remove-if work)
|
Fri, 02 Nov 2007 17:02:05 +0000 |
c.rhodes |
fix gsharp import for class changes
|
Thu, 25 Oct 2007 13:22:56 +0100 |
Marcus Pearce |
implementations/mtp/methods.lisp: fix some bugs in dataset retrieval.
|
Thu, 25 Oct 2007 12:51:14 +0100 |
Marcus Pearce |
implementations/geerdes/connect.lisp: don't connect to database automatically when loading
|
Thu, 25 Oct 2007 12:41:02 +0100 |
David Lewis |
More docstrings
|
Mon, 24 Sep 2007 17:04:43 +0100 |
Marcus Pearce |
implementations/midi: implement MONODY for midi files
|
Mon, 24 Sep 2007 16:44:39 +0100 |
Marcus Pearce |
implementations/midi/midifile-import.lisp: fix note-off bug
|
Mon, 24 Sep 2007 12:33:52 +0100 |
Marcus Pearce |
implementations/midi/: add and export make-midifile-identifier
|
Tue, 11 Sep 2007 11:39:04 +0100 |
Marcus Pearce |
base/: add standard-monody
|
Tue, 11 Sep 2007 11:17:57 +0100 |
Marcus Pearce |
tools/segmentation/classes.lisp: make segmenter inherit from amuse-object
|
Tue, 11 Sep 2007 10:59:46 +0100 |
Marcus Pearce |
utils/utils.lisp: fix thinko
|
Tue, 11 Sep 2007 10:44:02 +0100 |
Marcus Pearce |
tools/segmentation/generics.lisp: remove reference to moment-designator
|
Tue, 18 Sep 2007 12:49:52 +0100 |
David Lewis |
Bug fixes from name changes
|
Mon, 03 Sep 2007 16:08:24 +0100 |
David Lewis |
More minor bug fixes
|
Mon, 03 Sep 2007 11:57:27 +0100 |
David Lewis |
Bug fixes from class changes
|
Fri, 31 Aug 2007 15:29:43 +0100 |
David Lewis |
Class revolution
|
Tue, 28 Aug 2007 11:17:27 +0100 |
David Lewis |
Miscellaneous patching. Fixing exports, etc.
|
Tue, 28 Aug 2007 11:15:24 +0100 |
David Lewis |
More documentation
|
Tue, 21 Aug 2007 12:03:38 +0100 |
David Lewis |
Fixed monody import for geerdes
|
Mon, 20 Aug 2007 15:44:32 +0100 |
David Lewis |
fix to monodiser
|
Mon, 20 Aug 2007 15:43:56 +0100 |
David Lewis |
Fixed :name in package def for amuse-midi
|
Mon, 30 Jul 2007 17:40:10 +0100 |
David Lewis |
implementation/midi and /geerdes: add midi-object and geerdes-object
|
Mon, 30 Jul 2007 17:40:39 +0100 |
Marcus Pearce |
add dependency on amuse-midi
|
Mon, 30 Jul 2007 15:23:11 +0100 |
Marcus Pearce |
implementations/mtp/: add mtp-music-object
|
Mon, 30 Jul 2007 15:21:06 +0100 |
Marcus Pearce |
implementations/mtp/: add mtp-object
|
Mon, 30 Jul 2007 15:09:00 +0100 |
Marcus Pearce |
move amuse-midi out of amuse.asd to amuse-midi.asd
|
Mon, 30 Jul 2007 15:00:34 +0100 |
Marcus Pearce |
base/: amuse-object conflict resolution
|
Mon, 30 Jul 2007 14:36:02 +0100 |
Marcus Pearce |
base/: amuse-object as top-level class
|
Mon, 30 Jul 2007 14:38:25 +0100 |
David Lewis |
More docs
|
Fri, 27 Jul 2007 18:47:37 +0100 |
David Lewis |
More documentation
|
Fri, 27 Jul 2007 15:21:54 +0100 |
David Lewis |
More docstrings
|
Fri, 27 Jul 2007 12:25:07 +0100 |
David Lewis |
Bug fixes
|
Fri, 27 Jul 2007 12:24:29 +0100 |
David Lewis |
Key-sig support in midi library
|
Fri, 27 Jul 2007 12:23:32 +0100 |
David Lewis |
More documentation
|
Thu, 26 Jul 2007 17:10:39 +0100 |
David Lewis |
Fixes for viewpointable classes
|
Thu, 26 Jul 2007 17:03:47 +0100 |
David Lewis |
Addition of viewpointable classes and methods
|
Thu, 26 Jul 2007 15:47:04 +0100 |
David Lewis |
Re-instated get-applicable-x for midi-related implementations and added key-sigs to midi
|
Thu, 26 Jul 2007 12:41:09 +0100 |
David Lewis |
Added crotchet methods for implementations/midi and implementations/geerdes
|
Thu, 26 Jul 2007 17:12:41 +0100 |
Marcus Pearce |
base/: more print-object methods
|
Thu, 26 Jul 2007 16:19:05 +0100 |
c.rhodes |
asa-interval-string defgeneric
|
Thu, 26 Jul 2007 16:12:44 +0100 |
c.rhodes |
diatonic pitch intervals
|
Thu, 26 Jul 2007 15:19:40 +0100 |
Marcus Pearce |
implementations/mtp: update to reflect refactoring of diatonic pitch
|
Thu, 26 Jul 2007 14:18:34 +0100 |
c.rhodes |
rename mips-pitch -> diatonic-pitch
|
Thu, 26 Jul 2007 14:10:18 +0100 |
c.rhodes |
MIPS generic functions and methods for diatonic pitches
|
Thu, 26 Jul 2007 14:09:21 +0100 |
c.rhodes |
asd dependency fix
|
Thu, 26 Jul 2007 13:12:35 +0100 |
c.rhodes |
delete diatonic-pitch (as was)
|
Thu, 26 Jul 2007 10:29:52 +0100 |
c.rhodes |
rename make-pitch-interval to make-chromatic-pitch-interval
|
Wed, 25 Jul 2007 09:43:50 +0100 |
c.rhodes |
fix indentation
|
Thu, 26 Jul 2007 10:36:03 +0100 |
Marcus Pearce |
implementations/geerdes: fix geerdesl-pitched-event typo
|
Thu, 26 Jul 2007 10:15:50 +0100 |
David Lewis |
More docstrings
|
Thu, 26 Jul 2007 09:54:25 +0100 |
David Lewis |
monody methods for implementations/geerdes
|
Wed, 25 Jul 2007 18:12:18 +0100 |
David Lewis |
Added doc-strings
|
Tue, 24 Jul 2007 16:07:30 +0100 |
Marcus Pearce |
implementations/mtp/: fix cut-n-paste error in GROUND-TRUTH-SEGMENTER-AFTER
|
Tue, 24 Jul 2007 14:51:09 +0100 |
Marcus Pearce |
implementations/mtp/: implement GROUND-TRUTH-SEGMENTER-{BEFORE,AFTER}
|
Tue, 24 Jul 2007 14:17:29 +0100 |
Marcus Pearce |
base/package.lisp: export CROTCHET
|
Tue, 24 Jul 2007 14:15:29 +0100 |
Marcus Pearce |
implementations/mtp/: implement CROTCHET
|
Tue, 24 Jul 2007 14:14:57 +0100 |
Marcus Pearce |
base/generics.lisp: new generic CROTCHET
|
Mon, 23 Jul 2007 18:06:35 +0100 |
c.rhodes |
krumhansl-key-finder is in amuse-harmony
|
Mon, 23 Jul 2007 18:05:59 +0100 |
c.rhodes |
Use ps13-new-imp with no voiceleading
|
Mon, 23 Jul 2007 18:05:36 +0100 |
c.rhodes |
gsharp renamed define-added-mixin -> define-stealth-mixin
|
Mon, 23 Jul 2007 18:04:32 +0100 |
c.rhodes |
fix broken paren in Krumhansl example
|
Mon, 23 Jul 2007 15:07:56 +0100 |
Marcus Pearce |
implementations/mtp/: monodies
|
Mon, 23 Jul 2007 15:06:51 +0100 |
Marcus Pearce |
base/: basic protocol for accessing monodies
|
Fri, 20 Jul 2007 17:12:42 +0100 |
David Lewis |
Basic geerdes functionality moved to implementations/geerdes from separate package
|
Wed, 18 Jul 2007 16:12:58 +0100 |
Marcus Pearce |
implementations/mtp/: faster implementations of GET-COMPOSITION and GET-DATASET
|
Tue, 17 Jul 2007 17:51:05 +0100 |
Marcus Pearce |
base/: new generics DIATONIC-PITCH-ACCIDENTAL and OCTAVE
|
Tue, 17 Jul 2007 17:49:46 +0100 |
Marcus Pearce |
tools/segmentation: s/documenatation/documentation
|
Tue, 17 Jul 2007 16:42:11 +0100 |
Marcus Pearce |
implementations/mtp: implement ASA-PITCH-STRING for MTP-EVENTs
|
Tue, 17 Jul 2007 16:34:57 +0100 |
Marcus Pearce |
base/: pitch
|
Tue, 17 Jul 2007 13:02:44 +0100 |
Marcus Pearce |
implementations/mtp: implement diatonic pitch
|
Tue, 17 Jul 2007 13:02:06 +0100 |
Marcus Pearce |
base/: add an implementation of diatonic pitch.
|
Mon, 16 Jul 2007 17:33:37 +0100 |
David Lewis |
Skeleton for segmentation interface
|
Fri, 13 Jul 2007 17:34:37 +0100 |
Marcus Pearce |
implementations/mtp: implement segmentation for mtp backend
|
Fri, 13 Jul 2007 17:31:44 +0100 |
Marcus Pearce |
Fix simple-segmenter once and for all
|
Fri, 13 Jul 2007 16:15:02 +0100 |
David Lewis |
simple-segmenter fix
|
Fri, 13 Jul 2007 12:39:49 +0100 |
Marcus Pearce |
tools/segmentation: remove basic-segmenter
|
Fri, 13 Jul 2007 12:23:22 +0100 |
David Lewis |
Improved segmentation implementation (ta, MTP)
|
Fri, 13 Jul 2007 11:07:51 +0100 |
David Lewis |
initial segmentation idea
|
Tue, 10 Jul 2007 11:08:56 +0100 |
David Lewis |
A few small changes, mostly for speed
|
Wed, 04 Jul 2007 15:20:05 +0100 |
David Lewis |
Doc strings for some generics
|
Fri, 06 Jul 2007 12:42:25 +0100 |
Marcus Pearce |
implementations/mtp/methods.lisp: oops
|
Fri, 06 Jul 2007 12:39:32 +0100 |
Marcus Pearce |
implementations/mtp/methods.lisp: fix parens
|
Fri, 06 Jul 2007 12:10:27 +0100 |
Marcus Pearce |
implementations/mtp/: GET-APPLICABLE-{TIME-SIGNATURES,KEY-SIGNATURES,TEMPI}
|
Fri, 06 Jul 2007 10:41:45 +0100 |
Marcus Pearce |
midi-key-signature: 0
|
Fri, 06 Jul 2007 10:32:28 +0100 |
Marcus Pearce |
base/: {TIME-SIGNATURE,KEY-SIGNATURE,TEMPO}-EQUAL moved here from implementations/mtp/
|
Wed, 04 Jul 2007 12:00:15 +0100 |
Marcus Pearce |
amuse-mtp.asd: add system definition
|
Tue, 03 Jul 2007 18:00:32 +0100 |
David Lewis |
inter-onset-intervals bug fix
|
Thu, 28 Jun 2007 15:49:00 +0100 |
David Lewis |
midi-output is now in tools
|
Thu, 28 Jun 2007 14:53:53 +0100 |
David Lewis |
Moved amuse-harmony to new package
|
Thu, 28 Jun 2007 08:04:20 +0100 |
csr21 |
trivial whitespace
|