Greetings everyone, new to Cabbage, and am liking it.
I’m writing a plugin. Whenever the parameters the user sets via the UI, change, the plugin calculates an impulse response in a csound array, copies that impulse response into a csound function table, and convolves the signal with it using liveconv.
This processes the audio nicely. (I really love how easy and smooth it was in Cabbage to go from concept to working plugin in a DAW. Thank you!)
But how can I display this impulse response to the user?
Thank you in advance.