[CM] rhythm durations and rests

Johannes Quint johannes.quint@web.de
Thu, 26 Feb 2004 14:17:45 +0100


there is a global variable *rhythms* (look at ...src/data.lisp).
*rhythms* is a hash-table, so you could have a look on it by 'maphash'.

(maphash #'(lambda (key val) (format t "~a ~a~%"  key val)) *rhythms*)

johannes