This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
MVerb
mirror of
https://github.com/DISTRHO/MVerb
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Set LV2 category
tags/0.9
falkTX
10 years ago
parent
ebbd68d7b9
commit
eebeeef809
3 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf
+2
-0
plugins/MVerb/DistrhoPluginInfo.h
+4
-0
plugins/Makefile.mk
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit 0
793c3dbd71bdd685a95e8a5bf048a0b45c58747
Subproject commit 0
d627da6d7dfaba66227b200cf728b23851ead6c
+ 2
- 0
plugins/MVerb/DistrhoPluginInfo.h
View File
@@ -28,4 +28,6 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
+ 4
- 0
plugins/Makefile.mk
View File
@@ -8,6 +8,10 @@
include ../../Makefile.mk
ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif
# --------------------------------------------------------------
# Basic setup
Write
Preview
Loading…
Cancel
Save