AudioProcessor for inserts over AudioIODevice

Hi there,

is there an implementation of juce::AudioProcessor that exchanges its buffers over a juce::AudioIODevice? Kind of like a hardware insert in DAWs, for example Reaper has ReaInsert and similar.

I’m looking to run a juce::AudioProcessorGraph with audio I/O inserts and would like to avoid duplicating code if it’s already out there and works :slight_smile: