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
Fix typos
tags/v1.1
falkTX
8 years ago
parent
4477c3e8d5
commit
954fd278b8
15 changed files
with
15 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/3BandEQ/Makefile
+1
-1
plugins/3BandSplitter/Makefile
+1
-1
plugins/AmplitudeImposer/Makefile
+1
-1
plugins/CycleShifter/Makefile
+1
-1
plugins/Kars/Makefile
+1
-1
plugins/MVerb/Makefile
+1
-1
plugins/Nekobi/Makefile
+1
-1
plugins/PingPongPan/Makefile
+1
-1
plugins/ProM/Makefile
+1
-1
plugins/SoulForce/Makefile
+1
-1
plugins/bitcrush/Makefile
+1
-1
plugins/freeverb/Makefile
+1
-1
plugins/gigaverb/Makefile
+1
-1
plugins/glBars/Makefile
+1
-1
plugins/pitchshift/Makefile
+ 1
- 1
plugins/3BandEQ/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/3BandSplitter/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/AmplitudeImposer/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/CycleShifter/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/Kars/Makefile
View File
@@ -50,7 +50,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/MVerb/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/Nekobi/Makefile
View File
@@ -50,7 +50,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/PingPongPan/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/ProM/Makefile
View File
@@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 1
- 1
plugins/SoulForce/Makefile
View File
@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST
2
),true)
TARGETS += vst
endif
+ 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/glBars/Makefile
View File
@@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2
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