feat: adding filter plugin
This commit is contained in:
parent
a80c6276a8
commit
3c3fec9b90
4 changed files with 157 additions and 1 deletions
25
plugins/SquidgeFilter/DistrhoPluginInfo.h
Normal file
25
plugins/SquidgeFilter/DistrhoPluginInfo.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
|
||||
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
|
||||
|
||||
#define DISTRHO_PLUGIN_NAME "SquidgeFilter"
|
||||
#define DISTRHO_PLUGIN_AUTHOR "SquidgeSoft"
|
||||
#define DISTRHO_PLUGIN_URI "moe.liam.squidgesoft.SquidgeFilter"
|
||||
#define DISTRHO_PLUGIN_CATEGORY "fx"
|
||||
|
||||
#define DISTRHO_PLUGIN_NUM_INPUTS 2
|
||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
|
||||
|
||||
#define DISTRHO_PLUGIN_NUM_PARAMETERS 3
|
||||
|
||||
#define DISTRHO_PLUGIN_WANT_PROGRAMS 0
|
||||
#define DISTRHO_PLUGIN_WANT_STATE 0
|
||||
|
||||
#define DISTRHO_PLUGIN_HAS_UI 0
|
||||
#define DISTRHO_PLUGIN_IS_SYNTH 0
|
||||
|
||||
#define DISTRHO_PLUGIN_PRIV_ID "moe.liam.squidgesoft.SquidgeFilter"
|
||||
#define DISTRHO_PLUGIN_BRAND "SquidgeSoft"
|
||||
|
||||
#define DISTRHO_PLUGIN_CLAP_ID "moe.liam.squidgesoft.SquidgeFilter"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue