[CM] (keynum :through) and (note :through) bug?
Rick Taube
taube at uiuc.edu
Sat Apr 28 05:06:03 PDT 2007
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 !!!
>
More information about the Cmdist
mailing list