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

pluginDesc.cpp (191B)


      1 #include "pluginDesc.h"
      2 
      3 baseLib::BinaryStream& bridgeLib::PluginDesc::write(baseLib::BinaryStream& _s)
      4 {
      5 }
      6 
      7 baseLib::BinaryStream& bridgeLib::PluginDesc::read(baseLib::BinaryStream& _s)
      8 {
      9 }