| @@ -24,7 +24,6 @@ | |||||
| #include "CarlaMathUtils.hpp" | #include "CarlaMathUtils.hpp" | ||||
| #include <QtCore/QByteArray> | #include <QtCore/QByteArray> | ||||
| #include <QtCore/QString> | |||||
| // ----------------------------------------------------- | // ----------------------------------------------------- | ||||
| @@ -23,12 +23,16 @@ | |||||
| #include "CarlaLadspaUtils.hpp" | #include "CarlaLadspaUtils.hpp" | ||||
| #include "CarlaMathUtils.hpp" | #include "CarlaMathUtils.hpp" | ||||
| // ----------------------------------------------------- | |||||
| CARLA_BACKEND_START_NAMESPACE | CARLA_BACKEND_START_NAMESPACE | ||||
| #if 0 | #if 0 | ||||
| } | } | ||||
| #endif | #endif | ||||
| // ----------------------------------------------------- | |||||
| class LadspaPlugin : public CarlaPlugin | class LadspaPlugin : public CarlaPlugin | ||||
| { | { | ||||
| public: | public: | ||||
| @@ -8,7 +8,7 @@ include ../../Makefile.mk | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| BUILD_CXX_FLAGS += $(JUCE_AUDIO_PROCESSORS_FLAGS) -I. -I../../includes/vst -I../../includes/vst3 -w | |||||
| BUILD_CXX_FLAGS += $(JUCE_AUDIO_PROCESSORS_FLAGS) -I. -I../../includes/ladspa -I../../includes/vst -I../../includes/vst3 -w | |||||
| LINK_FLAGS += $(JUCE_AUDIO_PROCESSORS_LIBS) -L.. -ljuce_audio_basics -ljuce_gui_basics -ljuce_graphics -ljuce_data_structures -ljuce_events -ljuce_core | LINK_FLAGS += $(JUCE_AUDIO_PROCESSORS_LIBS) -L.. -ljuce_audio_basics -ljuce_gui_basics -ljuce_graphics -ljuce_data_structures -ljuce_events -ljuce_core | ||||
| ifeq ($(MACOS),true) | ifeq ($(MACOS),true) | ||||
| @@ -26,7 +26,7 @@ | |||||
| } // (juce namespace) | } // (juce namespace) | ||||
| #include <ladspa.h> | |||||
| #include "ladspa.h" | |||||
| namespace juce | namespace juce | ||||
| { | { | ||||