@@ -34,7 +34,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
{ | |||
/* category */ NATIVE_PLUGIN_CATEGORY_NONE, | |||
/* hints */ NATIVE_PLUGIN_IS_RTSAFE, | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 1, | |||
/* audioOuts */ 1, | |||
/* midiIns */ 0, | |||
@@ -50,7 +50,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
{ | |||
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
/* hints */ NATIVE_PLUGIN_IS_RTSAFE, | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
@@ -168,7 +168,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_UI_OPEN_SAVE), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -192,7 +192,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
|NATIVE_PLUGIN_NEEDS_UI_OPEN_SAVE | |||
|NATIVE_PLUGIN_USES_STATE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
@@ -351,7 +351,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -374,7 +374,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 6, | |||
/* midiIns */ 0, | |||
@@ -397,7 +397,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -446,7 +446,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -467,7 +467,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_UI_MAIN_THREAD | |||
|NATIVE_PLUGIN_USES_PARENT_ID), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 1, | |||
/* audioOuts */ 1, | |||
/* midiIns */ 0, | |||
@@ -498,7 +498,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -523,7 +523,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 8, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -546,12 +546,12 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
/* midiOuts */ 0, | |||
/* paramIns */ 1, | |||
/* paramIns */ 2, | |||
/* paramOuts */ 2, | |||
/* name */ "Big Meter", | |||
/* label */ "bigmeter", | |||
@@ -563,7 +563,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
@@ -587,7 +587,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -605,7 +605,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -622,7 +622,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_MODULATOR, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -639,7 +639,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_FILTER, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -657,7 +657,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -674,7 +674,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_MODULATOR, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -691,7 +691,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_DELAY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -743,7 +743,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS | |||
|NATIVE_PLUGIN_USES_STATE), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 1, | |||
/* audioOuts */ 1, | |||
/* midiIns */ 1, | |||
@@ -761,7 +761,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -779,7 +779,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 4, | |||
/* midiIns */ 0, | |||
@@ -797,7 +797,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -285,7 +285,7 @@ static const NativePluginDescriptor audiofileDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_UI_OPEN_SAVE), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -181,12 +181,12 @@ static const NativePluginDescriptor bigmeterDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
/* midiOuts */ 0, | |||
/* paramIns */ 1, | |||
/* paramIns */ 2, | |||
/* paramOuts */ 2, | |||
/* name */ "Big Meter", | |||
/* label */ "bigmeter", | |||
@@ -46,7 +46,7 @@ static void bypass_process(NativePluginHandle handle, float** inBuffer, float** | |||
static const NativePluginDescriptor bypassDesc = { | |||
.category = NATIVE_PLUGIN_CATEGORY_NONE, | |||
.hints = NATIVE_PLUGIN_IS_RTSAFE, | |||
.supports = 0x0, | |||
.supports = NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
.audioIns = 1, | |||
.audioOuts = 1, | |||
.midiIns = 0, | |||
@@ -51,7 +51,7 @@ static const NativePluginDescriptor _3bandeqDesc = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -51,7 +51,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -53,7 +53,7 @@ static const NativePluginDescriptor _mverbDesc = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -51,7 +51,7 @@ static const NativePluginDescriptor pingpongpanDesc = { | |||
#else | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -35,7 +35,7 @@ static const NativePluginDescriptor promDesc = { | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_UI_MAIN_THREAD | |||
|NATIVE_PLUGIN_USES_PARENT_ID), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -53,7 +53,7 @@ static const NativePluginDescriptor vectorjuiceDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -53,7 +53,7 @@ static const NativePluginDescriptor wobblejuiceDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
#endif | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ DISTRHO_PLUGIN_NUM_INPUTS, | |||
/* audioOuts */ DISTRHO_PLUGIN_NUM_OUTPUTS, | |||
/* midiIns */ 0, | |||
@@ -267,7 +267,7 @@ static void lfo_process(NativePluginHandle handle, float** inBuffer, float** out | |||
static const NativePluginDescriptor lfoDesc = { | |||
.category = NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
.hints = NATIVE_PLUGIN_IS_RTSAFE, | |||
.supports = 0x0, | |||
.supports = NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
.audioIns = 0, | |||
.audioOuts = 0, | |||
.midiIns = 0, | |||
@@ -221,7 +221,7 @@ static const NativePluginDescriptor midifileDesc = { | |||
|NATIVE_PLUGIN_NEEDS_UI_OPEN_SAVE | |||
|NATIVE_PLUGIN_USES_STATE | |||
|NATIVE_PLUGIN_USES_TIME), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
@@ -100,7 +100,7 @@ static const NativePluginDescriptor notesDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 0, | |||
/* audioOuts */ 0, | |||
/* midiIns */ 0, | |||
@@ -416,7 +416,7 @@ static const NativePluginDescriptor at1Desc = { | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS | |||
|NATIVE_PLUGIN_USES_STATE), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 1, | |||
/* audioOuts */ 1, | |||
/* midiIns */ 1, | |||
@@ -259,7 +259,7 @@ static const NativePluginDescriptor bls1Desc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ BLS1Plugin::kNumInputs, | |||
/* audioOuts */ BLS1Plugin::kNumOutputs, | |||
/* midiIns */ 0, | |||
@@ -391,7 +391,7 @@ static const NativePluginDescriptor rev1AmbisonicDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 4, | |||
/* midiIns */ 0, | |||
@@ -430,7 +430,7 @@ static const NativePluginDescriptor rev1StereoDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_HAS_UI | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1305,7 +1305,7 @@ static const NativePluginDescriptor fxAlienWahDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1324,7 +1324,7 @@ static const NativePluginDescriptor fxChorusDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1342,7 +1342,7 @@ static const NativePluginDescriptor fxDistortionDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_MODULATOR, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1360,7 +1360,7 @@ static const NativePluginDescriptor fxDynamicFilterDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_FILTER, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1379,7 +1379,7 @@ static const NativePluginDescriptor fxEchoDesc = { | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE | |||
|NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1397,7 +1397,7 @@ static const NativePluginDescriptor fxPhaserDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_MODULATOR, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||
@@ -1415,7 +1415,7 @@ static const NativePluginDescriptor fxReverbDesc = { | |||
/* category */ NATIVE_PLUGIN_CATEGORY_DELAY, | |||
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_USES_PANNING | |||
|NATIVE_PLUGIN_NEEDS_FIXED_BUFFERS), | |||
/* supports */ static_cast<NativePluginSupports>(0x0), | |||
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, | |||
/* audioIns */ 2, | |||
/* audioOuts */ 2, | |||
/* midiIns */ 0, | |||