diff --git a/TODO b/TODO index 9ca123c..33fbfdc 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ * state that audio cannot be inf (also in reset) * state that you need different output buffers to reset * thank scientific paper authors -* change config.h in examples version 1.0.0 * "Templates must have C++ linkage"? * state that mem_set() can/must be called on uninitialized state (before reset_state) diff --git a/examples/fx_ap1/src/config.h b/examples/fx_ap1/src/config.h index 5305862..6b27a9e 100644 --- a/examples/fx_ap1/src/config.h +++ b/examples/fx_ap1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_ap2/src/config.h b/examples/fx_ap2/src/config.h index 3aa36f4..c0fb3df 100644 --- a/examples/fx_ap2/src/config.h +++ b/examples/fx_ap2/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_balance/src/config.h b/examples/fx_balance/src/config.h index 0f50382..dfa199b 100644 --- a/examples/fx_balance/src/config.h +++ b/examples/fx_balance/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_bitcrush/src/config.h b/examples/fx_bitcrush/src/config.h index c7f6590..35b996f 100644 --- a/examples/fx_bitcrush/src/config.h +++ b/examples/fx_bitcrush/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_chorus/src/config.h b/examples/fx_chorus/src/config.h index 15cf7b3..6258297 100644 --- a/examples/fx_chorus/src/config.h +++ b/examples/fx_chorus/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_clip/src/config.h b/examples/fx_clip/src/config.h index b652348..7cddce0 100644 --- a/examples/fx_clip/src/config.h +++ b/examples/fx_clip/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_comb/src/config.h b/examples/fx_comb/src/config.h index 99589ff..ae337b0 100644 --- a/examples/fx_comb/src/config.h +++ b/examples/fx_comb/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_comp/src/config.h b/examples/fx_comp/src/config.h index b8a713e..b92baeb 100644 --- a/examples/fx_comp/src/config.h +++ b/examples/fx_comp/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_delay/src/config.h b/examples/fx_delay/src/config.h index 0fa8d58..9697c12 100644 --- a/examples/fx_delay/src/config.h +++ b/examples/fx_delay/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_dist/src/config.h b/examples/fx_dist/src/config.h index ebf5423..d87b827 100644 --- a/examples/fx_dist/src/config.h +++ b/examples/fx_dist/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_drive/src/config.h b/examples/fx_drive/src/config.h index c25b37c..3592863 100644 --- a/examples/fx_drive/src/config.h +++ b/examples/fx_drive/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_eq_3band/src/config.h b/examples/fx_eq_3band/src/config.h index 26604bb..23e57e2 100644 --- a/examples/fx_eq_3band/src/config.h +++ b/examples/fx_eq_3band/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_flanger/src/config.h b/examples/fx_flanger/src/config.h index 71ee5b6..bd7079c 100644 --- a/examples/fx_flanger/src/config.h +++ b/examples/fx_flanger/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_fuzz/src/config.h b/examples/fx_fuzz/src/config.h index b02f0a6..84de633 100644 --- a/examples/fx_fuzz/src/config.h +++ b/examples/fx_fuzz/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_hp1/src/config.h b/examples/fx_hp1/src/config.h index fa47074..f3f1694 100644 --- a/examples/fx_hp1/src/config.h +++ b/examples/fx_hp1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_hs1/src/config.h b/examples/fx_hs1/src/config.h index 4804975..53940f1 100644 --- a/examples/fx_hs1/src/config.h +++ b/examples/fx_hs1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_lp1/src/config.h b/examples/fx_lp1/src/config.h index d1563f5..8c3f0a6 100644 --- a/examples/fx_lp1/src/config.h +++ b/examples/fx_lp1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_ls1/src/config.h b/examples/fx_ls1/src/config.h index 0487630..97ba415 100644 --- a/examples/fx_ls1/src/config.h +++ b/examples/fx_ls1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_mm1/src/config.h b/examples/fx_mm1/src/config.h index 35f73d4..7a602ab 100644 --- a/examples/fx_mm1/src/config.h +++ b/examples/fx_mm1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_mm2/src/config.h b/examples/fx_mm2/src/config.h index b37eabb..a1c9b88 100644 --- a/examples/fx_mm2/src/config.h +++ b/examples/fx_mm2/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_noise_gate/src/config.h b/examples/fx_noise_gate/src/config.h index e3f0298..4b5bafe 100644 --- a/examples/fx_noise_gate/src/config.h +++ b/examples/fx_noise_gate/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_notch/src/config.h b/examples/fx_notch/src/config.h index bd80853..894991c 100644 --- a/examples/fx_notch/src/config.h +++ b/examples/fx_notch/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_one_pole/src/config.h b/examples/fx_one_pole/src/config.h index 68c4f36..549b070 100644 --- a/examples/fx_one_pole/src/config.h +++ b/examples/fx_one_pole/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_pan/src/config.h b/examples/fx_pan/src/config.h index 9db76ab..1da1a0b 100644 --- a/examples/fx_pan/src/config.h +++ b/examples/fx_pan/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_phaser/src/config.h b/examples/fx_phaser/src/config.h index dc17f76..98343b4 100644 --- a/examples/fx_phaser/src/config.h +++ b/examples/fx_phaser/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_reverb/src/config.h b/examples/fx_reverb/src/config.h index 9596998..296727d 100644 --- a/examples/fx_reverb/src/config.h +++ b/examples/fx_reverb/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_satur/src/config.h b/examples/fx_satur/src/config.h index d40aa85..6d4d3d2 100644 --- a/examples/fx_satur/src/config.h +++ b/examples/fx_satur/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_slew_lim/src/config.h b/examples/fx_slew_lim/src/config.h index 145b750..2fe3492 100644 --- a/examples/fx_slew_lim/src/config.h +++ b/examples/fx_slew_lim/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_svf/src/config.h b/examples/fx_svf/src/config.h index b984f05..24bddd2 100644 --- a/examples/fx_svf/src/config.h +++ b/examples/fx_svf/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_trem/src/config.h b/examples/fx_trem/src/config.h index 5f2a6ab..716540b 100644 --- a/examples/fx_trem/src/config.h +++ b/examples/fx_trem/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_vibrato/src/config.h b/examples/fx_vibrato/src/config.h index f4ddffd..769c646 100644 --- a/examples/fx_vibrato/src/config.h +++ b/examples/fx_vibrato/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fx_wah/src/config.h b/examples/fx_wah/src/config.h index 380a4ec..3202641 100644 --- a/examples/fx_wah/src/config.h +++ b/examples/fx_wah/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_ap1/src/config.h b/examples/fxpp_ap1/src/config.h index e635552..04f6ea7 100644 --- a/examples/fxpp_ap1/src/config.h +++ b/examples/fxpp_ap1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_ap2/src/config.h b/examples/fxpp_ap2/src/config.h index 04313f3..82d4f55 100644 --- a/examples/fxpp_ap2/src/config.h +++ b/examples/fxpp_ap2/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_balance/src/config.h b/examples/fxpp_balance/src/config.h index 5f4d373..817cee5 100644 --- a/examples/fxpp_balance/src/config.h +++ b/examples/fxpp_balance/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_bitcrush/src/config.h b/examples/fxpp_bitcrush/src/config.h index 1c7c1a6..d8a5ab7 100644 --- a/examples/fxpp_bitcrush/src/config.h +++ b/examples/fxpp_bitcrush/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_chorus/src/config.h b/examples/fxpp_chorus/src/config.h index d31cdee..5fc26ef 100644 --- a/examples/fxpp_chorus/src/config.h +++ b/examples/fxpp_chorus/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_clip/src/config.h b/examples/fxpp_clip/src/config.h index fc12257..901ce14 100644 --- a/examples/fxpp_clip/src/config.h +++ b/examples/fxpp_clip/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_comb/src/config.h b/examples/fxpp_comb/src/config.h index e6b058a..f90e32c 100644 --- a/examples/fxpp_comb/src/config.h +++ b/examples/fxpp_comb/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_comp/src/config.h b/examples/fxpp_comp/src/config.h index 58d1651..942d11c 100644 --- a/examples/fxpp_comp/src/config.h +++ b/examples/fxpp_comp/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_delay/src/config.h b/examples/fxpp_delay/src/config.h index 72ea035..dcba7cb 100644 --- a/examples/fxpp_delay/src/config.h +++ b/examples/fxpp_delay/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_dist/src/config.h b/examples/fxpp_dist/src/config.h index 9586ed9..ec62b70 100644 --- a/examples/fxpp_dist/src/config.h +++ b/examples/fxpp_dist/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_drive/src/config.h b/examples/fxpp_drive/src/config.h index 3bceb1d..fff357e 100644 --- a/examples/fxpp_drive/src/config.h +++ b/examples/fxpp_drive/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_eq_3band/src/config.h b/examples/fxpp_eq_3band/src/config.h index 64733c4..4e65c55 100644 --- a/examples/fxpp_eq_3band/src/config.h +++ b/examples/fxpp_eq_3band/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_flanger/src/config.h b/examples/fxpp_flanger/src/config.h index 041f783..389e5e9 100644 --- a/examples/fxpp_flanger/src/config.h +++ b/examples/fxpp_flanger/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_fuzz/src/config.h b/examples/fxpp_fuzz/src/config.h index 3c48b6a..fc84f4e 100644 --- a/examples/fxpp_fuzz/src/config.h +++ b/examples/fxpp_fuzz/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_hp1/src/config.h b/examples/fxpp_hp1/src/config.h index 4cca1f6..af9ab75 100644 --- a/examples/fxpp_hp1/src/config.h +++ b/examples/fxpp_hp1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_hs1/src/config.h b/examples/fxpp_hs1/src/config.h index 97303ca..15213a3 100644 --- a/examples/fxpp_hs1/src/config.h +++ b/examples/fxpp_hs1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_lp1/src/config.h b/examples/fxpp_lp1/src/config.h index 0e88f5b..7fdd21b 100644 --- a/examples/fxpp_lp1/src/config.h +++ b/examples/fxpp_lp1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_ls1/src/config.h b/examples/fxpp_ls1/src/config.h index 653b3a5..b5960cf 100644 --- a/examples/fxpp_ls1/src/config.h +++ b/examples/fxpp_ls1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_mm1/src/config.h b/examples/fxpp_mm1/src/config.h index d7d357d..d643b50 100644 --- a/examples/fxpp_mm1/src/config.h +++ b/examples/fxpp_mm1/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_mm2/src/config.h b/examples/fxpp_mm2/src/config.h index 8f5d8d8..ae9a216 100644 --- a/examples/fxpp_mm2/src/config.h +++ b/examples/fxpp_mm2/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_noise_gate/src/config.h b/examples/fxpp_noise_gate/src/config.h index 100c86c..1ced826 100644 --- a/examples/fxpp_noise_gate/src/config.h +++ b/examples/fxpp_noise_gate/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_notch/src/config.h b/examples/fxpp_notch/src/config.h index 5ea90cf..db23067 100644 --- a/examples/fxpp_notch/src/config.h +++ b/examples/fxpp_notch/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_one_pole/src/config.h b/examples/fxpp_one_pole/src/config.h index 25c92d7..572b803 100644 --- a/examples/fxpp_one_pole/src/config.h +++ b/examples/fxpp_one_pole/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_pan/src/config.h b/examples/fxpp_pan/src/config.h index c757a8c..99d2532 100644 --- a/examples/fxpp_pan/src/config.h +++ b/examples/fxpp_pan/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_phaser/src/config.h b/examples/fxpp_phaser/src/config.h index f6a7ff9..9d149ee 100644 --- a/examples/fxpp_phaser/src/config.h +++ b/examples/fxpp_phaser/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_reverb/src/config.h b/examples/fxpp_reverb/src/config.h index a579359..9bcf67d 100644 --- a/examples/fxpp_reverb/src/config.h +++ b/examples/fxpp_reverb/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_satur/src/config.h b/examples/fxpp_satur/src/config.h index 09e3887..c3add22 100644 --- a/examples/fxpp_satur/src/config.h +++ b/examples/fxpp_satur/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_slew_lim/src/config.h b/examples/fxpp_slew_lim/src/config.h index dc92b9c..6b211b9 100644 --- a/examples/fxpp_slew_lim/src/config.h +++ b/examples/fxpp_slew_lim/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_svf/src/config.h b/examples/fxpp_svf/src/config.h index 29bbdd5..ffb4050 100644 --- a/examples/fxpp_svf/src/config.h +++ b/examples/fxpp_svf/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_trem/src/config.h b/examples/fxpp_trem/src/config.h index f1a216f..075be67 100644 --- a/examples/fxpp_trem/src/config.h +++ b/examples/fxpp_trem/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_vibrato/src/config.h b/examples/fxpp_vibrato/src/config.h index 4ca1606..1822db9 100644 --- a/examples/fxpp_vibrato/src/config.h +++ b/examples/fxpp_vibrato/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/fxpp_wah/src/config.h b/examples/fxpp_wah/src/config.h index 6b2a59e..ca62951 100644 --- a/examples/fxpp_wah/src/config.h +++ b/examples/fxpp_wah/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synth_mono/src/config.h b/examples/synth_mono/src/config.h index e451a2b..18d4a54 100644 --- a/examples/synth_mono/src/config.h +++ b/examples/synth_mono/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synth_poly/src/config.h b/examples/synth_poly/src/config.h index e215159..880fb96 100644 --- a/examples/synth_poly/src/config.h +++ b/examples/synth_poly/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synth_simple/src/config.h b/examples/synth_simple/src/config.h index d34a618..1e4c60c 100644 --- a/examples/synth_simple/src/config.h +++ b/examples/synth_simple/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synthpp_mono/src/config.h b/examples/synthpp_mono/src/config.h index ae0b7e0..490a7a4 100644 --- a/examples/synthpp_mono/src/config.h +++ b/examples/synthpp_mono/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synthpp_poly/src/config.h b/examples/synthpp_poly/src/config.h index 9d36319..7948e14 100644 --- a/examples/synthpp_poly/src/config.h +++ b/examples/synthpp_poly/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1 diff --git a/examples/synthpp_simple/src/config.h b/examples/synthpp_simple/src/config.h index b31f34a..0222ff9 100644 --- a/examples/synthpp_simple/src/config.h +++ b/examples/synthpp_simple/src/config.h @@ -51,7 +51,7 @@ struct config_parameter { #define COMPANY_MAILTO "mailto:info@orastron.com" #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_OUT 1