This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF-Max-Gen
mirror of
https://github.com/DISTRHO/DPF-Max-Gen
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo
master
falkTX
8 years ago
parent
319738de64
commit
0758e528b7
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/bitcrush/Makefile
+1
-1
plugins/freeverb/Makefile
+1
-1
plugins/gigaverb/Makefile
+1
-1
plugins/pitchshift/Makefile
+ 1
- 1
plugins/bitcrush/Makefile
View File
@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/freeverb/Makefile
View File
@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/gigaverb/Makefile
View File
@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/pitchshift/Makefile
View File
@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
Write
Preview
Loading…
Cancel
Save