comparison implementations/tabcode/methods.lisp @ 43:2fd7ebed5b87

basic tabcode amuse implementation darcs-hash:20070614145209-dc3a5-98b89c451db974b34878aae216e024e2ae38b734.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 14 Jun 2007 15:52:09 +0100
parents
children 88089258e08d
comparison
equal deleted inserted replaced
42:9fcb0163faba 43:2fd7ebed5b87
1 (in-package "AMUSE-TABCODE")
2
3 (defmethod tempi ((composition tabcode-composition))
4 ())
5 (defmethod time-signatures ((composition tabcode-composition))
6 ())
7