gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

OsTIrusProcessor.h (256B)


      1 #pragma once
      2 
      3 #include "virusJucePlugin/VirusProcessor.h"
      4 
      5 class OsTIrusProcessor : public virus::VirusProcessor
      6 {
      7 public:
      8     OsTIrusProcessor();
      9     ~OsTIrusProcessor() override;
     10 
     11 	jucePluginEditorLib::PluginEditorState* createEditorState() override;
     12 };