Re: [PD] [convolve~] version 0.11 testing

2018-03-20 Thread William Brent
Thanks Lucas & Roman - I'll need to get up to speed on this for 64bit Windows. On Mon, Mar 19, 2018 at 5:06 PM, Roman Haefeli wrote: > > > > On Mon, 2018-03-19 at 20:58 +, Lucas Cordiviola wrote: > > Hi William, > > Are you aware of --> https://github.com/pure-data/pd-lib-builder > > This wi

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Roman Haefeli
On Mon, 2018-03-19 at 20:58 +, Lucas Cordiviola wrote: > Hi William, > Are you aware of --> https://github.com/pure-data/pd-lib-builder > This will ease building on many platforms including the upcoming > windows64bit. > You will like it. > : ) Just in case, you're going to use pd-lib-build

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Lucas Cordiviola
Hi William, Are you aware of --> https://github.com/pure-data/pd-lib-builder This will ease building on many platforms including the upcoming windows64bit. You will like it. : ) Mensaje telepatico asistido por maquinas. On 3/19/2018 5:28 PM, William Brent wrote: Ok - I think I've got a decent

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread William Brent
Ok - I think I've got a decent version for testing built for Linux, Mac, and Windows. Clone here and try it out if you're interested: https://github.com/wbrent/convolve_tilde.git On Mon, Mar 19, 2018 at 12:34 PM, Marco Matteo Markidis < mm.marki...@gmail.com> wrote: > happy to be a trick-mad

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Marco Matteo Markidis
happy to be a trick-mader 8-) best, marco 2018-03-19 15:38 GMT+01:00 William Brent : > Thanks Marco, I just tried it and it worked perfectly. I'll build for the > other platforms at some point today at get those binaries and the updated > source pushed to git for testing. > > Peter - thanks for

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread William Brent
Thanks Marco, I just tried it and it worked perfectly. I'll build for the other platforms at some point today at get those binaries and the updated source pushed to git for testing. Peter - thanks for the suggestion too. At this point I've committed to [convolve~] being self-contained with all of

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Alexandre Torres Porres
[loadmess] works fine : https://github.com/porres/pd-cyclone/blob/master/cyclone_src/binaries/control/loadmess.c 2018-03-19 10:16 GMT-03:00 Marco Matteo Markidis : > hi william, > > i met the same problem in [loadmess]. actually you can clock a 0-delay > time; in this case the loading method sho

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Peter P.
* William Brent [2018-03-19 14:09]: > That's something I actually did for this round and then abandoned. I had it > taking an array name as the 2nd argument (so it wouldn't break backward > compatibility), and then automatically running the IR analysis routine at > the end of object creation. The

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Marco Matteo Markidis
hi william, i met the same problem in [loadmess]. actually you can clock a 0-delay time; in this case the loading method should be evaluated at the end of the same logical time, providing that the loadbanged array is evaluated. if this solution is not correct, i have to change loadmess :) best, m

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread William Brent
That's something I actually did for this round and then abandoned. I had it taking an array name as the 2nd argument (so it wouldn't break backward compatibility), and then automatically running the IR analysis routine at the end of object creation. The problem I couldn't come up with a good soluti

Re: [PD] [convolve~] version 0.11 testing

2018-03-18 Thread Alexandre Torres Porres
Awesome! I always hoped convovle~ could take an optional symbol argument to define an array to analyze. Any chance of that? cheers 2018-03-18 22:29 GMT-03:00 William Brent : > Hi all, > > I just got around to making some updates to [convolve~] for partitioned IR > convolution reverb. I'm now u

[PD] [convolve~] version 0.11 testing

2018-03-18 Thread William Brent
Hi all, I just got around to making some updates to [convolve~] for partitioned IR convolution reverb. I'm now using FFTW so that non-power-of-two window sizes are possible, which gives finer control over the delay between the dry and wet signal as well as CPU% impact. You can change window size o