mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Subclass Synthesiser
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include "Settings.h"
|
||||
#include "Voices.h"
|
||||
#include "CustomSynth.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
@ -77,7 +78,7 @@ public:
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
Synthesiser synth;
|
||||
CustomSynth synth;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Magical8bitPlug2AudioProcessor)
|
||||
};
|
||||
|
Reference in New Issue
Block a user