I’ve been writing a series of posts here over the last few months discussing the JUCE C++ application framework and how useful it’s been in creating the ‘Scumbler’ looping audio performance application that’s my current nights &...
Last time we looked at getting a very basic version of an application that can process audio running using the classes provided with the JUCE application framework. The Scumbler app as we last saw it: Could enumerate the installed audio/MIDI hardware on a computer Let...