[flext] fldsp.cpp

Thomas Grill gr at grrrr.org
Tue May 11 15:14:18 CEST 2010


The thing is that this has worked for years and i can't believe this  
has changed as many externals must rely on that.
In Pd specifically, the block size for the patcher can change to be  
different than the system block size, for which situation the function  
call would be incorrect.
gr~~~

Am 11.05.2010 um 15:09 schrieb Arshia Cont:

> I strongly believe that line:80 of fldsp.cpp should be
>
>    blksz = sys_getblksize(); // is this guaranteed to be the same as  
> sys_getblksize() ?
>
> instead of
>
>    blksz = sp[0]->s_n;  // is this guaranteed to be the same as  
> sys_getblksize() ?
>
> which answers also the question in the comment.
>
> OTHERWISE: Crash during DspSetup() (for me atleast)
>
> _______________________________________________
> http://grrrr.org/ext/flext
>
> flext mailing list
> flext at grrrr.org
> http://grrrr.org/cgi-bin/mailman/listinfo/flext



More information about the flext mailing list