<div dir="ltr"><p style="margin:0px 0px 6px;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px">Hi, happy new year.</p><p style="margin:6px 0px;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px">Here's a vanilla partitioned convolution abstraction  <a href="https://www.dropbox.com/s/pbkg8xy2yhy9bpo/conv~-vanilla.zip?dl=0&fbclid=IwAR3Sj1Cx8it5Tt8ne5miujaQxhgqlr1S2AuoyhGQzjQwofvR7OpUzhh9EgE" target="_blank" rel="noopener nofollow" style="font-family:inherit;color:rgb(54,88,153);text-decoration-line:none">https://www.dropbox.com/s/pbkg8xy2yhy9bpo/conv~-vanilla.zip…</a></p><p style="margin:6px 0px;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px"><br></p><p style="margin:6px 0px;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px">It is based on this <a href="http://tre.ucsd.edu/wordpress/?p=772&fbclid=IwAR0cFSK7dKpsYc1tq1gH5nebQ0aSPLFhTOB-ztlsz0Fx0tbz9_tYwKAN4NE" target="_blank" rel="noopener nofollow" style="color:rgb(54,88,153);text-decoration-line:none;font-family:inherit">http://tre.ucsd.edu/wordpress/?p=772</a></p><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px"></p><div><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px"><br></p></div>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<p></p><br><div><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px"><br></p></div><div><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px">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...</p></div><div><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px"><br></p></div><div><p style="margin:6px 0px 0px;display:inline;font-family:system-ui,-apple-system,system-ui,".SFNSText-Regular",sans-serif;color:rgb(29,33,41);font-size:14px">cheers</p></div></div>