Csound Csound-dev Csound-tekno Search About

pvsbufread doubles bug fixed

Date2007-10-24 18:16
FromVictor Lazzarini
Subjectpvsbufread doubles bug fixed
yes, I saw what it was straight away when
I compiled with doubles (should do that more
often). The signal frame is floats and I was
using a MYFLT pointer, so the whole indexing thing was
skipping twice what it should have.

I fixed it now in CVS. You can test it.

Victor

Date2007-10-24 18:45
From"Steven Yi"
SubjectRe: pvsbufread doubles bug fixed
AttachmentsNone  

Date2007-10-24 19:15
FromJean-Pierre Lemoine
SubjectRe: pvsbufread doubles bug fixed
Great news! Thanks Victor
Steven, I presume that you compiled from CVS. Is there a way to have the 
corrected file (dll?) before a new csound release?

Jean-Pierre
Steven écrit :
> Hi Victor,
>
> Thanks!  Using Rory's example and running on WinXP with doubles I am
> no longer getting any segmentation fault.
>
> steven
>
> On 10/24/07, Victor Lazzarini  wrote:
>   
>> yes, I saw what it was straight away when
>> I compiled with doubles (should do that more
>> often). The signal frame is floats and I was
>> using a MYFLT pointer, so the whole indexing thing was
>> skipping twice what it should have.
>>
>> I fixed it now in CVS. You can test it.
>>
>> Victor
>> --
>> Send bugs reports to this list.
>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>>
>>     


Date2007-10-24 19:19
FromRory Walsh
SubjectRe: pvsbufread doubles bug fixed
Take care with your ears, my example can get a little unstable at times!!

Steven Yi wrote:
> Hi Victor,
> 
> Thanks!  Using Rory's example and running on WinXP with doubles I am
> no longer getting any segmentation fault.
> 
> steven
> 
> On 10/24/07, Victor Lazzarini  wrote:
>> yes, I saw what it was straight away when
>> I compiled with doubles (should do that more
>> often). The signal frame is floats and I was
>> using a MYFLT pointer, so the whole indexing thing was
>> skipping twice what it should have.
>>
>> I fixed it now in CVS. You can test it.
>>
>> Victor
>> --
>> Send bugs reports to this list.
>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>>

Date2007-10-24 20:01
From"Steven Yi"
SubjectRe: pvsbufread doubles bug fixed
AttachmentsNone  

Date2007-10-25 18:43
FromJean-Pierre Lemoine
SubjectRe: pvsbufread doubles bug fixed
Thanks Steven, it works.
Great opcodes to play with

Jean-Pierre

Steven Yi a écrit :
> Hi Jean-Pierre,
>
> I uploaded a zipped up copy of my pvsbuffer.dll to:
>
> http://www.kunstmusik.com/pvsbuffer.zip
>
> This is compiled with MinGW on WinXP for doubles.  I'd make a backup
> of the pvsbuffer.dll you have locally before trying this one out just
> in case.
>
> Thanks!
> steven
>