@@ -251,11 +251,11 @@ void carla_register_native_plugin_3BandEQ(); | |||||
void carla_register_native_plugin_3BandSplitter(); | void carla_register_native_plugin_3BandSplitter(); | ||||
void carla_register_native_plugin_Nekobi(); | void carla_register_native_plugin_Nekobi(); | ||||
void carla_register_native_plugin_PingPongPan(); | void carla_register_native_plugin_PingPongPan(); | ||||
void carla_register_native_plugin_StereoEnhancer(); | |||||
// void carla_register_native_plugin_StereoEnhancer(); | |||||
#endif | #endif | ||||
// DISTRHO plugins (Qt) | // DISTRHO plugins (Qt) | ||||
void carla_register_native_plugin_Notes(); | |||||
// void carla_register_native_plugin_Notes(); | |||||
#ifdef WANT_ZYNADDSUBFX | #ifdef WANT_ZYNADDSUBFX | ||||
// ZynAddSubFX | // ZynAddSubFX | ||||
@@ -80,13 +80,13 @@ OBJS += \ | |||||
distrho-3bandeq.cpp.o \ | distrho-3bandeq.cpp.o \ | ||||
distrho-3bandsplitter.cpp.o \ | distrho-3bandsplitter.cpp.o \ | ||||
distrho-nekobi.cpp.o \ | distrho-nekobi.cpp.o \ | ||||
distrho-pingpongpan.cpp.o \ | |||||
distrho-stereoenhancer.cpp.o | |||||
distrho-pingpongpan.cpp.o | |||||
# distrho-stereoenhancer.cpp.o | |||||
endif | endif | ||||
# DISTRHO plugins (Qt) | # DISTRHO plugins (Qt) | ||||
OBJS += \ | |||||
distrho-notes.cpp.o | |||||
# OBJS += \ | |||||
# distrho-notes.cpp.o | |||||
ifeq ($(HAVE_ZYN_DEPS),true) | ifeq ($(HAVE_ZYN_DEPS),true) | ||||
# ZynAddSubFX | # ZynAddSubFX | ||||
@@ -17,7 +17,6 @@ | |||||
#include "CarlaNative.hpp" | #include "CarlaNative.hpp" | ||||
#if 0 | |||||
// Plugin Code | // Plugin Code | ||||
#include "notes/DistrhoPluginNotes.cpp" | #include "notes/DistrhoPluginNotes.cpp" | ||||
#include "notes/DistrhoUINotes.cpp" | #include "notes/DistrhoUINotes.cpp" | ||||
@@ -46,14 +45,13 @@ static const PluginDescriptor notesDesc = { | |||||
}; | }; | ||||
END_NAMESPACE_DISTRHO | END_NAMESPACE_DISTRHO | ||||
#endif | |||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
void carla_register_native_plugin_Notes() | void carla_register_native_plugin_Notes() | ||||
{ | { | ||||
//USE_NAMESPACE_DISTRHO | |||||
//carla_register_native_plugin(¬esDesc); | |||||
USE_NAMESPACE_DISTRHO | |||||
carla_register_native_plugin(¬esDesc); | |||||
} | } | ||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- |
@@ -62,11 +62,11 @@ void carla_register_all_plugins() | |||||
carla_register_native_plugin_3BandSplitter(); | carla_register_native_plugin_3BandSplitter(); | ||||
carla_register_native_plugin_Nekobi(); | carla_register_native_plugin_Nekobi(); | ||||
carla_register_native_plugin_PingPongPan(); | carla_register_native_plugin_PingPongPan(); | ||||
carla_register_native_plugin_StereoEnhancer(); | |||||
//carla_register_native_plugin_StereoEnhancer(); // unfinished | |||||
#endif | #endif | ||||
// DISTRHO plugins (Qt) | // DISTRHO plugins (Qt) | ||||
carla_register_native_plugin_Notes(); | |||||
//carla_register_native_plugin_Notes(); // unfinished | |||||
#ifdef WANT_ZYNADDSUBFX | #ifdef WANT_ZYNADDSUBFX | ||||
// ZynAddSubFX | // ZynAddSubFX | ||||