remove denorm code

This commit is contained in:
Mike Oliphant
2023-03-09 09:27:11 -08:00
parent 2eff99c3ff
commit 3cc92ace6a
3 changed files with 1 additions and 117 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
namespace NAM {
Plugin::Plugin(float rate)
{
namModel = get_dsp("C:\\Users\\oliph\\AppData\\Roaming\\GuitarSim\\NAM\\JCM2000Crunch.nam");
namModel = get_dsp("C:\\Users\\oliph\\AppData\\Roaming\\GuitarSim\\NAM\\AC15Brkup.nam");
}
void Plugin::map_uris(LV2_URID_Map* map) noexcept {