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

OsTIrusEditorState.h (233B)


      1 #pragma once
      2 
      3 #include "virusJucePlugin/VirusEditorState.h"
      4 
      5 class OsTIrusEditorState : public virus::VirusEditorState
      6 {
      7 public:
      8 	explicit OsTIrusEditorState(virus::VirusProcessor& _processor, pluginLib::Controller& _controller);
      9 };