Audio Waveform Test
Since I recently started studying some JUCE tutorials and demos, I wanted to create a base JUCE code framework for audio ideas and implementations. I choose the way for multichannel implementations (juce::dsp::ProcessorDuplicator). I created a […]