Mercurial > hg > amuse
diff constructors.lisp @ 22:99ccd775245a
Moved midi out of main files
darcs-hash:20061214125711-f76cc-c9e7f9af1054c67473ff6d8a8e3b84e45fe43f35.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Thu, 14 Dec 2006 12:57:11 +0000 |
parents | 2f331bbdfab8 |
children |
line wrap: on
line diff
--- a/constructors.lisp Wed Dec 13 16:42:49 2006 +0000 +++ b/constructors.lisp Thu Dec 14 12:57:11 2006 +0000 @@ -38,28 +38,6 @@ :time onset :interval duration)) -(defun make-midi-pitched-event (pitch-number velocity patch - channel track onset duration) - (make-instance 'midi-pitched-event - :number pitch-number - :velocity velocity - :patch patch - :channel channel - :track track - :time onset - :interval duration)) - -(defun make-midi-percussive-event (pitch-number velocity patch - channel track onset duration) - (make-instance 'midi-percussive-event - :sound pitch-number - :velocity velocity - :patch patch - :channel channel - :track track - :time onset - :interval duration)) - (defun make-basic-time-signature (numerator denominator onset duration) (make-instance 'basic-time-signature :numerator numerator @@ -73,13 +51,6 @@ :time onset :interval duration)) -(defun make-midi-key-signature (sharp-count mode onset duration) - (make-instance 'midi-key-signature - :sharp-count sharp-count - :mode mode - :time onset - :interval duration)) - (defun make-tempo (bpm onset duration) (make-instance 'tempo :bpm bpm