nol-alb / 6106Group4

0 stars 0 forks source link

Split plugin scanner procedures into a separate class & refine it #31

Open med1844 opened 2 years ago

med1844 commented 2 years ago

Currently the plugin scanning procedures, as well as it's internal states, are stored and processed in RecursionTestAudioProcessor. This is very bad practice as the processor, of course, should only focus on audio processing things. The new separate class should include:

Juce and it's example project AudioPluginHost has things worth looking into it: