分支自 DSP/ADSP21569/DSP-21569

graydon
2024-02-28 420778fcee054257d540cf24fbf1b1e3f9fc0d9f
src/ModuleExport.cpp
@@ -68,6 +68,7 @@
//      modules.push_back(ModuleEntry("Echo", ModuleType::Echo, EchoCreate, utrue));
//      modules.push_back(ModuleEntry("Pitch", ModuleType::Pitch, PitchCreate, utrue));
      modules.push_back(ModuleEntry("UnLooping", ModuleType::UnLooping, DummyCreate, ufalse));
   }
}