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

dspMemoryPatches.h (212B)


      1 #pragma once
      2 
      3 #include "synthLib/dspMemoryPatch.h"
      4 
      5 namespace virusLib
      6 {
      7 	class DspSingle;
      8 
      9 	class DspMemoryPatches
     10 	{
     11 	public:
     12 		static void apply(const DspSingle* _dsp, const baseLib::MD5& _romChecksum);
     13 	};
     14 }