Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libs/rst_framework.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down