[CM] Some CM bugs?

andres f. castiblanco v. afc_asti@allmail.net
Mon, 19 May 2003 09:57:42 -0500


Hello!

When trying to do the examples of chapter10 (just to check), some errors appeared:

1-'keynum' function didn´t work with lists (just with 'individual' symbols):
	
	    [14]> (keynum 440 :hz)
69.0
[15]> (keynum '(440 550 660) :hz)
(440 550 660)
[16]> (keynum '(440 550 660))
(440 550 660)
[17]> (keynum '(440 550 660) :hertz)
(440 550 660)

2-The same, this time with 'note':

[33]> (note '(69 71 72))
(A4 B4 C5)
[34]> (note '(220 440 660) :hz)

*** - No note for keynum 220 in #<tuning "chromatic-scale">.
1. Break [35]> (note '(220 440 660))

*** - No note for keynum 220 in #<tuning "chromatic-scale">.

I don´t know if this is because of a 'clisp' interpreter (maybe the examples are just for Guile?)

-- kasti !-)