pvsbufread doubles bug fixed
Date | 2007-10-24 18:16 |
From | Victor Lazzarini |
Subject | pvsbufread 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 |
Date | 2007-10-24 18:45 |
From | "Steven Yi" |
Subject | Re: pvsbufread doubles bug fixed |
Attachments | None |
Date | 2007-10-24 19:15 |
From | Jean-Pierre Lemoine |
Subject | Re: 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 |
Date | 2007-10-24 19:19 |
From | Rory Walsh |
Subject | Re: 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 |
Date | 2007-10-24 20:01 |
From | "Steven Yi" |
Subject | Re: pvsbufread doubles bug fixed |
Attachments | None |
Date | 2007-10-25 18:43 |
From | Jean-Pierre Lemoine |
Subject | Re: 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 > |