| This script can be used to illustrate my problem.
With the following code in place CsoundVST renders the soundfile:
# Create an instance of Csound (actually, CppSound).
csound = csnd.CppSound()
With the following code in place CsoundVST just crashes:
# Create an instance of Csound (actually, CppSound).
# csound = csnd.CppSound()
Previously, that code worked (using the instance of CppSound that is created
when the csnd module is imported by CsoundVST). Now, the instance is still
created, and it works with some scripts, but there is a crash with koch.py
(or, with other scripts, garbled numbers).
Regards,
Mike
----- Original Message -----
From: "Michael Gogins"
To:
Sent: Tuesday, May 16, 2006 1:01 PM
Subject: Re: [Csnd] [Cs-dev] release date question
>I think it should be delayed for all packages. Later I will email you a
>script that reproduces the error.
>
> Regards,
> Mike
>
> -----Original Message-----
>>From: Istvan Varga
>>Sent: May 16, 2006 11:09 AM
>>To: csound@lists.bath.ac.uk
>>Subject: Re: [Csnd] [Cs-dev] release date question
>>
>>On Tuesday 16 May 2006 15:09, Michael Gogins wrote:
>>
>>> Sorry, but I'm experiencing a new problem with CsoundVST.
>>> Some scripts run fine, others produce non-numbers.
>>
>>Is there a simple script that reproduces this error ?
>>I am not very familiar with CsoundVST, though, but it
>>may be worth having a look at, particularly if, as you
>>suggested, the bugs may also have been introduced in
>>the Csound library.
>>
>>> So, I'd like to wait till the end of the month for the release.
>>
>>What is the suggested release date now ? Should the release
>>be delayed on all platforms, or only those packages that
>>include CsoundVST ?
>>--
>>Send bugs reports to this list.
>>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
>
>
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
|