Browse Source

Update dpf and enable clap

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 2 years ago
parent
commit
51d688c525
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 7 additions and 5 deletions
  1. +1
    -1
      dpf
  2. +5
    -3
      plugins/glBars/DistrhoPluginInfo.h
  3. +1
    -1
      plugins/glBars/Makefile

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 1aa5892a13d7797935964443ae7dda6e08c470cd
Subproject commit 57fcfcaf07f8dced0f643aff46bd0d3bb1b0b476

+ 5
- 3
plugins/glBars/DistrhoPluginInfo.h View File

@@ -21,14 +21,16 @@
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
#define DISTRHO_PLUGIN_INFO_H_INCLUDED #define DISTRHO_PLUGIN_INFO_H_INCLUDED


#define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "glBars"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars"
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "glBars"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars"
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.glBars"


#define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_HAS_UI 1
#define DISTRHO_PLUGIN_NUM_INPUTS 1 #define DISTRHO_PLUGIN_NUM_INPUTS 1
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 #define DISTRHO_PLUGIN_NUM_OUTPUTS 1
#define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1 #define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1
#define DISTRHO_PLUGIN_CLAP_FEATURES "analyzer", "stereo"
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin" #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer" #define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer"
#define DISTRHO_UI_USER_RESIZABLE 1 #define DISTRHO_UI_USER_RESIZABLE 1


+ 1
- 1
plugins/glBars/Makefile View File

@@ -32,7 +32,7 @@ LINK_FLAGS += -lpthread
# -------------------------------------------------------------- # --------------------------------------------------------------
# Enable all possible plugin types # Enable all possible plugin types


TARGETS = jack lv2 vst2 vst3
TARGETS = jack lv2 vst2 vst3 clap


all: $(TARGETS) all: $(TARGETS)




Loading…
Cancel
Save