change config.h version to 1.0.0
This commit is contained in:
parent
9162c57cb1
commit
313ec711fe
1
TODO
1
TODO
@ -7,7 +7,6 @@
|
|||||||
* state that audio cannot be inf (also in reset)
|
* state that audio cannot be inf (also in reset)
|
||||||
* state that you need different output buffers to reset
|
* state that you need different output buffers to reset
|
||||||
* thank scientific paper authors
|
* thank scientific paper authors
|
||||||
* change config.h in examples version 1.0.0
|
|
||||||
* "Templates must have C++ linkage"?
|
* "Templates must have C++ linkage"?
|
||||||
* state that mem_set() can/must be called on uninitialized state (before reset_state)
|
* state that mem_set() can/must be called on uninitialized state (before reset_state)
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_ap1"
|
#define PLUGIN_NAME "bw_example_fx_ap1"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_ap2"
|
#define PLUGIN_NAME "bw_example_fx_ap2"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_balance"
|
#define PLUGIN_NAME "bw_example_fx_balance"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_bitcrush"
|
#define PLUGIN_NAME "bw_example_fx_bitcrush"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_chorus"
|
#define PLUGIN_NAME "bw_example_fx_chorus"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_clip"
|
#define PLUGIN_NAME "bw_example_fx_clip"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_comb"
|
#define PLUGIN_NAME "bw_example_fx_comb"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_comp"
|
#define PLUGIN_NAME "bw_example_fx_comp"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_delay"
|
#define PLUGIN_NAME "bw_example_fx_delay"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_dist"
|
#define PLUGIN_NAME "bw_example_fx_dist"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_drive"
|
#define PLUGIN_NAME "bw_example_fx_drive"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_eq_3band"
|
#define PLUGIN_NAME "bw_example_fx_eq_3band"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_flanger"
|
#define PLUGIN_NAME "bw_example_fx_flanger"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_fuzz"
|
#define PLUGIN_NAME "bw_example_fx_fuzz"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_hp1"
|
#define PLUGIN_NAME "bw_example_fx_hp1"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_hs1"
|
#define PLUGIN_NAME "bw_example_fx_hs1"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_lp1"
|
#define PLUGIN_NAME "bw_example_fx_lp1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_ls1"
|
#define PLUGIN_NAME "bw_example_fx_ls1"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_mm1"
|
#define PLUGIN_NAME "bw_example_fx_mm1"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_mm2"
|
#define PLUGIN_NAME "bw_example_fx_mm2"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_noise_gate"
|
#define PLUGIN_NAME "bw_example_fx_noise_gate"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_notch"
|
#define PLUGIN_NAME "bw_example_fx_notch"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_one_pole"
|
#define PLUGIN_NAME "bw_example_fx_one_pole"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_pan"
|
#define PLUGIN_NAME "bw_example_fx_pan"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_phaser"
|
#define PLUGIN_NAME "bw_example_fx_phaser"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_reverb"
|
#define PLUGIN_NAME "bw_example_fx_reverb"
|
||||||
#define PLUGIN_VERSION "0.6.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_satur"
|
#define PLUGIN_NAME "bw_example_fx_satur"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_slew_lim"
|
#define PLUGIN_NAME "bw_example_fx_slew_lim"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_svf"
|
#define PLUGIN_NAME "bw_example_fx_svf"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_trem"
|
#define PLUGIN_NAME "bw_example_fx_trem"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_vibrato"
|
#define PLUGIN_NAME "bw_example_fx_vibrato"
|
||||||
#define PLUGIN_VERSION "0.4.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fx_wah"
|
#define PLUGIN_NAME "bw_example_fx_wah"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_ap1"
|
#define PLUGIN_NAME "bw_example_fxpp_ap1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_ap2"
|
#define PLUGIN_NAME "bw_example_fxpp_ap2"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_balance"
|
#define PLUGIN_NAME "bw_example_fxpp_balance"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_bitcrush"
|
#define PLUGIN_NAME "bw_example_fxpp_bitcrush"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_chorus"
|
#define PLUGIN_NAME "bw_example_fxpp_chorus"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_clip"
|
#define PLUGIN_NAME "bw_example_fxpp_clip"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_comb"
|
#define PLUGIN_NAME "bw_example_fxpp_comb"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_comp"
|
#define PLUGIN_NAME "bw_example_fxpp_comp"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_delay"
|
#define PLUGIN_NAME "bw_example_fxpp_delay"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_dist"
|
#define PLUGIN_NAME "bw_example_fxpp_dist"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_drive"
|
#define PLUGIN_NAME "bw_example_fxpp_drive"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_eq_3band"
|
#define PLUGIN_NAME "bw_example_fxpp_eq_3band"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_flanger"
|
#define PLUGIN_NAME "bw_example_fxpp_flanger"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_fuzz"
|
#define PLUGIN_NAME "bw_example_fxpp_fuzz"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_hp1"
|
#define PLUGIN_NAME "bw_example_fxpp_hp1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_hs1"
|
#define PLUGIN_NAME "bw_example_fxpp_hs1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_lp1"
|
#define PLUGIN_NAME "bw_example_fxpp_lp1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_ls1"
|
#define PLUGIN_NAME "bw_example_fxpp_ls1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_mm1"
|
#define PLUGIN_NAME "bw_example_fxpp_mm1"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_mm2"
|
#define PLUGIN_NAME "bw_example_fxpp_mm2"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_noise_gate"
|
#define PLUGIN_NAME "bw_example_fxpp_noise_gate"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_notch"
|
#define PLUGIN_NAME "bw_example_fxpp_notch"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_one_pole"
|
#define PLUGIN_NAME "bw_example_fxpp_one_pole"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_pan"
|
#define PLUGIN_NAME "bw_example_fxpp_pan"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_phaser"
|
#define PLUGIN_NAME "bw_example_fxpp_phaser"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_reverb"
|
#define PLUGIN_NAME "bw_example_fxpp_reverb"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_satur"
|
#define PLUGIN_NAME "bw_example_fxpp_satur"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_slew_lim"
|
#define PLUGIN_NAME "bw_example_fxpp_slew_lim"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_svf"
|
#define PLUGIN_NAME "bw_example_fxpp_svf"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_trem"
|
#define PLUGIN_NAME "bw_example_fxpp_trem"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_vibrato"
|
#define PLUGIN_NAME "bw_example_fxpp_vibrato"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_fxpp_wah"
|
#define PLUGIN_NAME "bw_example_fxpp_wah"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 1
|
#define NUM_BUSES_IN 1
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synth_mono"
|
#define PLUGIN_NAME "bw_example_synth_mono"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synth_poly"
|
#define PLUGIN_NAME "bw_example_synth_poly"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synth_simple"
|
#define PLUGIN_NAME "bw_example_synth_simple"
|
||||||
#define PLUGIN_VERSION "0.3.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synthpp_mono"
|
#define PLUGIN_NAME "bw_example_synthpp_mono"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synthpp_poly"
|
#define PLUGIN_NAME "bw_example_synthpp_poly"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
@ -51,7 +51,7 @@ struct config_parameter {
|
|||||||
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
#define COMPANY_MAILTO "mailto:info@orastron.com"
|
||||||
|
|
||||||
#define PLUGIN_NAME "bw_example_synthpp_simple"
|
#define PLUGIN_NAME "bw_example_synthpp_simple"
|
||||||
#define PLUGIN_VERSION "0.5.0"
|
#define PLUGIN_VERSION "1.0.0"
|
||||||
|
|
||||||
#define NUM_BUSES_IN 0
|
#define NUM_BUSES_IN 0
|
||||||
#define NUM_BUSES_OUT 1
|
#define NUM_BUSES_OUT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user