WIP
This commit is contained in:
parent
3fda15966c
commit
61482e8d4c
36 changed files with 325 additions and 122 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#define VENO_SYNTHINSTANCE_H
|
||||
|
||||
#include <string>
|
||||
#include "JuceHeader.h"
|
||||
|
||||
// class that hold all voices, oscillators and other stuff :)
|
||||
class SynthInstance
|
||||
|
|
@ -16,5 +17,6 @@ public:
|
|||
explicit SynthInstance (std::string processId);
|
||||
~SynthInstance () = default;
|
||||
protected:
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SynthInstance)
|
||||
};
|
||||
#endif //VENO_SYNTHINSTANCE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue