If the impulse response is short enough, or real-time isn’t important, then the FIR chugin can be used. FFT-based convolution is possible using the FFT/iFFT UANAs, but latency and real-time are issues. To deal with that, It would be possible to factor into a nice systolic topology using shorter FFTs and delay lines to line everything up. I don’t know of a specific chugin or example other than those. Someone should write one :-)) Prc Sent from my iPhone
On Mar 1, 2019, at 9:00 AM, chuck-users-request@lists.cs.princeton.edu wrote:
Send chuck-users mailing list submissions to chuck-users@lists.cs.princeton.edu
To subscribe or unsubscribe via the World Wide Web, visit https://lists.cs.princeton.edu/mailman/listinfo/chuck-users or, via email, send a message with subject or body 'help' to chuck-users-request@lists.cs.princeton.edu
You can reach the person managing the list at chuck-users-owner@lists.cs.princeton.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of chuck-users digest..."
Today's Topics:
1. Convolution reverb in ChucK ? (Julien Saint-Martin)
----------------------------------------------------------------------
Message: 1 Date: Fri, 1 Mar 2019 14:48:16 +0100 From: Julien Saint-Martin
To: ChucK Users Mailing List Subject: [chuck-users] Convolution reverb in ChucK ? Message-ID: Content-Type: text/plain; charset="utf-8" Hi,
Is there a way to have a convolution reverb running inside ChucK ? I searched inside the chugins (Faust, Ladspa...) but didn't find anything.
Happy Chucking! Julien