DPF Plugin examples
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.

12 lines
344B

  1. #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
  2. #define DISTRHO_PLUGIN_INFO_H_INCLUDED
  3. #define DISTRHO_PLUGIN_NAME "Super Saw"
  4. #define DISTRHO_PLUGIN_URI "https://github.com/cranixx/Super_Saw_DPF"
  5. #define DISTRHO_PLUGIN_NUM_INPUTS 1
  6. #define DISTRHO_PLUGIN_NUM_OUTPUTS 1
  7. #define DISTRHO_PLUGIN_IS_SYNTH 1
  8. #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED