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

skins.h.in (103B)


      1 #pragma once
      2 
      3 const std::vector<jucePluginEditorLib::Skin> g_includedSkins =
      4 {
      5 	${SKIN_CPP_ENTRIES}
      6 };