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

roottreeitem.cpp (151B)


      1 #include "roottreeitem.h"
      2 
      3 namespace jucePluginEditorLib::patchManager
      4 {
      5 	RootTreeItem::RootTreeItem(PatchManager& _pm): TreeItem(_pm, "root")
      6 	{
      7 	}
      8 }