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

OsirusEditorState.cpp (225B)


      1 #include "OsirusEditorState.h"
      2 
      3 #include "skins.h"
      4 
      5 OsirusEditorState::OsirusEditorState(virus::VirusProcessor& _processor, pluginLib::Controller& _controller) : VirusEditorState(_processor, _controller, g_includedSkins)
      6 {
      7 }