From 8fc32e9f26a5cefde3fa7c772fa7ac37f515c283 Mon Sep 17 00:00:00 2001 From: hemmer <915048+hemmer@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:27:36 +0100 Subject: [PATCH] Bit more cleanup --- plugin.json | 7 ++++++- src/Peaks.cpp | 8 -------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/plugin.json b/plugin.json index ef77e2f..53f01e8 100644 --- a/plugin.json +++ b/plugin.json @@ -256,11 +256,16 @@ }, { "slug": "Peaks", - "name": "Peaks", + "name": "Percussive Synth", + "manualUrl": "https://mutable-instruments.net/modules/peaks/manual/", + "modularGridUrl": "https://www.modulargrid.net/e/mutable-instruments-peaks", "description": "Based on Mutable Instruments Peaks", "tags": [ + "Drum", + "Envelope generator", "Oscillator", "LFO", + "Sequencer", "Hardware clone" ] } diff --git a/src/Peaks.cpp b/src/Peaks.cpp index 9ae3629..f6c59ea 100644 --- a/src/Peaks.cpp +++ b/src/Peaks.cpp @@ -1,14 +1,6 @@ #include "plugin.hpp" - -//#include "dsp/digital.hpp" -//#include "dsp/samplerate.hpp" -//#include "dsp/ringbuffer.hpp" - #include "peaks/processors.h" -//#include "AudibleInstruments.hpp" - - enum SwitchIndex { SWITCH_TWIN_MODE, SWITCH_FUNCTION,