[CM] Grace 1.0.1 error

Uğur Güney ugurguney at gmail.com
Mon, 3 Mar 2008 10:13:00 +0200


------=_Part_24285_27535114.1204531980894
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

# Hi, my friend wants to run common music on his Windows Xp machine and
asked me how to install it and I said "There is Grace, it is easier to
install" etc.
# I downloaded Grace 1.0.1 from Sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=9766
# Run the Grace.exe. Opened a Lisp window. Write (+ 2 5) CTRL+ENTER and
console gave "7". But when I wrote (new midi :time 0 :duration 1 :keynum 60)
I get this error:

>>> Error: unbound variable: new

# What may be the problem do you think? I think lisp (chicken scheme) works
but does not recognize common music commands?

# (keynum->hertz 60)  gave 261.625579833984.
# (loop for i to 10 collect i) gave "unbound variable loop"

# Have a nice day!
-ugur guney-

------=_Part_24285_27535114.1204531980894
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

# Hi, my friend wants to run common music on his Windows Xp machine and asked me how to install it and I said &quot;There is Grace, it is easier to install&quot; etc.<br># I downloaded Grace 1.0.1 from Sourceforge: <a href="http://sourceforge.net/project/showfiles.php?group_id=9766">http://sourceforge.net/project/showfiles.php?group_id=9766</a><br>
# Run the Grace.exe. Opened a Lisp window. Write (+ 2 5) CTRL+ENTER and console gave &quot;7&quot;. But when I wrote (new midi :time 0 :duration 1 :keynum 60) I get this error:<br><br>&gt;&gt;&gt; Error: unbound variable: new<br>
<br># What may be the problem do you think? I think lisp (chicken scheme) works but does not recognize common music commands?<br><br># (keynum-&gt;hertz 60)&nbsp; gave 261.625579833984. <br># (loop for i to 10 collect i) gave &quot;unbound variable loop&quot;<br>
<br># Have a nice day!<br>-ugur guney-<br>

------=_Part_24285_27535114.1204531980894--