You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
- #define DISTRHO_PLUGIN_INFO_H_INCLUDED
-
- #define DISTRHO_PLUGIN_NAME "Super Saw"
- #define DISTRHO_PLUGIN_URI "https://github.com/cranixx/Super_Saw_DPF"
- #define DISTRHO_PLUGIN_NUM_INPUTS 1
- #define DISTRHO_PLUGIN_NUM_OUTPUTS 1
- #define DISTRHO_PLUGIN_IS_SYNTH 1
-
- #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
|