[CM] (keynum :through) and (note :through) bug?

Rick Taube taube@uiuc.edu
Sat, 28 Apr 2007 07:06:03 -0500


this should be fixed now in rev 1.34 of scales.scm. im very sorry it  
took so long to get to this!
--rick


On Mar 23, 2007, at 5:29 PM, Joshua Parmenter wrote:

> (defvar mymode)
> (setq mymode (new mode :degrees '(c df ef f gs a b c)))
> (note 67 :through mymode); => F ??? shouldn't it be GS?
> (note 67.5 :through mymode) ;=> AF ???
> (keynum 67 :through mymode); => 65 ??? shouldn't it be 68?
> (keynum 67.4 :through mymode) ;=> 65 !!!
> (keynum 67.5 :through mymode) ;=> 68 !!!
>