Fix main module audio/cv usage

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-22 23:29:37 +00:00
parent 59006c3797
commit b15e5ede6c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 30 additions and 39 deletions

View file

@ -39,4 +39,7 @@
#define DISTRHO_PLUGIN_WANT_STATE 1
#define DISTRHO_PLUGIN_WANT_TIMEPOS 1
#define CARDINAL_NUM_AUDIO_INPUTS DISTRHO_PLUGIN_NUM_INPUTS
#define CARDINAL_NUM_AUDIO_OUTPUTS DISTRHO_PLUGIN_NUM_OUTPUTS
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED