Dear Alexandre,
in my Mac I'm at 60% CPU! Great work by the way, I was in the need for something like this.
Cheers, Maxi
El jue., 3 ene. 2019 a las 12:01, pd-list-request@lists.iem.at escribió:
Send Pd-list mailing list submissions to pd-list@lists.iem.at
To subscribe or unsubscribe via the World Wide Web, visit https://lists.puredata.info/listinfo/pd-list or, via email, send a message with subject or body 'help' to pd-list-request@lists.iem.at
You can reach the person managing the list at pd-list-owner@lists.iem.at
When replying, please edit your Subject line so it is more specific than "Re: Contents of Pd-list digest..."
Today's Topics:
- vanilla partitioned convolution abstraction (Alexandre Torres Porres)
Message: 1 Date: Thu, 3 Jan 2019 02:18:43 -0200 From: Alexandre Torres Porres porres@gmail.com To: Pd-List pd-list@lists.iem.at Subject: [PD] vanilla partitioned convolution abstraction Message-ID: <CAEAsFmhgq8eZ61= yMjvfhtQJCb95uwxufw4DvW6XFcqcbZ-brQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi, happy new year.
Here's a vanilla partitioned convolution abstraction https://www.dropbox.com/s/pbkg8xy2yhy9bpo/conv~-vanilla.zip%E2%80%A6 < https://www.dropbox.com/s/pbkg8xy2yhy9bpo/conv~-vanilla.zip?dl=0&fbclid=...
It is based on this http://tre.ucsd.edu/wordpress/?p=772 < http://tre.ucsd.edu/wordpress/?p=772&fbclid=IwAR0cFSK7dKpsYc1tq1gH5nebQ0...
what you think, is it working? Both objects on the help file take about 40% of my CPU power, but I'm on a wild machine
I made some changes on the original work by Tom Erbe. It is supposed to be more efficient because the FFT on the input is only done once! I tried the idea of having each partition work with FFT saved on tables, so we wouldn't need to perform FFTs in different instances of clone, but that doesn't seem to be possible. And, well, it is made as an abstraction and all you need to do is give it the window size and the IR sound file name...
cheers