spessasynth_core 4.2.6 → 4.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -20426,6 +20426,7 @@ var DownloadableSoundsArticulation = class _DownloadableSoundsArticulation exten
20426
20426
  generatorTypes.vibLfoToPitch,
20427
20427
  zone.getGenerator(generatorTypes.modLfoToPitch, null)
20428
20428
  );
20429
+ zone.setGenerator(generatorTypes.modLfoToPitch, null);
20429
20430
  for (const mod of zone.modulators) {
20430
20431
  if (mod.destination === generatorTypes.modLfoToPitch)
20431
20432
  mod.destination = generatorTypes.vibLfoToPitch;