Yes, now the program works fine in windows without this floor argument error.
Now I loaded piano.scm and then typed one example from this site:
http://s260134055.onlinehome.us/modeling/ccrma.stanford.edu/CCRMA/Courses/220a:1998/Lectures/9/9.html
This worked fine:
(with-sound ()
(loop for i from 0 to 7 do
(p
(* i .5)
:duration .5
:keyNum (+ 24 (* 12 i))
:strike-velocity .5
:amp .4
:DryPedalResonanceFactor .25)))
But when I used some stiffness-factors or dampers then the program grace
crashed. As attachment I sent you the error message windows saved in the
documents/temp directory. Perhaps you understand why.
Here is the program code that caused the error (also from the site
mentioned above):
(with-sound ()
(loop for i from 0 to 7 do
(p
(* i .5)
:duration .5
:keyNum (+ 24 (* 12 i))
:strike-velocity .5
:amp .4
:DryPedalResonanceFactor .25
:detuningFactor-table '(24 5 36 7.0 48 7.5 60 12.0 72 20 84 30 96
100 108 300)
:stiffnessFactor-table '(21 1.5 24 1.5 36 1.5 48 1.5 60 1.4 72 1.3
84 1.2 96 1.0 108 1.0))))
Best regards
Markus
>
> floor argument 93.649190420188-93.649190420188i is a complex
>
> Thanks for the bug report! With Rick's help, I got the windows cm
> running in wine, and I think this bug is due to the lack of complex
> number support in s7 + Visual C++ (we might be able to get around
> that) coupled with a slightly lackidasical expt implementation
> (I assumed cpow was available). Anyway, I think this problem is
> fixed now, and that even in the no-complex-support case,
> anything in CLM should be ok (I checked all the other math ops).
>
> _______________________________________________
> Cmdist mailing list
> [email protected]
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>
ÿþ<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="Grace.exe" FILTER="GRABMI_FILTER_PRIVACY">
<MATCHING_FILE NAME="cm.exe" SIZE="2686464" CHECKSUM="0x7F20B693"
MODULE_TYPE="WIN32" PE_CHECKSUM="0x297C24" LINKER_VERSION="0x0"
LINK_DATE="07/19/2009 09:50:19" UPTO_LINK_DATE="07/19/2009 09:50:19" />
<MATCHING_FILE NAME="Grace.exe" SIZE="3957248" CHECKSUM="0x7FBC832"
MODULE_TYPE="WIN32" PE_CHECKSUM="0x3D15D0" LINKER_VERSION="0x0"
LINK_DATE="07/19/2009 09:50:19" UPTO_LINK_DATE="07/19/2009 09:50:19" />
<MATCHING_FILE NAME="GraceCL.exe" SIZE="3954688" CHECKSUM="0xF19DB1CD"
MODULE_TYPE="WIN32" PE_CHECKSUM="0x3D55D1" LINKER_VERSION="0x0"
LINK_DATE="07/19/2009 09:50:47" UPTO_LINK_DATE="07/19/2009 09:50:47" />
</EXE>
<EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
<MATCHING_FILE NAME="kernel32.dll" SIZE="1063424" CHECKSUM="0xD288FF05"
BIN_FILE_VERSION="5.1.2600.5781" BIN_PRODUCT_VERSION="5.1.2600.5781"
PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="Client-DLL für Windows
NT-Basis-API" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Betriebssystem
Microsoft® Windows®" FILE_VERSION="5.1.2600.5781 (xpsp_sp3_gdr.090321-1317)"
ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="©
Microsoft Corporation. Alle Rechte vorbehalten." VERFILEDATEHI="0x0"
VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
PE_CHECKSUM="0x106D93" LINKER_VERSION="0x50001"
UPTO_BIN_FILE_VERSION="5.1.2600.5781" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5781"
LINK_DATE="03/21/2009 14:06:58" UPTO_LINK_DATE="03/21/2009 14:06:58"
VER_LANGUAGE="Deutsch (Deutschland) [0x407]" />
</EXE>
</DATABASE>
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist