|
@@ -384,85 +384,6 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { |
|
|
# endif // ! SKIP_ZYN_SYNTH |
|
|
# endif // ! SKIP_ZYN_SYNTH |
|
|
#endif // HAVE_ZYN_DEPS |
|
|
#endif // HAVE_ZYN_DEPS |
|
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
// Experimental plugins |
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_EXPERIMENTAL_PLUGINS |
|
|
|
|
|
{ |
|
|
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_MODULATOR, |
|
|
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|
|
|NATIVE_PLUGIN_HAS_UI |
|
|
|
|
|
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS |
|
|
|
|
|
|NATIVE_PLUGIN_USES_STATE), |
|
|
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, |
|
|
|
|
|
/* audioIns */ 1, |
|
|
|
|
|
/* audioOuts */ 1, |
|
|
|
|
|
/* midiIns */ 1, |
|
|
|
|
|
/* midiOuts */ 0, |
|
|
|
|
|
/* paramIns */ 6, |
|
|
|
|
|
/* paramOuts */ 0, |
|
|
|
|
|
/* name */ "AT1", |
|
|
|
|
|
/* label */ "at1", |
|
|
|
|
|
/* maker */ "falkTX, Fons Adriaensen", |
|
|
|
|
|
/* copyright */ "GPL v2+", |
|
|
|
|
|
DESCFUNCS |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_FILTER, |
|
|
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|
|
|NATIVE_PLUGIN_HAS_UI |
|
|
|
|
|
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), |
|
|
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, |
|
|
|
|
|
/* audioIns */ 2, |
|
|
|
|
|
/* audioOuts */ 2, |
|
|
|
|
|
/* midiIns */ 0, |
|
|
|
|
|
/* midiOuts */ 0, |
|
|
|
|
|
/* paramIns */ 6, |
|
|
|
|
|
/* paramOuts */ 0, |
|
|
|
|
|
/* name */ "BLS1", |
|
|
|
|
|
/* label */ "bls1", |
|
|
|
|
|
/* maker */ "falkTX, Fons Adriaensen", |
|
|
|
|
|
/* copyright */ "GPL v2+", |
|
|
|
|
|
DESCFUNCS |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_DELAY, |
|
|
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|
|
|NATIVE_PLUGIN_HAS_UI |
|
|
|
|
|
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), |
|
|
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, |
|
|
|
|
|
/* audioIns */ 2, |
|
|
|
|
|
/* audioOuts */ 4, |
|
|
|
|
|
/* midiIns */ 0, |
|
|
|
|
|
/* midiOuts */ 0, |
|
|
|
|
|
/* paramIns */ 10, |
|
|
|
|
|
/* paramOuts */ 0, |
|
|
|
|
|
/* name */ "REV1 (Ambisonic)", |
|
|
|
|
|
/* label */ "rev1-ambisonic", |
|
|
|
|
|
/* maker */ "falkTX, Fons Adriaensen", |
|
|
|
|
|
/* copyright */ "GPL v2+", |
|
|
|
|
|
DESCFUNCS |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_DELAY, |
|
|
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|
|
|NATIVE_PLUGIN_HAS_UI |
|
|
|
|
|
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), |
|
|
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, |
|
|
|
|
|
/* audioIns */ 2, |
|
|
|
|
|
/* audioOuts */ 2, |
|
|
|
|
|
/* midiIns */ 0, |
|
|
|
|
|
/* midiOuts */ 0, |
|
|
|
|
|
/* paramIns */ 10, |
|
|
|
|
|
/* paramOuts */ 0, |
|
|
|
|
|
/* name */ "REV1 (Stereo)", |
|
|
|
|
|
/* label */ "rev1-stereo", |
|
|
|
|
|
/* maker */ "falkTX, Fons Adriaensen", |
|
|
|
|
|
/* copyright */ "GPL v2+", |
|
|
|
|
|
DESCFUNCS |
|
|
|
|
|
}, |
|
|
|
|
|
#endif // HAVE_EXPERIMENTAL_PLUGINS |
|
|
|
|
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
#ifndef CARLA_EXTERNAL_PLUGINS_INCLUDED_DIRECTLY |
|
|
#ifndef CARLA_EXTERNAL_PLUGINS_INCLUDED_DIRECTLY |
|
|