Browse Source

Bit more cleanup

pull/120/head
hemmer 3 years ago
parent
commit
8fc32e9f26
2 changed files with 6 additions and 9 deletions
  1. +6
    -1
      plugin.json
  2. +0
    -8
      src/Peaks.cpp

+ 6
- 1
plugin.json View File

@@ -256,11 +256,16 @@
}, },
{ {
"slug": "Peaks", "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", "description": "Based on Mutable Instruments Peaks",
"tags": [ "tags": [
"Drum",
"Envelope generator",
"Oscillator", "Oscillator",
"LFO", "LFO",
"Sequencer",
"Hardware clone" "Hardware clone"
] ]
} }


+ 0
- 8
src/Peaks.cpp View File

@@ -1,14 +1,6 @@
#include "plugin.hpp" #include "plugin.hpp"

//#include "dsp/digital.hpp"
//#include "dsp/samplerate.hpp"
//#include "dsp/ringbuffer.hpp"

#include "peaks/processors.h" #include "peaks/processors.h"


//#include "AudibleInstruments.hpp"


enum SwitchIndex { enum SwitchIndex {
SWITCH_TWIN_MODE, SWITCH_TWIN_MODE,
SWITCH_FUNCTION, SWITCH_FUNCTION,


Loading…
Cancel
Save