Package: pd-creb / 0.10.0-4

Metadata

Package Version Patches format
pd-creb 0.10.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_spelling.patch | (download)

modules/bdiag~.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed spelling mistakes
fix invalid t_int use.patch | (download)

modules++/biquadseries~.cc | 4 2 + 2 - 0 !
modules++/blosc~.cc | 36 18 + 18 - 0 !
modules++/filterortho~.cc | 4 2 + 2 - 0 !
modules/bdiag~.c | 4 2 + 2 - 0 !
modules/bfft~.c | 22 11 + 11 - 0 !
modules/bitsplit~.c | 8 4 + 4 - 0 !
modules/blocknorm~.c | 10 5 + 5 - 0 !
modules/bwin~.c | 4 2 + 2 - 0 !
modules/cheby~.c | 6 3 + 3 - 0 !
modules/diag~.c | 4 2 + 2 - 0 !
modules/dist~.c | 4 2 + 2 - 0 !
modules/dynwav~.c | 6 3 + 3 - 0 !
modules/eadsr~.c | 4 2 + 2 - 0 !
modules/ead~.c | 6 3 + 3 - 0 !
modules/ear~.c | 4 2 + 2 - 0 !
modules/eblosc~.c | 18 9 + 9 - 0 !
modules/fdn~.c | 46 23 + 23 - 0 !
modules/ffpoly.c | 16 8 + 8 - 0 !
modules/junction~.c | 8 4 + 4 - 0 !
modules/lattice~.c | 16 8 + 8 - 0 !
modules/permut~.c | 18 9 + 9 - 0 !
modules/qmult~.c | 4 2 + 2 - 0 !
modules/qnorm~.c | 4 2 + 2 - 0 !
modules/resofilt~.c | 4 2 + 2 - 0 !
modules/scrollgrid1D~.c | 6 3 + 3 - 0 !
modules/xfm~.c | 6 3 + 3 - 0 !
26 files changed, 136 insertions(+), 136 deletions(-)

 fix crashes due to mis-allocation of memory
 (t_int) is incompatible with (int)
 ...and should *never* be used as an integer numeric type!
error.patch | (download)

modules/statwav~.c | 4 2 + 2 - 0 !
modules/tabreadmix~.c | 10 5 + 5 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 replace error() with pd_error()
 error() has been removed and -Werror=implicit-function-declaration leads to
 FTBFS
creb_object.patch | (download)

modules/setup.c | 77 77 + 0 - 0 !
1 file changed, 77 insertions(+)

 provide [creb] object
 so the library can be loaded by creating the object
garray_getfloat.patch | (download)

modules/statwav~.c | 15 8 + 7 - 0 !
modules/tabreadmix~.c | 9 5 + 4 - 0 !
2 files changed, 13 insertions(+), 11 deletions(-)

 use garray_getfloatwords()
 garray_getfloatarray() doesn't work on 64bit systems
pd64.patch | (download)

modules/sawtooth~.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compilation with pd64
 when t_float != float