Browse Source

oops?

pull/218/head
dreamer 3 years ago
parent
commit
b4af7b567f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      plugins/Makefile

+ 1
- 2
plugins/Makefile View File

@@ -859,14 +859,13 @@ VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob
# --------------------------------------------------------------
# Voxglitch

PLUGIN_FILES += $(filter-out voxglitch/src/WhatTheRack.cpp,$(wildcard voxglitch/src/*.cpp))
PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp))

# --------------------------------------------------------------
# WhatTheRack

PLUGIN_FILES += $(filter-out WhatTheRack/src/plugin.cpp,$(wildcard WhatTheRack/src/*.cpp))


# modules/types which are present in other plugins
VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout
VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain Sequencer SequencerDisplay VoltageSequencer


Loading…
Cancel
Save