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

ParameterNames.h (402B)


      1 #pragma once
      2 
      3 namespace virus
      4 {
      5 	static constexpr char g_paramDelayReverbMode[] = "Delay/Reverb Mode";
      6 	static constexpr char g_paramPartVolume[] = "Part Volume";
      7 	static constexpr char g_paramPatchVolume[] = "Patch Volume";
      8 	static constexpr char g_paramPartPanorama[] = "Panorama";
      9 	static constexpr char g_paramPlayMode[] = "Play Mode";
     10 	static constexpr char g_paramClockTempo[] = "Clock Tempo";
     11 }