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

n2xromloader.h (165B)


      1 #pragma once
      2 
      3 #include "n2xrom.h"
      4 
      5 #include "synthLib/romLoader.h"
      6 
      7 namespace n2x
      8 {
      9 	class RomLoader : synthLib::RomLoader
     10 	{
     11 	public:
     12 		static Rom findROM();
     13 	};
     14 }