|
|
@@ -85,7 +85,8 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { |
|
|
|
}, |
|
|
|
{ |
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, |
|
|
|
/* hints */ NATIVE_PLUGIN_IS_RTSAFE, |
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|NATIVE_PLUGIN_USES_CONTROL_VOLTAGE), |
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_NOTHING, |
|
|
|
/* audioIns */ 0, |
|
|
|
/* audioOuts */ 1, |
|
|
@@ -203,7 +204,8 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { |
|
|
|
}, |
|
|
|
{ |
|
|
|
/* category */ NATIVE_PLUGIN_CATEGORY_UTILITY, |
|
|
|
/* hints */ NATIVE_PLUGIN_IS_RTSAFE, |
|
|
|
/* hints */ static_cast<NativePluginHints>(NATIVE_PLUGIN_IS_RTSAFE |
|
|
|
|NATIVE_PLUGIN_USES_CONTROL_VOLTAGE), |
|
|
|
/* supports */ NATIVE_PLUGIN_SUPPORTS_ALL_SOUND_OFF, |
|
|
|
/* audioIns */ 0, |
|
|
|
/* audioOuts */ 0, |
|
|
|