diff --git a/libs/rst_framework.c b/libs/rst_framework.c index 07b895c..4183dd1 100644 --- a/libs/rst_framework.c +++ b/libs/rst_framework.c @@ -93,6 +93,8 @@ void* main(hostCallback HostCallback){ // New plug instances is created here. Af }; #if TYPE_OF_PLUG == EFFECT_UNIT myplugin.number_of_inputs = 2; // audio inputs + #elif TYPE_OF_PLUG == SYNTHESIZER + myplugin.flags |= hasSynth; #endif #ifndef NO_GUI myplugin.flags |= hasEditor;