Hi All, On 2015-07-17 06:56 PM, Alexandre Torres Porres wrote: > partconv~ needs to receive a set message to set the table, otherwise it > wont work with the specified array given as the first argument and it > will crash. So it needs a loadbang to set the table. I contacted the > author (bensaylor), who said this is a known bug but that he didn't have > time to work on it.
Some time ago I ran into probably the same issue; how to load an array/table at load time, while said array/table is not guaranteed to have loaded yet. From within an object there is nothing like a loadbang AFAIK. I ended up setting a timer for one second (clock_new()) and load the array/timer when it finishes. But the good news is that just preventing partconv~ to crash shouldn't be too difficult. > > I tried to make a bug report on on it just now, but sourceforge seems to > be down - i got http://sourceforge.net/error-404.html > > anyway, I see many objects and libraries have been kind of abandoned and > I worry and wonder about the odds of someone else jumping in and > maintaining them :/ Still it is a good idea to make detailed bug reports. Fixing issues is much simpler if you know exactly what the problem is. > > cheers Greetings, Fred Jan > > 2015-07-17 8:49 GMT-03:00 Fred Jan Kraan <[email protected] > <mailto:[email protected]>>: > > Hi Matthias, > > Using the same configuration (xubuntu 14.04 / pd-0.46-6), I have no > trouble getting sound from the partconv~-help.pd patch, although I had > to make a correction to fill both arrays: "[read -resize $1 irL irR(" to > soundfiler didn't seem to load irR. And without something to convolve > with, the result is silence. > > Greetings, > > Fred Jan > > On 2015-07-17 11:30 AM, Matthias Blau wrote: > > Hello list, > > > > I'm having trouble using partconv~ in a freshly compiled pd-0.46.6 on > > Ubuntu 14.04. > > > > First, if I use the distro-supplied pd-bsaylor package, then I get the > > usual 64bit error message: > > "An operation on the array '1003-ns_coeffs' in the patch > > '1003-ns_coeffs' failed since it uses garray_getfloatarray while running > > 64-bit!" > > > > I then compiled bsaylor from svn (partconv~.c from 2013/01/02, where > > 64bit access is supposedly fixed) and voila - no error message, pd > > apparently loads partconv~ ok: > > "partconv~: using 1003-ns_coeffs in 1 partitions with FFT-size 1024" > > > > Unfortunately, I don't get anything out of the filter. The fiter itself > > works (e.g. using FIR~). > > > > Any hints? > > Thanks, Matthias > > > > _______________________________________________ > > [email protected] <mailto:[email protected]> mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > _______________________________________________ > [email protected] <mailto:[email protected]> mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
