This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF-Plugins
mirror of
https://github.com/DISTRHO/DPF-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
8
Activity
Browse Source
Update ndc-plugs
tags/v1.0
falkTX
10 years ago
parent
84c2c81cb5
commit
46334be725
3 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
plugins/AmplitudeImposer/DistrhoPluginInfo.h
+4
-0
plugins/Makefile.ndc-Plugs.mk
+2
-0
plugins/SoulForce/DistrhoPluginInfo.h
+ 2
- 0
plugins/AmplitudeImposer/DistrhoPluginInfo.h
View File
@@ -34,4 +34,6 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AmplifierPlugin"
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
+ 4
- 0
plugins/Makefile.ndc-Plugs.mk
View File
@@ -8,6 +8,10 @@
include ../../Makefile.mk
ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif
# --------------------------------------------------------------
# Basic setup
+ 2
- 0
plugins/SoulForce/DistrhoPluginInfo.h
View File
@@ -34,4 +34,6 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:WaveshaperPlugin"
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
Write
Preview
Loading…
Cancel
Save