From 7170df0afd85a6fefad6ba307536fb12676c1866 Mon Sep 17 00:00:00 2001 From: Rick <53375860+RickTaylor79@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:09:47 +0100 Subject: [PATCH] hue --- .DS_Store | Bin 14340 -> 14340 bytes .../AdditionalSourceCode/nodes/chain26.h | 560 ++ .../AdditionalSourceCode/nodes/factory.cpp | 2 + .../AdditionalSourceCode/nodes/includes.h | 2 + .../AdditionalSourceCode/nodes/modtest1.h | 84 +- .../nodes/xfade_networkdata.h | 20 + Quetzalcoatl/DspNetworks/.DS_Store | Bin 14340 -> 10244 bytes .../DspNetworks/Networks/modtest1.xml | 64 +- Quetzalcoatl/DspNetworks/Networks/xfade.xml | 4703 +++++++++++++++++ .../DspNetworks/UnusedNetworks/.DS_Store | Bin 10244 -> 14340 bytes .../{ => UnusedNetworks}/FilterNew2.xml | 0 .../{ => UnusedNetworks}/FilterNew3.xml | 0 .../{ => UnusedNetworks}/FilterNew4.xml | 0 .../{ => UnusedNetworks}/FilterNew5.xml | 0 .../{ => UnusedNetworks}/FilterNew6.xml | 0 .../{ => UnusedNetworks}/FilterNew7.xml | 0 .../{ => UnusedNetworks}/FilterNew8.xml | 0 .../{ => UnusedNetworks}/Mod10.xml | 0 .../{ => UnusedNetworks}/Mod11.xml | 0 .../{ => UnusedNetworks}/Mod12.xml | 0 .../DspNetworks/{ => UnusedNetworks}/Mod2.xml | 0 .../DspNetworks/{ => UnusedNetworks}/Mod3.xml | 0 .../DspNetworks/{ => UnusedNetworks}/Mod4.xml | 0 .../DspNetworks/{ => UnusedNetworks}/Mod5.xml | 0 .../DspNetworks/{ => UnusedNetworks}/Mod9.xml | 0 .../{ => UnusedNetworks}/modtest.xml | 0 .../{ => UnusedNetworks}/modtest2.xml | 0 .../{ => UnusedNetworks}/modtest3.xml | 0 .../{ => UnusedNetworks}/modtest4.xml | 0 .../{ => UnusedNetworks}/modtest5.xml | 0 .../{ => UnusedNetworks}/modtest6.xml | 0 .../{ => UnusedNetworks}/modtest7.xml | 0 .../{ => UnusedNetworks}/modtest8.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p2.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p3.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p4.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p5.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p6.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p7.xml | 0 .../DspNetworks/{ => UnusedNetworks}/p8.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan2.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan3.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan4.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan5.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan6.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan7.xml | 0 .../DspNetworks/{ => UnusedNetworks}/pan8.xml | 0 .../{ => UnusedNetworks}/xfade2.xml | 0 .../{ => UnusedNetworks}/xfade3.xml | 0 .../{ => UnusedNetworks}/xfade4.xml | 0 .../{ => UnusedNetworks}/xfade5.xml | 0 .../{ => UnusedNetworks}/xfade6.xml | 0 .../{ => UnusedNetworks}/xfade7.xml | 0 .../{ => UnusedNetworks}/xfade8.xml | 0 Quetzalcoatl/DspNetworks/chain26.xml | 576 ++ Quetzalcoatl/Presets/Quetzalcoatl.hip | Bin 762133 -> 749166 bytes .../Quetzalcoatl/Interface.js | 162 +- .../XmlPresetBackups/Quetzalcoatl.xml | 502 +- .../QuetzalcoatlDesktop.xml | 652 +-- 59 files changed, 6455 insertions(+), 872 deletions(-) create mode 100644 Quetzalcoatl/AdditionalSourceCode/nodes/chain26.h create mode 100644 Quetzalcoatl/AdditionalSourceCode/nodes/xfade_networkdata.h create mode 100644 Quetzalcoatl/DspNetworks/Networks/xfade.xml rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew6.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew7.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/FilterNew8.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod10.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod11.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod12.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/Mod9.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest6.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest7.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/modtest8.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p6.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p7.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/p8.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan6.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan7.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/pan8.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade2.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade3.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade4.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade5.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade6.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade7.xml (100%) rename Quetzalcoatl/DspNetworks/{ => UnusedNetworks}/xfade8.xml (100%) create mode 100644 Quetzalcoatl/DspNetworks/chain26.xml diff --git a/.DS_Store b/.DS_Store index 3128f9b005f1ab08d1ce7863c9148feaf11b9668..3897d70115a2097066a5c53ea0d10d6f5c3a56e6 100755 GIT binary patch delta 20 bcmZoEXeromPl?^a$V^AU+C3#T*QK|;$ delta 20 bcmZoEXeromPl?^k*i1*k+-&nxC3#T*QI`hh diff --git a/Quetzalcoatl/AdditionalSourceCode/nodes/chain26.h b/Quetzalcoatl/AdditionalSourceCode/nodes/chain26.h new file mode 100644 index 0000000..3ce8db3 --- /dev/null +++ b/Quetzalcoatl/AdditionalSourceCode/nodes/chain26.h @@ -0,0 +1,560 @@ +#pragma once + +// These will improve the readability of the connection definition + +#define getT(Idx) template get() +#define connectT(Idx, target) template connect(target) +#define getParameterT(Idx) template getParameter() +#define setParameterT(Idx, value) template setParameter(value) +#define setParameterWT(Idx, value) template setWrapParameter(value) +using namespace scriptnode; +using namespace snex; +using namespace snex::Types; + +namespace chain26_impl +{ +// ==============================| Node & Parameter type declarations |============================== + +template +using input_toggle16_t = control::input_toggle, 1>>; +template +using smoothed_parameter1_x4_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using smoothed_parameter17_t = wrap::mod, 2>, + control::smoothed_parameter>>; + +template +using chain_t = container::chain>, + smoothed_parameter17_t, + input_toggle16_t, + routing::event_data_writer>; + +template using input_toggle_t = input_toggle16_t; +template +using smoothed_parameter_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using smoothed_parameter15_t = wrap::mod, 2>, + control::smoothed_parameter>>; + +template +using chain1_t = container::chain>, + smoothed_parameter15_t, + input_toggle_t, + routing::event_data_writer>; + +template using input_toggle1_t = input_toggle16_t; +template +using smoothed_parameter1_t = wrap::mod, 0>, + control::smoothed_parameter>>; + +template +using smoothed_parameter16_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using chain11_t = container::chain>, + smoothed_parameter16_t, + input_toggle1_t, + routing::event_data_writer>; + +template using input_toggle2_t = input_toggle16_t; +template +using smoothed_parameter2_t = wrap::mod, 0>, + control::smoothed_parameter>>; + +template +using smoothed_parameter19_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using chain12_t = container::chain>, + smoothed_parameter19_t, + input_toggle2_t, + routing::event_data_writer>; + +template using input_toggle3_t = input_toggle16_t; +template +using smoothed_parameter3_t = wrap::mod, 0>, + control::smoothed_parameter>>; + +template +using smoothed_parameter20_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using chain13_t = container::chain>, + smoothed_parameter20_t, + input_toggle3_t, + routing::event_data_writer>; + +template using input_toggle4_t = input_toggle16_t; +template +using smoothed_parameter4_t = wrap::mod, 0>, + control::smoothed_parameter>>; + +template +using smoothed_parameter21_t = wrap::mod, 1>, + control::smoothed_parameter>>; + +template +using chain15_t = container::chain>, + smoothed_parameter21_t, + input_toggle4_t, + routing::event_data_writer>; + +using smoothed_parameter5_mod = parameter::plain, + 0>; +template +using smoothed_parameter5_t = wrap::mod>>; + +using smoothed_parameter22_mod = parameter::plain, + 1>; +template +using smoothed_parameter22_t = wrap::mod>>; + +template +using chain16_t = container::chain>, + smoothed_parameter22_t, + control::input_toggle, + routing::event_data_writer>; + +using smoothed_parameter6_mod = smoothed_parameter5_mod; +template +using smoothed_parameter6_t = wrap::mod>>; + +using smoothed_parameter23_mod = smoothed_parameter22_mod; +template +using smoothed_parameter23_t = wrap::mod>>; + +template +using chain17_t = container::chain>, + smoothed_parameter23_t, + control::input_toggle, + routing::event_data_writer>; + +template +using split_t = container::split>, + chain1_t, + chain11_t, + chain12_t, + chain13_t, + chain15_t, + chain16_t, + chain17_t>; + +namespace chain26_t_parameters +{ +// Parameter list for chain26_impl::chain26_t ------------------------------------------------------ + +template +using Smooth = parameter::chain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>, + parameter::plain, 1>>; + +template +using SmoothType = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in1 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in2 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in3 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in4 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in5 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in6 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in7 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using in8 = parameter::chain, 0>, + parameter::plain, 0>>; + +template +using chain26_t_plist = parameter::list, + SmoothType, + in1, + in2, + in3, + in4, + in5, + in6, + in7, + in8>; +} + +template +using chain26_t_ = container::chain, + wrap::fix<1, split_t>>; + +// =================================| Root node initialiser class |================================= + +template struct instance: public chain26_impl::chain26_t_ +{ + + struct metadata + { + static const int NumTables = 0; + static const int NumSliderPacks = 0; + static const int NumAudioFiles = 0; + static const int NumFilters = 0; + static const int NumDisplayBuffers = 0; + + SNEX_METADATA_ID(chain26); + SNEX_METADATA_NUM_CHANNELS(1); + SNEX_METADATA_ENCODED_PARAMETERS(152) + { + 0x005B, 0x0000, 0x5300, 0x6F6D, 0x746F, 0x0068, 0xCCCD, 0x3DCC, + 0x0000, 0x447A, 0x0000, 0x3F80, 0x0000, 0x3F80, 0xCCCD, 0x3DCC, + 0x015B, 0x0000, 0x5300, 0x6F6D, 0x746F, 0x5468, 0x7079, 0x0065, + 0x0000, 0x0000, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x3F80, + 0x0000, 0x3F80, 0x025B, 0x0000, 0x6900, 0x316E, 0x0000, 0x0000, + 0x0000, 0x8000, 0x003F, 0x8000, 0x003F, 0x8000, 0x003F, 0x0000, + 0x5B00, 0x0003, 0x0000, 0x6E69, 0x0032, 0x0000, 0x0000, 0x0000, + 0x3F80, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x0000, 0x045B, + 0x0000, 0x6900, 0x336E, 0x0000, 0x0000, 0x0000, 0x8000, 0x003F, + 0x8000, 0x003F, 0x8000, 0x003F, 0x0000, 0x5B00, 0x0005, 0x0000, + 0x6E69, 0x0034, 0x0000, 0x0000, 0x0000, 0x3F80, 0x0000, 0x3F80, + 0x0000, 0x3F80, 0x0000, 0x0000, 0x065B, 0x0000, 0x6900, 0x356E, + 0x0000, 0x0000, 0x0000, 0x8000, 0x003F, 0x8000, 0x003F, 0x8000, + 0x003F, 0x0000, 0x5B00, 0x0007, 0x0000, 0x6E69, 0x0036, 0x0000, + 0x0000, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, + 0x0000, 0x085B, 0x0000, 0x6900, 0x376E, 0x0000, 0x0000, 0x0000, + 0x8000, 0x003F, 0x8000, 0x003F, 0x8000, 0x003F, 0x0000, 0x5B00, + 0x0009, 0x0000, 0x6E69, 0x0038, 0x0000, 0x0000, 0x0000, 0x3F80, + 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x0000, 0x0000, 0x0000 + }; + }; + + instance() + { + // Node References ------------------------------------------------------------------------- + + auto& split = this->getT(0); // chain26_impl::split_t + auto& chain = this->getT(0).getT(0); // chain26_impl::chain_t + auto& smoothed_parameter1_x4 = this->getT(0).getT(0).getT(0); // chain26_impl::smoothed_parameter1_x4_t + auto& smoothed_parameter17 = this->getT(0).getT(0).getT(1); // chain26_impl::smoothed_parameter17_t + auto& input_toggle16 = this->getT(0).getT(0).getT(2); // chain26_impl::input_toggle16_t + auto& event_data_writer = this->getT(0).getT(0).getT(3); // routing::event_data_writer + auto& chain1 = this->getT(0).getT(1); // chain26_impl::chain1_t + auto& smoothed_parameter = this->getT(0).getT(1).getT(0); // chain26_impl::smoothed_parameter_t + auto& smoothed_parameter15 = this->getT(0).getT(1).getT(1); // chain26_impl::smoothed_parameter15_t + auto& input_toggle = this->getT(0).getT(1).getT(2); // chain26_impl::input_toggle_t + auto& event_data_writer1 = this->getT(0).getT(1).getT(3); // routing::event_data_writer + auto& chain11 = this->getT(0).getT(2); // chain26_impl::chain11_t + auto& smoothed_parameter1 = this->getT(0).getT(2).getT(0); // chain26_impl::smoothed_parameter1_t + auto& smoothed_parameter16 = this->getT(0).getT(2).getT(1); // chain26_impl::smoothed_parameter16_t + auto& input_toggle1 = this->getT(0).getT(2).getT(2); // chain26_impl::input_toggle1_t + auto& event_data_writer3 = this->getT(0).getT(2).getT(3); // routing::event_data_writer + auto& chain12 = this->getT(0).getT(3); // chain26_impl::chain12_t + auto& smoothed_parameter2 = this->getT(0).getT(3).getT(0); // chain26_impl::smoothed_parameter2_t + auto& smoothed_parameter19 = this->getT(0).getT(3).getT(1); // chain26_impl::smoothed_parameter19_t + auto& input_toggle2 = this->getT(0).getT(3).getT(2); // chain26_impl::input_toggle2_t + auto& event_data_writer4 = this->getT(0).getT(3).getT(3); // routing::event_data_writer + auto& chain13 = this->getT(0).getT(4); // chain26_impl::chain13_t + auto& smoothed_parameter3 = this->getT(0).getT(4).getT(0); // chain26_impl::smoothed_parameter3_t + auto& smoothed_parameter20 = this->getT(0).getT(4).getT(1); // chain26_impl::smoothed_parameter20_t + auto& input_toggle3 = this->getT(0).getT(4).getT(2); // chain26_impl::input_toggle3_t + auto& event_data_writer5 = this->getT(0).getT(4).getT(3); // routing::event_data_writer + auto& chain15 = this->getT(0).getT(5); // chain26_impl::chain15_t + auto& smoothed_parameter4 = this->getT(0).getT(5).getT(0); // chain26_impl::smoothed_parameter4_t + auto& smoothed_parameter21 = this->getT(0).getT(5).getT(1); // chain26_impl::smoothed_parameter21_t + auto& input_toggle4 = this->getT(0).getT(5).getT(2); // chain26_impl::input_toggle4_t + auto& event_data_writer6 = this->getT(0).getT(5).getT(3); // routing::event_data_writer + auto& chain16 = this->getT(0).getT(6); // chain26_impl::chain16_t + auto& smoothed_parameter5 = this->getT(0).getT(6).getT(0); // chain26_impl::smoothed_parameter5_t + auto& smoothed_parameter22 = this->getT(0).getT(6).getT(1); // chain26_impl::smoothed_parameter22_t + auto& input_toggle5 = this->getT(0).getT(6).getT(2); // control::input_toggle + auto& event_data_writer7 = this->getT(0).getT(6).getT(3); // routing::event_data_writer + auto& chain17 = this->getT(0).getT(7); // chain26_impl::chain17_t + auto& smoothed_parameter6 = this->getT(0).getT(7).getT(0); // chain26_impl::smoothed_parameter6_t + auto& smoothed_parameter23 = this->getT(0).getT(7).getT(1); // chain26_impl::smoothed_parameter23_t + auto& input_toggle6 = this->getT(0).getT(7).getT(2); // control::input_toggle + auto& event_data_writer8 = this->getT(0).getT(7).getT(3); // routing::event_data_writer + + // Parameter Connections ------------------------------------------------------------------- + + auto& Smooth_p = this->getParameterT(0); + Smooth_p.connectT(0, smoothed_parameter1_x4); // Smooth -> smoothed_parameter1_x4::SmoothingTime + Smooth_p.connectT(1, smoothed_parameter17); // Smooth -> smoothed_parameter17::SmoothingTime + Smooth_p.connectT(2, smoothed_parameter); // Smooth -> smoothed_parameter::SmoothingTime + Smooth_p.connectT(3, smoothed_parameter15); // Smooth -> smoothed_parameter15::SmoothingTime + Smooth_p.connectT(4, smoothed_parameter16); // Smooth -> smoothed_parameter16::SmoothingTime + Smooth_p.connectT(5, smoothed_parameter19); // Smooth -> smoothed_parameter19::SmoothingTime + Smooth_p.connectT(6, smoothed_parameter20); // Smooth -> smoothed_parameter20::SmoothingTime + Smooth_p.connectT(7, smoothed_parameter21); // Smooth -> smoothed_parameter21::SmoothingTime + Smooth_p.connectT(8, smoothed_parameter22); // Smooth -> smoothed_parameter22::SmoothingTime + Smooth_p.connectT(9, smoothed_parameter23); // Smooth -> smoothed_parameter23::SmoothingTime + + auto& SmoothType_p = this->getParameterT(1); + SmoothType_p.connectT(0, input_toggle16); // SmoothType -> input_toggle16::Input + SmoothType_p.connectT(1, input_toggle); // SmoothType -> input_toggle::Input + + auto& in1_p = this->getParameterT(2); + in1_p.connectT(0, smoothed_parameter1_x4); // in1 -> smoothed_parameter1_x4::Value + in1_p.connectT(1, smoothed_parameter17); // in1 -> smoothed_parameter17::Value + + auto& in2_p = this->getParameterT(3); + in2_p.connectT(0, smoothed_parameter); // in2 -> smoothed_parameter::Value + in2_p.connectT(1, smoothed_parameter15); // in2 -> smoothed_parameter15::Value + + auto& in3_p = this->getParameterT(4); + in3_p.connectT(0, smoothed_parameter1); // in3 -> smoothed_parameter1::Value + in3_p.connectT(1, smoothed_parameter16); // in3 -> smoothed_parameter16::Value + + auto& in4_p = this->getParameterT(5); + in4_p.connectT(0, smoothed_parameter2); // in4 -> smoothed_parameter2::Value + in4_p.connectT(1, smoothed_parameter19); // in4 -> smoothed_parameter19::Value + + auto& in5_p = this->getParameterT(6); + in5_p.connectT(0, smoothed_parameter3); // in5 -> smoothed_parameter3::Value + in5_p.connectT(1, smoothed_parameter20); // in5 -> smoothed_parameter20::Value + + auto& in6_p = this->getParameterT(7); + in6_p.connectT(0, smoothed_parameter4); // in6 -> smoothed_parameter4::Value + in6_p.connectT(1, smoothed_parameter21); // in6 -> smoothed_parameter21::Value + + auto& in7_p = this->getParameterT(8); + in7_p.connectT(0, smoothed_parameter5); // in7 -> smoothed_parameter5::Value + in7_p.connectT(1, smoothed_parameter22); // in7 -> smoothed_parameter22::Value + + auto& in8_p = this->getParameterT(9); + in8_p.connectT(0, smoothed_parameter6); // in8 -> smoothed_parameter6::Value + in8_p.connectT(1, smoothed_parameter23); // in8 -> smoothed_parameter23::Value + + // Modulation Connections ------------------------------------------------------------------ + + input_toggle16.getWrappedObject().getParameter().connectT(0, event_data_writer); // input_toggle16 -> event_data_writer::Value + smoothed_parameter1_x4.getParameter().connectT(0, input_toggle16); // smoothed_parameter1_x4 -> input_toggle16::Value1 + smoothed_parameter17.getParameter().connectT(0, input_toggle16); // smoothed_parameter17 -> input_toggle16::Value2 + input_toggle.getWrappedObject().getParameter().connectT(0, event_data_writer1); // input_toggle -> event_data_writer1::Value + smoothed_parameter.getParameter().connectT(0, input_toggle); // smoothed_parameter -> input_toggle::Value1 + smoothed_parameter15.getParameter().connectT(0, input_toggle); // smoothed_parameter15 -> input_toggle::Value2 + input_toggle1.getWrappedObject().getParameter().connectT(0, event_data_writer3); // input_toggle1 -> event_data_writer3::Value + smoothed_parameter1.getParameter().connectT(0, input_toggle1); // smoothed_parameter1 -> input_toggle1::Input + smoothed_parameter16.getParameter().connectT(0, input_toggle1); // smoothed_parameter16 -> input_toggle1::Value1 + input_toggle2.getWrappedObject().getParameter().connectT(0, event_data_writer4); // input_toggle2 -> event_data_writer4::Value + smoothed_parameter2.getParameter().connectT(0, input_toggle2); // smoothed_parameter2 -> input_toggle2::Input + smoothed_parameter19.getParameter().connectT(0, input_toggle2); // smoothed_parameter19 -> input_toggle2::Value1 + input_toggle3.getWrappedObject().getParameter().connectT(0, event_data_writer5); // input_toggle3 -> event_data_writer5::Value + smoothed_parameter3.getParameter().connectT(0, input_toggle3); // smoothed_parameter3 -> input_toggle3::Input + smoothed_parameter20.getParameter().connectT(0, input_toggle3); // smoothed_parameter20 -> input_toggle3::Value1 + input_toggle4.getWrappedObject().getParameter().connectT(0, event_data_writer6); // input_toggle4 -> event_data_writer6::Value + smoothed_parameter4.getParameter().connectT(0, input_toggle4); // smoothed_parameter4 -> input_toggle4::Input + smoothed_parameter21.getParameter().connectT(0, input_toggle4); // smoothed_parameter21 -> input_toggle4::Value1 + smoothed_parameter5.getParameter().connectT(0, input_toggle5); // smoothed_parameter5 -> input_toggle5::Input + smoothed_parameter22.getParameter().connectT(0, input_toggle5); // smoothed_parameter22 -> input_toggle5::Value1 + smoothed_parameter6.getParameter().connectT(0, input_toggle6); // smoothed_parameter6 -> input_toggle6::Input + smoothed_parameter23.getParameter().connectT(0, input_toggle6); // smoothed_parameter23 -> input_toggle6::Value1 + + // Default Values -------------------------------------------------------------------------- + + ; // smoothed_parameter1_x4::Value is automated + ; // smoothed_parameter1_x4::SmoothingTime is automated + smoothed_parameter1_x4.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter17::Value is automated + ; // smoothed_parameter17::SmoothingTime is automated + smoothed_parameter17.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle16::Input is automated + ; // input_toggle16::Value1 is automated + ; // input_toggle16::Value2 is automated + + event_data_writer.setParameterT(0, 8.); // routing::event_data_writer::SlotIndex + ; // event_data_writer::Value is automated + + ; // smoothed_parameter::Value is automated + ; // smoothed_parameter::SmoothingTime is automated + smoothed_parameter.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter15::Value is automated + ; // smoothed_parameter15::SmoothingTime is automated + smoothed_parameter15.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle::Input is automated + ; // input_toggle::Value1 is automated + ; // input_toggle::Value2 is automated + + event_data_writer1.setParameterT(0, 9.); // routing::event_data_writer::SlotIndex + ; // event_data_writer1::Value is automated + + ; // smoothed_parameter1::Value is automated + smoothed_parameter1.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter1.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter16::Value is automated + ; // smoothed_parameter16::SmoothingTime is automated + smoothed_parameter16.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle1::Input is automated + ; // input_toggle1::Value1 is automated + input_toggle1.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer3.setParameterT(0, 10.); // routing::event_data_writer::SlotIndex + ; // event_data_writer3::Value is automated + + ; // smoothed_parameter2::Value is automated + smoothed_parameter2.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter2.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter19::Value is automated + ; // smoothed_parameter19::SmoothingTime is automated + smoothed_parameter19.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle2::Input is automated + ; // input_toggle2::Value1 is automated + input_toggle2.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer4.setParameterT(0, 11.); // routing::event_data_writer::SlotIndex + ; // event_data_writer4::Value is automated + + ; // smoothed_parameter3::Value is automated + smoothed_parameter3.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter3.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter20::Value is automated + ; // smoothed_parameter20::SmoothingTime is automated + smoothed_parameter20.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle3::Input is automated + ; // input_toggle3::Value1 is automated + input_toggle3.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer5.setParameterT(0, 12.); // routing::event_data_writer::SlotIndex + ; // event_data_writer5::Value is automated + + ; // smoothed_parameter4::Value is automated + smoothed_parameter4.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter4.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter21::Value is automated + ; // smoothed_parameter21::SmoothingTime is automated + smoothed_parameter21.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle4::Input is automated + ; // input_toggle4::Value1 is automated + input_toggle4.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer6.setParameterT(0, 13.); // routing::event_data_writer::SlotIndex + ; // event_data_writer6::Value is automated + + ; // smoothed_parameter5::Value is automated + smoothed_parameter5.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter5.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter22::Value is automated + ; // smoothed_parameter22::SmoothingTime is automated + smoothed_parameter22.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle5::Input is automated + ; // input_toggle5::Value1 is automated + input_toggle5.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer7.setParameterT(0, 14.); // routing::event_data_writer::SlotIndex + event_data_writer7.setParameterT(1, 0.); // routing::event_data_writer::Value + + ; // smoothed_parameter6::Value is automated + smoothed_parameter6.setParameterT(1, 100.); // control::smoothed_parameter::SmoothingTime + smoothed_parameter6.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // smoothed_parameter23::Value is automated + ; // smoothed_parameter23::SmoothingTime is automated + smoothed_parameter23.setParameterT(2, 1.); // control::smoothed_parameter::Enabled + + ; // input_toggle6::Input is automated + ; // input_toggle6::Value1 is automated + input_toggle6.setParameterT(2, 0.); // control::input_toggle::Value2 + + event_data_writer8.setParameterT(0, 15.); // routing::event_data_writer::SlotIndex + event_data_writer8.setParameterT(1, 0.); // routing::event_data_writer::Value + + this->setParameterT(0, 1.); + this->setParameterT(1, 1.); + this->setParameterT(2, 1.); + this->setParameterT(3, 1.); + this->setParameterT(4, 1.); + this->setParameterT(5, 1.); + this->setParameterT(6, 1.); + this->setParameterT(7, 1.); + this->setParameterT(8, 1.); + this->setParameterT(9, 1.); + } + + static constexpr bool isPolyphonic() { return NV > 1; }; + + static constexpr bool isProcessingHiseEvent() { return true; }; + + static constexpr bool hasTail() { return false; }; + + static constexpr bool isSuspendedOnSilence() { return true; }; +}; +} + +#undef getT +#undef connectT +#undef setParameterT +#undef setParameterWT +#undef getParameterT +// ======================================| Public Definition |====================================== + +namespace project +{ +// polyphonic template declaration + +template +using chain26 = wrap::node>; +} + + diff --git a/Quetzalcoatl/AdditionalSourceCode/nodes/factory.cpp b/Quetzalcoatl/AdditionalSourceCode/nodes/factory.cpp index 09d5a15..81f1949 100644 --- a/Quetzalcoatl/AdditionalSourceCode/nodes/factory.cpp +++ b/Quetzalcoatl/AdditionalSourceCode/nodes/factory.cpp @@ -27,6 +27,7 @@ struct Factory: public scriptnode::dll::StaticLibraryHostFactory TempoSyncer::initTempoData(); // Node registrations --------------------------------------------------------------- + registerPolyNode, project::chain26>(); registerPolyNode, project::FilterNew>(); registerPolyNode, project::Mod1>(); registerPolyNode, wrap::illegal_poly>>(); @@ -80,6 +81,7 @@ struct Factory: public scriptnode::dll::StaticLibraryHostFactory registerDataNode(); registerDataNode(); registerDataNode(); + registerDataNode(); registerDataNode(); registerDataNode(); } diff --git a/Quetzalcoatl/AdditionalSourceCode/nodes/includes.h b/Quetzalcoatl/AdditionalSourceCode/nodes/includes.h index 6ff11e2..6eb66f9 100644 --- a/Quetzalcoatl/AdditionalSourceCode/nodes/includes.h +++ b/Quetzalcoatl/AdditionalSourceCode/nodes/includes.h @@ -12,6 +12,7 @@ #include "Averb_networkdata.h" #include "CableText1_networkdata.h" #include "cbtes_networkdata.h" +#include "chain26.h" #include "Cho_networkdata.h" #include "eventin_networkdata.h" #include "EventOut_networkdata.h" @@ -59,6 +60,7 @@ #include "xfade6.h" #include "xfade7.h" #include "xfade8.h" +#include "xfade_networkdata.h" #include "_8Delay_networkdata.h" #include "_8sine_networkdata.h" #include "_networkdata.h" diff --git a/Quetzalcoatl/AdditionalSourceCode/nodes/modtest1.h b/Quetzalcoatl/AdditionalSourceCode/nodes/modtest1.h index 6f8c76b..ede4133 100644 --- a/Quetzalcoatl/AdditionalSourceCode/nodes/modtest1.h +++ b/Quetzalcoatl/AdditionalSourceCode/nodes/modtest1.h @@ -707,26 +707,15 @@ using chain46_t = container::chain using chain23_t = container::chain>, - wrap::no_process>, math::mod2sig, math::sin>; template using chain8_t = container::chain>>, - wrap::no_process>, - wrap::no_process>, - wrap::no_process>, - wrap::no_process>, - wrap::no_process>, - wrap::no_process>, - wrap::no_process>, - math::rect>; + wrap::fix<1, math::rect>>; -template using chain5_t = container::chain>>, - wrap::no_process>>; + wrap::fix<1, core::empty>>; using peak5_t = wrap::no_data; template @@ -760,7 +749,7 @@ template using branch_t = container::branch>, chain8_t, - chain5_t, + chain5_t, chain41_t, chain32_t, chain20_t, @@ -768,8 +757,7 @@ using branch_t = container::branch>; -using chain1_t = container::chain>; +using chain1_t = chain5_t; template using chain29_t = container::chain, template using trigmode = parameter::chain>; -DECLARE_PARAMETER_RANGE_STEP(OUTPUTRange, - 0., - 7., - 1.); - -using OUTPUT = parameter::from0To1; - template using TempoMod = parameter::plain, 1>; @@ -999,6 +978,8 @@ using out = parameter::empty; template using oneshot = parameter::plain, 1>; +using OUTPUT = parameter::plain; template using modtest1_t_plist = parameter::list, TempoMod, @@ -1061,7 +1042,7 @@ template struct instance: public modtest1_impl::modtest1_t_ 0x0000, 0x5B00, 0x0003, 0x0000, 0x6944, 0x0076, 0x0000, 0x3F80, 0x0000, 0x4200, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x3F80, 0x045B, 0x0000, 0x5300, 0x6168, 0x6570, 0x0000, 0x0000, 0x0000, - 0xE000, 0x3340, 0xB333, 0x0040, 0x8000, 0xCD3F, 0xCCCC, 0x5B3D, + 0xE000, 0x0040, 0x0000, 0x0000, 0x8000, 0xCD3F, 0xCCCC, 0x5B3D, 0x0005, 0x0000, 0x6F4D, 0x6964, 0x6966, 0x7265, 0x0073, 0x0000, 0x0000, 0x0000, 0x4080, 0x0000, 0x0000, 0x0000, 0x3F80, 0xCCCD, 0x3DCC, 0x065B, 0x0000, 0x4D00, 0x646F, 0x6669, 0x7265, 0x6853, @@ -1073,13 +1054,13 @@ template struct instance: public modtest1_impl::modtest1_t_ 0x6168, 0x6570, 0x6F4D, 0x5364, 0x6372, 0x0000, 0x0000, 0x0000, 0x8000, 0x9641, 0x8213, 0x003F, 0x8000, 0x003F, 0x0000, 0x5B00, 0x0009, 0x0000, 0x756F, 0x0074, 0x0000, 0x0000, 0x0000, 0x4180, - 0x0000, 0x3F80, 0x0000, 0x3F80, 0x0000, 0x0000, 0x0A5B, 0x0000, + 0x0C4A, 0x3F82, 0x0000, 0x3F80, 0x0000, 0x0000, 0x0A5B, 0x0000, 0x7400, 0x6972, 0x6D67, 0x646F, 0x0065, 0x0000, 0x0000, 0x0000, 0x4190, 0x0000, 0x3F80, 0x0000, 0x3F80, 0xCCCD, 0x3DCC, 0x0B5B, 0x0000, 0x6F00, 0x656E, 0x6873, 0x746F, 0x0000, 0x0000, 0x0000, 0x8000, 0x003F, 0x0000, 0x0000, 0x8000, 0x003F, 0x0000, 0x5B00, 0x000C, 0x0000, 0x554F, 0x5054, 0x5455, 0x0000, 0x0000, 0x0000, - 0x8000, 0x003F, 0x8000, 0x003F, 0x8000, 0x003F, 0x0000, 0x0000 + 0xE000, 0x0040, 0x0000, 0x0000, 0x8000, 0x003F, 0x8000, 0x003F }; }; @@ -1250,22 +1231,11 @@ template struct instance: public modtest1_impl::modtest1_t_ auto& branch = this->getT(9); // modtest1_impl::branch_t auto& chain23 = this->getT(9).getT(0); // modtest1_impl::chain23_t auto& pi5 = this->getT(9).getT(0).getT(0); // math::pi - auto& sig2mod5 = this->getT(9).getT(0).getT(1); // wrap::no_process> - auto& mod2sig5 = this->getT(9).getT(0).getT(2); // math::mod2sig - auto& sin5 = this->getT(9).getT(0).getT(3); // math::sin + auto& mod2sig5 = this->getT(9).getT(0).getT(1); // math::mod2sig + auto& sin5 = this->getT(9).getT(0).getT(2); // math::sin auto& chain8 = this->getT(9).getT(1); // modtest1_impl::chain8_t - auto& pi2 = this->getT(9).getT(1).getT(0); // wrap::no_process> - auto& mod2sig1 = this->getT(9).getT(1).getT(1); // wrap::no_process> - auto& sig2mod = this->getT(9).getT(1).getT(2); // wrap::no_process> - auto& pi1 = this->getT(9).getT(1).getT(3); // wrap::no_process> - auto& clip1 = this->getT(9).getT(1).getT(4); // wrap::no_process> - auto& sin1 = this->getT(9).getT(1).getT(5); // wrap::no_process> - auto& square1 = this->getT(9).getT(1).getT(6); // wrap::no_process> - auto& sqrt = this->getT(9).getT(1).getT(7); // wrap::no_process> - auto& rect1 = this->getT(9).getT(1).getT(8); // math::rect - auto& chain5 = this->getT(9).getT(2); // modtest1_impl::chain5_t - auto& sig2mod4 = this->getT(9).getT(2).getT(0); // wrap::no_process> - auto& mod2sig = this->getT(9).getT(2).getT(1); // wrap::no_process> + auto& rect1 = this->getT(9).getT(1).getT(0); // math::rect + auto& chain5 = this->getT(9).getT(2); // modtest1_impl::chain5_t auto& chain41 = this->getT(9).getT(3); // modtest1_impl::chain41_t auto& clear13 = this->getT(9).getT(3).getT(0); // wrap::no_process> auto& expr7 = this->getT(9).getT(3).getT(1); // math::expr @@ -1653,34 +1623,12 @@ template struct instance: public modtest1_impl::modtest1_t_ pi5.setParameterT(0, 0.495527); // math::pi::Value - sig2mod5.setParameterT(0, 0.); // math::sig2mod::Value - mod2sig5.setParameterT(0, 0.0554316); // math::mod2sig::Value sin5.setParameterT(0, 1.); // math::sin::Value - pi2.setParameterT(0, 1.); // math::pi::Value - - mod2sig1.setParameterT(0, 0.); // math::mod2sig::Value - - sig2mod.setParameterT(0, 0.); // math::sig2mod::Value - - pi1.setParameterT(0, 0.49445); // math::pi::Value - - clip1.setParameterT(0, 1.); // math::clip::Value - - sin1.setParameterT(0, 1.); // math::sin::Value - - square1.setParameterT(0, 0.); // math::square::Value - - sqrt.setParameterT(0, 0.135992); // math::sqrt::Value - rect1.setParameterT(0, 0.166743); // math::rect::Value - sig2mod4.setParameterT(0, 0.); // math::sig2mod::Value - - mod2sig.setParameterT(0, 0.); // math::mod2sig::Value - clear13.setParameterT(0, 0.); // math::clear::Value ; // expr7::Value is automated @@ -1750,15 +1698,15 @@ template struct instance: public modtest1_impl::modtest1_t_ this->setParameterT(1, 0.00185413); this->setParameterT(2, 1.); this->setParameterT(3, 1.); - this->setParameterT(4, 5.6); + this->setParameterT(4, 0.); this->setParameterT(5, 0.); this->setParameterT(6, 0.232792); this->setParameterT(7, 0.000183472); this->setParameterT(8, 1.01622); - this->setParameterT(9, 1.); + this->setParameterT(9, 1.016); this->setParameterT(10, 1.); this->setParameterT(11, 0.); - this->setParameterT(12, 1.); + this->setParameterT(12, 0.); this->setExternalData({}, -1); } ~instance() override diff --git a/Quetzalcoatl/AdditionalSourceCode/nodes/xfade_networkdata.h b/Quetzalcoatl/AdditionalSourceCode/nodes/xfade_networkdata.h new file mode 100644 index 0000000..66a926b --- /dev/null +++ b/Quetzalcoatl/AdditionalSourceCode/nodes/xfade_networkdata.h @@ -0,0 +1,20 @@ +namespace project +{ + +struct xfade_networkdata: public scriptnode::dll::InterpretedNetworkData +{ + String getId() const override + { + return "xfade"; + } + bool isModNode() const override + { + return false; + } + String getNetworkData() const override + { + return "5041.nT6K8CJDmI..b0G.p7FDSrBvR2lCOKFM4V+VRn0s2l+GC3WbODFgH.uhHhHRWDdcIKTp..kvEW8.qjc.iEPQA7O.U33XxE2GOcCGTGdvFhngFY.DZzZ1FbfdPPTXgPfMgyxjGDFMf33rVOUOSvjmTlKSaHgSFHVUwBi.SzXbxc6xFs.qXYtRZyiHuIvFvhBdvwSJjGLTfE.FaswFgH5iLupOTjwVrToBma2k5ExkMc7pl5fcARQ2LnKnOWx.cAKOLXl1n5MB0CHXlhpdj1bRUjkIoGGXV.MwwIQUTuLSTCHBJ5BC.LycHnHvXqEV8bYpZSDVmHkIpRZCGLKPHv.vBM4giMROb.SDGR333ngzDk.dtjgwbnDX.McgYwZsV6xpHhUVEIkQCixDKMQ3rPJNq2kmNzP8pdWdnd7njIRfdZz7j4DIrvD8PhEMndXhdpvLYgY.mEIUOdbB0TkkmJvbVOnoNbbdVv7jh9.SFfv7xnYyGqlTzCHZdrvRiFloHMTONrPlDNKKQXlHIyIRSdTxjjTDVOnGQLgQgyZBWf4r7.0TIUuNBfAOAPU7tDAxHXh9fQAaDatEaHFLrWqLWdzfCnddXhv.S.MXyTA5QR0zzEMrELAEPOHoIJb3D+70bcMGtG38lWMWKJOEJnLQECvHEF2Z14t0jJB.MgMgDNUTvR5wBGzbgJgngsXVngnQh0ZszKa5fQfHXUYNeQLo.H0iE.RrTEUhlJgTIxjFlGrLIERk2jHQXWfUnCLliP3ouyIpIxHhLqAyTP6oeA0ySRC0SDQ1HgSdjxnIZBoDNZ7nBP5gmWFmIAS0tUOSNaDWF4V1RskqykqS+G0OcugTjttripFHDzCiBGzzk9YW5xOW1ENKpMSRSaLfDzXEomPljFgU.JZJE7.RfnaYIp5o5CFkpIoOZjA.VDHkHbzXDLQUalnXLvodPOOpJOUOPUpv7.wigAlfv8f0xjQFYppR0lLXhXEHyEIVv7PEBKPlH6Yi4t27WlSNSeyd4M2LSdSm4EB5gAfO3PCLVKwu5m35s00uyMuqpZhZu+ls86M0EQs0LycycyLybSb8ESLyrsoS6sksLyWSW404TV08edUUW2ycaLi+QsaaEqSemaccemp+xt2x.5Q8r4Cevpf2lpuK8Gauwsa4W2Leuot2adymYUUcyL+T0OwLyzaMLQz45z4ZYCy3eN+24bo+UjX396rSQo39ioygNuULSDrVU6OYG2tkJ6xsUFiLh0KyIfbglXKcMiwxhkEN72Z295NLmL2Z26h6xIxlfYUaopJtaltLylpMR.LiJbHFQ3vC.CDordGGpWUDUIHnSObPISgGKcyIVJSzNxt+e+6m+80Oe7auye281Y2gaacu+7qO9N281Y24quq62+Yu2c8e6ecd2c4e2W8c2c0eyOcc0cW721idtYF65788lu3t3591tqsssssk80886MCIMQhlGEIfvBvu65pmN5M20e6c2bus1YicqeUSc8za92cuc1X2524Tcc069eUSGctcUUs4pq2tUU0uUuaVYU0tUtyd0UUcaUarUUUMaE6VqZpo1Z8c8y6CSjloMXTbMQ9Ymal4kUNYjara+02d404bSmyrxH61d40QEU0w5yN2zlpNqM2rKyj4kY9yOUN4k8zyDFOpSUdciFRFQ.D..PB.ieI..JvnhhhjSIgdcLFbPgGF.3..FDFff.fAGFbP.fD.F.H.BBv...FDH..FXHgiFRNl99AvAFQtTi8W7syTlmKCqCvFjm1VcWPZdEydW5O5ejrfb16o16bjdcYjD5PjtcYjD5PjtcYjD5PjtcgRhuR0m0hJQkrRrRTIpjUhJ2c8sEJuVK5vXtpgpnDxADlHcASxj3P7Ru3.GCdQ4I3SDDGcOgWEE4+wHXCuH.B2BBO6r2vKph1aLC1vJBhvD4aptnQIZ8BW2qfhi8wBi3ZwHDWQ3OpEHMncKbbu.TbXOVBD2JpQPv3h.EdenCcrgAAh055pHbtDpmOMJ5ivDITkICK6ZgXrVCEcmlj+Z5EPr.lZzjD3kQJ3p8ofRZqSizq6QRpCizoKQRrCizoKQRrCiz0EJI3kp9WqpDqDUhJYkXknRpT28GWJdspnAispVhQYIOHTEWH75onbL.ilIdoHxs8dFd4TzxXArEpnAxT.RrasmwKOE8N1.aPEQCEWgHvps8Ld4TzOFKOOAEORnJBNs02PzDtBT..T4zYmEw3NFvUjULHoEhG0QKWfI2JJcEaGqArWC0JmVEgeD.LQ5MbzzfXvaXbCccUQD9VgBZSqj9ltC.VfoFUN6cYRwwkp6RKSUVeZUqcQfEOJKiSPCTesq5EguMIRjFFImMIRjFFImMIRjFFImlSI1KHUTrA1.knRnrnK7nZXIpF5lp1RxqfhOdLEzpTrAoADptk.uzK9+wfqXXxwEgW616hdAllSXzyXnFCQ7JH7nR9dSURnS.k2qBSFcoiEUoGi1RvDorZgcJLNUhv7.J+NkVLjXdEkKoUDNVJrnrWMzcnJ6u.EI6nyilYCUiMxtkhvJtP9RWZ2vf2.YW47XMf+TnLJ3tnmRKDHUlwa6pW0MHxDcEY1MnkL53P3ZIE3Xo0KKgGrrn9zd3B7BJHwcJHOcpWV+JdNwbN75OkswTKXdxAtxDhr7g4CxxmkuowzauAxfMOb0fh9JhB9MDhVkuhusxRWHVBKgkrJppIcE69gKpWpEgFCaTZwCBkKZubJJiApnABgHXkxdVubJpGCtnABUPvH0dVd4UTFCTQCDhH3l27guhMxCp6UNCxbowrWQ2H5MwIQnWAhU6wYb.UT2VSi3bLntcMJWKQPWJD3UHNnceigLXpAlkt0zKUuvi0fw7ot1fBi5kwTxz.U9PTWQHpxvkKRWQ04I4Ejhi7Rg5t7UYBYPWgQzsJiYK+bkAhjplJWwjBbcUF4JmTAiSvfoXBAFex7ghg2Fidj4ujibUADx3ihWfxVspghgx7cUjcfig3KwCfAvoi76J7ebYkORV4thyRvFXh1XqisFZTY4DDZ8jUrQ6tckJtPYDPkVHevPscLzB0FUXiSmBDzUzmf5hPJzg5NHT6FxJ33Dioa3hQHVLcNTjwUhVNFglsgzcfPUa3xxHnGi1vuw+ZgzGJHcqPtztmo+IRYU8oRu1izfUFizUkSwS60b8g6ewyOQjqUN7I5Ap0d9LQWJEgDKWbJoeQpV4HpUgOnGW5YSWAEQDqTrAgIBFAH9lVwYMYTndViP5VfrRGunOS3q+.WZ3rBJ+XV6hlU.FeJ4UsXmrBkMxvrhiDcWVotYY2bPkUvCxwIqbxlAbCUGCts7i0zXx8f1+Yfs3iSNzUGP.Fab9BX6oyGx3SmOTLM2vgPlsGWyl4sH05yr7MBVHJ2BJlOJlMO3u9r+ghsk6tmzP.eAM0lUokQ0qtE2PwCxMOHVpcDKyFxq65s1+oVu4vBTyVQvvAqx.r3oQrZJM98TDF+8jTrgoGd8r7nIe0IOD3NdjfIiU2b8ZRLKDAgrwuEVm.pRtmhPigKJijdLoiavvhjMXgK8n4kltKZw8XIE+HMGCP3YYXFpRO9tnE4GiVDl3G3im+NKVf5gcMU7RrXwsj7T21Csz6nqew8XwhmIkLA5soXBFV867y+R1H6kPGNGYV+SPmXYbFt494s0hcCY.kgvPJoU1mu8VUEVEd90TBRHsNuEkmONtAEeEWLa2Xf5Gs9gxuwNWAaLLd5yAVwY3HYf9KTognqPVeXBtDETo5G1PR59lrUp0coDPSgK5DMnbHDXvWucO3fY5cu6LfgAF.VqEZszBlYZkM4PJNMpr4up4dcKGXF2xgPm7rGen0q+Jw5k1kKwTIL7biP60F+UBQBH8Iz5oMe1xQi4AoAlkSyfectVuw1+YZKBdQNBeiOKcqLZ4MFkpb7maDNiVlmF4Ng448y5CFRtqDTHnI7fHFEPsBLvBaPsf8vRHLExSL+8WGrK6k8Quh3pdP0iZjja0gnQ.3vi9IRmErdf0BjBHaPH4WVuX9+mi4NVp2nMoDhH.ZHTIHcscPbms2Hgd7y9W+EnTHXESKmE9YnmfMds17Ndu7uF2d1D9R6Ucnc3HhK2z49qmJstHcFgBBF6dYFI3SduqFrUFWgc3B8ZVG.WO9yqSCaWL46brIf7sdTYnvj06aM1o3cXn.IBjzk3xaEHwLfZWeujPoZHvbDvOBWvXzsNpPcEvA8JLJYccBu9Dk6mzpb5bTDIYFM9J+lm4bDllE3EM.pm6XV0wxR9E8whck1u.Vgs.eBznkW3MD6IjAZgiloewx966SvlrZaPSo9PKJfQEqcxs5QjHJtlGh6yRSWN8T2t223L.Cf6jfVbWHX3sk0tjLBhGz+Ub8hI52MNQ28+m4JHbcCBLKGHgpiX9JrdFZ5R2k6V16+UKBJ1tXmaxHYbUlHx+HGSB36hNEVdsRubTYmTa+Yk+K+4tr8SdOGtIcKLsnTl9tntSSxfklf5AjxtKDqUcCq+HJauER0+iul1WJDAeonhflzTqI9GJAzm4sR67gUuYXctAJ0L66u.tKQYmQXkaFVuaiRYLa8t.RKPYKiXE2LVmagRIyxtm6LWGGEe18MWhaEFEiumuE80fHtyVfTActMNaPXiIyy23s412zzM.JGPuKLV2yfWWvmJGkqfM8gZj9jERd45uHW.PAjLoXZdUuMmTqwBST9Qh+FBQasHYQkKkjPMOq9cpA7OLUQ5ZyuZfUKQEXZRuYOd8j87NOMxEaKDJUQf8Uk9FJe4aZVU0.5WUkU8ik5V.7uUExGvOGTcaBeLcEt3wTg4.0+3BGSbapl.ciMFv4AQZlhcCKTyN25f+FZWAnWG0EQFjUJlFMYm0hHv1odNc7WbE0CtDMFnxTb90uuLbgSYLtssBp92kcn9fqhu2oXCTTunME+SW3+BJDX+2ypiAnxsEqECjE3jrFIBMQyCYDevg7iux4miUHfg7h5.2jdKTqBlwFo6FFPiSkOLIfBYb491acWyVdY4UyL+ecBERA9B5dxfWyGpHDvacUFf6V8Qw360wa56Ag7vyxtTG0SivPKtwF9z0D03hktG.bq9bpBTGagYv7istSuXxq6svPfQuTGOR9kQTlSyWV7EMbsM7HJwExzOAhuT0WP6TSFJdt37GgB.8p4S+GYiA74NiGI9a2v6kwcAWy3rjc95I5aGStk6N238svmUWtTOi7PLlVlD6DNXQUfsEfgh7JyGlv7yNRsp.kTwxzO03EM7v7zC7JAERvu3shOArURJmjiZHGs7J+AbesJqx1mhL5j7RPY.e2q3iGZKWYInlsFh7IASv.KguBYBs.04fTw32OFdDp7UzgdLC+hTJ8Gu8ZQKj6DB5xpu8u8ZW..AvdW0T9gFd2OkHI8hZ0G89A.FIcMg.x5fAva+PdEykVwoveml33ZO48VDIuHJpRaELl7wtgXCvB.j.vK.bqssdme+wees5pZ5oSx5K6O2zEf9DJVH3Zm.oRyqGJ3bYSTlFHv..2mT5R.mRs3T4h2++++ujuJtJEueRrldsZ7RQz01Q7et116853Za0c.lCTWmSDMzgvBn4XOJOPZbW5OSWJcHilJOb.C0FsmcorlXh8pe5g5fIiBLDwgQhqxxDa.E6Q0DYwrbSlBvaATBAlnJVZ.qgYHhqAFnJo2p9AZuVklRTk2Zg6E3RniFkQf2fZnscRD.sPbM.A.hgYbpYBJYGfT..v...v.h..B.P.CCHAXLD..P..DA....HT.FFCDSpbZOvFCpgltsfnlwuDcbY.xx8QeBIBuo4NuHRQVceXbS8IZPD.wSHaajuEBiGFMVBRtCrkpr4ufFbH5i1gkm4EvgO1g5KGU2HMn6jKWpvSuyv20OjmWCYlBusEhNES5iXWk4vLeLRBIfhXibFTo+ok44.tugQdZqQsYfrpPn3GsPrTYPNyEIDQqPs5QhxDKxSQTpB.8TP2Jh3pdjptDkKWEcOXP+6l.aUiz8KgqpI1M4mz7fQoCkVUSLHeKKiZ.gz4JPMOx5Kc+I0lL9ekf9iz8OARyG7VFz3oxnV47A027RdWNNcEgKytoeS5WhcNA8Fxrqi0bytNto6ckUMkOCGcA.W7yVzkyRgoyT7GpsLYvUvqEzVFfLeIW95HAnHna+GU+k+Xl.9sFd48gmD2QTySb4wcvpL1NRmEAzKKHSvGFCvAP..8v+RElWO1fdQfC5q9xOAfz8OrA90k.4yNMHQgErjQWJmfMg1NNKrvhH.f3vlyWgDv9wSYvfeWhPyCvpgEl.SGyIIbqHgTik.bij.rA3RLgDC8IEbh.8L.vqPCC74VmybiZlCihExfaiL.9Z7vMNDA5nGmdgxKsmDFXKBuj57YTUE7TTmFidwLPMBgbdgmRacQjYdY5orw4qFw8Tom1rQ6hBLAhbjxK71U2KwdQ5YZFqggGXSw9znmPqnxHEiP1cAuWomndIxhEcLMs3xHHXDxKjd+euUWo0qGoQxtwHMJdiWjhoO7Q.uvk628RckQutWwBbLlhxSEuhh1PDtKzYy2BDlkhB0qnLlrUPEGM8FcqBeEhWpb4.zK7ihZEYuqirn7KrE1CuDZayKrYOOdnpbAU66iSjrezliPPUxiTtkwSbRohUx862.kwffKSNUzIuMN7DWxktMhqFku0cdTH+9kTaNn+N1GaxS4GahDRrmZHtny+tHLEjGK2aOHnJyBu2KGazjpiS4RFV+PQIoLvASKESmALTbNQVidRE24u.DoRMxruJA"; + } +}; +} + diff --git a/Quetzalcoatl/DspNetworks/.DS_Store b/Quetzalcoatl/DspNetworks/.DS_Store index eb0fe42107b5286273e887cf22f1beacca316ea9..61759570e7e43a78d5e110d63322f7dd955659ba 100755 GIT binary patch delta 151 zcmZoEXbF&DU|?W$DortDU{C-uIe-{M3-C-V6q~3gIoZI3MH0wokON{ypg03V5kn?J zDnoHjx?%8ULB?-vlNA`(Zf56T;b4@TY@i^rSwSJ1X|tnX53e9INF&fZZXn?bG83r& kJM(0I6GK*@Q49@}9Zi%tH9$&$T!YCOCKERw7iMM#0FC+@jsO4v literal 14340 zcmeHOX^b4j6@IUMY`1q}6(RMNTtk^msn&8QlqG>~-SeX1$x?5le7!~rf&<~s87!<%PdbvF%*K->1bq9P@FT)VE zV?maBVNfsJf~}3@OgqQwu6Lh*FSYxPLC!}>bVUe62t)`(2t)`hLIjxarAuxWG)f}` zA_O7?&LY6x4+**%P5E?QQ2y$mge~D&JzK)_i+)oaz{?UoP5E?QP%cU`T$HE~ML)zq zAx`B9#!fWl(|JLKIG_**^q-7=go6C(B$wdqfGI(vG(sRkpca8OR8%ka9tdJ;ioHku z*gFGhI1Vn4@e8m8Cc&nNy+jc@#o3e}p{U!VdkaiZp6vs$QWl5j;V7@S>6hTQh?CXs zq*@PdqtYDZ?j)*H{$6UuBwm}hXr8lXgxV?c9S09)Ny4FLv6k5$L}khOM|$DA3{|b? zX5FH{%kXlpXd14UO#Tw3B}dvNV^=rbUIK$Vx`Na&E3SInbHt>gqnxnV2Jz z>`e4;-FD)HBCqM#a?`%dQL|v#C&lce{|1H2s z5>&hLwl(JHtbQtQo27!~X4F;rteG#FSx+A{&9rf^PGu|Iyknc@nC%*@nf=qAe#~Qa zHC59GT-))6d1KQCwJ*5TlB@62sZpb>k5JQYD<9ma2`bOGTygb=>o#ra-FC~+j@^4s zuT)p9jZ+CN zu8ha0OF847lHna!J7ih3wLYFu)E~)*GWdA?>g~!@Szs*+TVprN$~4Vt zfjaGqvRmVWvig>M7klt%*7f!lbt~x7t?})$e88Q_I{MyOQrkdcmn`$iqjDy)T{Aq} z;iJBNeLTLOH8rSdy5!*)#I2Hb=<;ElK$ zZ^9AWjyrH49>ha<7iLhy0$Nzad$5dO!Fl{DehnYM@8E;@5PlaQ!zb}6d>X%xui&fr z8vX>|#rN?8JcED0kMR@yvxL$Lsa0Adt(DrPgmjJ6A@xc9QcBt-O-dQjaVap#{lQ56 z^20=HtopgJ(5RC~TmkVcqBI zUZDwG-MM*Ht14OARadvg+9${!^kdZ)8d$E{#OzZ(&A2yQ6KhwOk;RDY^&2U>oUBD; zZ|H1qS0yr1kxh2B$J8Zcf(n=2+DTdTGuu8Ni>XV=7)9L|+9(TtW@wn2VWuTtBqcus zzlT4;U*I34Zx+U9yz-?pG-Y+?O?DuU*%rIoA~GAE6#)*lJPiuc#Zj#(~f1@))A^>eO&?L zFhh$F2Q(O?<%UCxhT|c3{!(CKfjgI*!86@;4aUd1UI2@tiUhV;xAbu|`*fK!iYqz-I)3 zwbYNAZ|33Gsq(_9>+11@U!fJ>)i3n>dlg^!Rk@<@GX_shzp7k9GYnI_uaQF-B?q1( z*UjAb|J-@^_E0R|o9tPj^KLM@@Z7*v51%5O8gPbZh`0g=-jKVlduzZQo-JtO8vqSB ztLCiUUenq08<+fEQ+T8oy4O?>v7SYC;qx)8*+E*iwbBV7n$eTxRM z@JJVeSonnBCGwR)Z0-Mh+xb!aAKHVdSvW-TKU)+>SA;->K!m_WKwz0@BgxMHZEt-3 z{~|moY9c})Lg2HC04^O#j|@@of^SLH9c5?j5_BJ?JGh9Kvs1#4;t}OX@hHQN;td3R rj8a|7r}KhxQ7Y%6ME^^N0L6caE|ExskgT^i6vhAl>Itw#8UOzi%*N%E diff --git a/Quetzalcoatl/DspNetworks/Networks/modtest1.xml b/Quetzalcoatl/DspNetworks/Networks/modtest1.xml index d588ef5..229eeb0 100644 --- a/Quetzalcoatl/DspNetworks/Networks/modtest1.xml +++ b/Quetzalcoatl/DspNetworks/Networks/modtest1.xml @@ -390,7 +390,7 @@ ShowParameters="1"> + ShowParameters="1"> @@ -769,7 +769,7 @@ + ShowParameters="1"> @@ -1219,11 +1219,6 @@ - - - - - @@ -1239,46 +1234,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1288,18 +1243,7 @@ - - - - - - - - - - - - + @@ -1797,7 +1741,7 @@ - + diff --git a/Quetzalcoatl/DspNetworks/Networks/xfade.xml b/Quetzalcoatl/DspNetworks/Networks/xfade.xml new file mode 100644 index 0000000..9589da3 --- /dev/null +++ b/Quetzalcoatl/DspNetworks/Networks/xfade.xml @@ -0,0 +1,4703 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Quetzalcoatl/DspNetworks/UnusedNetworks/.DS_Store b/Quetzalcoatl/DspNetworks/UnusedNetworks/.DS_Store index 99797a5f36d6f43e9edee81b209339a1037a18c4..fbd47a1ac1f93c3a48f88d75e82719fef73f99bc 100644 GIT binary patch literal 14340 zcmeI3OK;Oa5XZ+*L;fvuQS|@H@)=sEhM=X`f!x z)LzFF>l3v5fxcj^L+4nVp~V4xMO#{wfD%vwNNt6zbb#HLdfW1L?yL<(j17f#p^29mi3`X6)VRa8yq!Di z!YOg#l=w3zUZEuR?1)RPJ0&e=b*TiDK#{<0?7B`b=@T91DjI70g;(1>I-~E<(ni&f zprGGCK@YuxHrl%LM~XW`OZ)T;dOV}&Xr+g(SFi(Y|3FJasPl8%;xKUJE}hU@d+sTX z?MOpL7l@lc)t$u2VQBIhwZ0h=ybA1#gxLjAQ7 zN-eE1?oWtf2TXpK(z2X$WJNBz!C*PUmy|~zaD`d_g zcI*dsJKVo(bN_DfwrLZ{9R>Pzf71sJXPk2jc!8Q0C7=XiBCvyG%HF-RCJ}n=-P*M7 zzf-uySq3uG{97bv2C7=XWMBtih_rT2mJE@-kzoN5ivr0e-YyyE~t8>-KVxyM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Quetzalcoatl/Presets/Quetzalcoatl.hip b/Quetzalcoatl/Presets/Quetzalcoatl.hip index da489f67336522a250b482e0ebd03e4a5be6fbd8..66b73feba8301f451266ba9e7934e43ca9dcd045 100644 GIT binary patch delta 8792 zcmb_hdt4Ruws-cP-^`vFaBtjzxCPmYpnwXBc%#upieY*fVX-hxh8-RcB3 z;Yu^1v`#+TwbdVHD#ug#C>392dKENNF&|{t>-Cg+e)F6Cm_g3xb5r?)&z`l`Z_WCC zf8Vv{w`W)E>303UyE?lY3_+b;35Fg9TV{4aK~CPBh20ir7ffpv% z`4hgK>m@cR+*KD>DX{jXzck1ntd4}TaE6yR_sM+wW)$@A!1&8O`%a4)IkWeK*u28{ zoZdOP6LaHJ9fk3kv1xPWKiRt|K4(x-YVW+lp|Rb_UoUy!n=w!uNpf84EA+Wf{$|f8 zn9+iXM+rT;{rNOVp4Lx#3~7cWv?!dByC}N_gP2DzYDmw=nl15hW|LzEJPyL-_a9Fh zOVXoMb8dju6`$0V>GvqRMv}<2eeABo$yP(J7AYD%DvDKQJD7YbO#S!QGELIUDkl%J z%Bdrxp>_fzxJn20HW&;@oRCko=POMf-$w~ho7_H`m0X=)NfPAE z@5IW>%B*bFiWS@C&nh~}hs##WJC1dhE6Q6dV`SP#tVupqo*`GQj)J$=vAk>IGTA66 zIisN_1)1cqik5QRv3BzGPg=PqSA5CJ&LeGQ=U_>0Jk-)PYUMaqZY+p`5)pB(?^cIv zu3E48BtS_jr>ru$u5GDC^7Psm*WoWd2~j@ChrbY9>yN!62m;D;*q_PC&6by)>>|%S z z*Ovmk(WRGYG*sD5qU+7efiwzAQcRM3WPJy@yjPHNA-Jqp$^zxaBaw3IedPM?-j6)u z&@e|XEJG*+@8g)K8BSCTvtbj*gy3WoljSFn%glKWN5Ql38OH?T9f3@L1Dp*JY!J|z zX@HtQ#*Q;Xm|O$wW`$6E+QxKYAR`!A4U7Q-f|y9$C6rki0A=Yc4>eULE7W&o&O=Eg zAGUlv(+2F94K4AIIL6-q&KFEJc&49`A$c3Qam^G)f>A3`M_jXw&0?3|V{K4-fsKc%FWDm4e9}lL+C!)_ ze92}|r@adGz{J_w42OO~HhK3-0iXJo9m&9+(M%Ae9b{hs+gL)#ed1_5$WC-SEO*!l zuvD{V$Vx(e)R5%&c+AwY1Kc6yJ5hTzr1BCPOG9V_W6M!@{*DlTm$j-fjzMS~tqog` zvr`yaT%`?lfz*9$Cfslcp^&x*AsqcZd)z?1Z-(+Q(1=-o{M3(ZijmktVe>>3*A(l5 zGj6PB&#)W8d4Sa1_#qOP8#xI!pCugnZ)1DF_jNk@p00P(hY5Xc)p8WBmj6t6q&aGy z;H+@;B6|t$AL7CxWfyD5*DkRQ2zJ&mX0T*2BHXyfHo)+&*{;}fgB`^AC|-0+OK}9W zyvVt5WKrxp^a%M=r$xz<#2ow5?$pc5ijTSWArg1Q7;cV0k;l9{j}PlAx+SAY>iZHy0t@NY8udF+_?>!O2J|xn;e6t z6?%mswH2_lJ<{wY)VD`PxI6-FFzH#L4#}efG(gM8>0xd@)X|VO9{EOt3EGWD>68vd?m(UQ$_%QY@t84ai-s)cXjBTR zn+!ZAJnf+rVbX#&_2!Cp)C9@rw9I@y+09I-oVG^9lV|J2v*|C$3}Ls~QL3op%aMrl zpFz6GLt}iCr zJ~e{+C|^flT`3{ZUW)8+X^~qLlsm;?DpkHP;cJP|qzP%5Bh$mqYwOWk zO%r;OEcCHMOr13B{EpEmH+=FKi-6kQ+KvONE9)0%l9nPG`>F%7@y^ zc6s#k-2t>o(|Y8=CxIu#EucBabrg9LYbYWnEk&o!=_x9|^dLnyf6`M#WAqfEi&~1> z0|}Ys<0<&Ejwi(%fXT?-t|yDbHNT)F?VRd*UB{E=DA8tfcb2(_KK zmQX2ji5Otu_B_}f^n zvyYra#rvF>oJgpRBNccUiozN3+)OVyk=}e)DQMFBoxCRXaD~al-0P*}33_i#D5>8*xxQLPJCXI7V?R;Os~)(@R88#dg&Tzo!>R0!|#momc0L zhl8a)_;=Iv@DI%=MvXp4HyS#|| zE7Z*8Y&fw{4|BK7ErH@i0+}}}P&??iM2B_f5^lBz>-1voj&FlW(pRwkCGM0D7tnNh z!A9Sewj=IQ4ZdUd4}z@FN)&1W|c{l57>cTtUQ4 zbw^a*Q?adtjmrrE^cxfr_*M;0Dr@_v1X8=U02E6db$zWV9`gu#&@fn<|KzpGtj;M>|^a-1NHhinY2mE2`1hTwfj$_$+^=G ztG0Vk5;pAgaU%jH!4sp|arG|ryc#}+3&vqPn`+$;uAd{sRF=5={bG%W7)*v?l$sxt z@%OrB$0-4H9Uarv2Ohvqo#eo1#svGf8YxhR0$Z;9CIqiK$~~`90(G90L?}l>oc5~@K3(aB@ArQ?_|zGG(BOtY|DSsJ#O;Rv0?Vs& zAOFDeIt_SY0^l&mtKFc&Ck`$Al34x~F#iYLbRO@Mcz^AXZx>8>Df_$0-3=}?xt(vw zCt7%I`_oj@f_U{wONTr)krSO;`8$Gnb;@D#eKeI0I3NQq5$Jv5y7J-pAL0BH+O4LZ z)M|1DI3DfB3bgxujz41DRbit3_U;LxY&A`bN!mLxy!*u)w6A6YVe=&Z5Cl);hc;s# zF{z0elV~f`Oys9innbF3&rfaE9F*0pdHD2Z%+28>E8%B`HWw1DygS5OKjH_4Jm8)$nBs8k zUjB|>^R5YJ_)GuBweYuQR$-Db*uVK)JHk!P+-BegCJLMxtRMa*(X_`O!h#qc@&}rN zVE4GabyH>eA@}uYa!cpb=^Olm^KkI~Y zEf02IGf%+4zlj}uw}3Cc5dz`Klfnfi)O(w4IB&5SLT2{gMF%*urEq-gwD7Y(tcw#n z;kpLlS);8*ix!Q^Sv~S*r_ER}V_pkJV2MR}L!S&Yt_fCyB?a1_6s<5RK^zRiBbB)V0#BiLlP^w@aP35Z#n-Kq~qa_qyDU!(h^77Ww zEGX_PuEP`lQ|f5IqX&p5Sor*9>Arr%;-#-ibEtbO3-x0}JMK^}6*Jh9Bz7`D)l}(g dyz?FDD+b~(i|fF0TMUPB;7vkWU0fwe=wCGGKehk> delta 19377 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 - + - - - - - - - - - - - + + + + + + + + + + + - + @@ -46,17 +46,17 @@ - - + + - - + + - + @@ -84,13 +84,13 @@ - - @@ -101,8 +101,8 @@ - + @@ -118,7 +118,7 @@ - @@ -129,8 +129,8 @@ - + @@ -146,7 +146,7 @@ - @@ -157,8 +157,8 @@ - + @@ -174,7 +174,7 @@ - @@ -185,8 +185,8 @@ - + @@ -202,7 +202,7 @@ - @@ -213,8 +213,8 @@ - + @@ -230,7 +230,7 @@ - @@ -241,8 +241,8 @@ - + @@ -267,7 +267,7 @@ - @@ -278,8 +278,8 @@ - + @@ -295,10 +295,10 @@ - - + + - + @@ -320,17 +320,17 @@ - - + + - + - + @@ -339,8 +339,8 @@ - - + + @@ -357,7 +357,7 @@ - + @@ -372,7 +372,7 @@ - + @@ -388,7 +388,7 @@ data="32....f+....9C...3O...f+....9C...3O...f+....9C"/> - + @@ -460,7 +460,7 @@ data="64....f+....9C...3O...f+....9C...3O...f+....9C...3O...f+....9C...3O...f+....9C...3O...f+."/> - + @@ -474,7 +474,7 @@ - + @@ -564,7 +564,7 @@ - + @@ -586,14 +586,14 @@ - - - - - - - - + + + + + + + + @@ -602,56 +602,56 @@ - - - - - - - - - - + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + @@ -729,9 +729,9 @@ - - - + + + @@ -743,10 +743,10 @@ - + - + @@ -853,9 +853,9 @@ + oneshot="0.0" OUTPUT="0.0">
@@ -864,7 +864,7 @@ - + out="1.0" trigmode="1.0" oneshot="0.0" OUTPUT="2.0">
@@ -894,7 +894,7 @@ Intensity="1.0" Bipolar="0" Network="modtest1" Tempo="3.0" TempoMod="0.009999999776482582" TempoSrc="1.0" Div="1.0" Shape="0.0" Modifiers="1.0" ModiferShape="0.0" ModifierShapeMod="0.0" ModifierShapeModSrc="1.0" out="1.0" trigmode="1.0" - oneshot="0.0" OUTPUT="1.0"> + oneshot="0.0" OUTPUT="3.0">
@@ -907,7 +907,7 @@ Intensity="1.0" Bipolar="0" Network="modtest1" Tempo="0.0" TempoMod="0.0" TempoSrc="1.0" Div="1.0" Shape="0.0" Modifiers="1.0" ModiferShape="0.0" ModifierShapeMod="0.0" ModifierShapeModSrc="1.0" out="1.0" trigmode="1.0" - oneshot="0.0" OUTPUT="1.0"> + oneshot="0.0" OUTPUT="4.0">
@@ -920,7 +920,7 @@ Intensity="1.0" Bipolar="0" Network="modtest1" Tempo="0.0" TempoMod="0.07000000029802322" TempoSrc="1.0" Div="0.0" Shape="2.400000095367432" Modifiers="1.0" ModiferShape="0.0" ModifierShapeMod="0.0" ModifierShapeModSrc="1.0" - out="1.0" trigmode="1.0" oneshot="0.0" OUTPUT="1.0"> + out="1.0" trigmode="1.0" oneshot="0.0" OUTPUT="5.0">
@@ -933,7 +933,7 @@ Intensity="1.0" Bipolar="0" Network="modtest1" Tempo="12.0" TempoMod="0.0" TempoSrc="1.0" Div="8.0" Shape="0.0" Modifiers="1.0" ModiferShape="0.0" ModifierShapeMod="0.0" ModifierShapeModSrc="1.0" out="1.0" trigmode="1.0" - oneshot="0.0" OUTPUT="1.0"> + oneshot="0.0" OUTPUT="6.0">
@@ -942,11 +942,11 @@ - + out="1.0" trigmode="1.0" oneshot="0.0" OUTPUT="7.0">
@@ -973,7 +973,7 @@ - + @@ -1030,9 +1030,8 @@ + tempo="8.0" multi="1.0" packs="8.0" type="2.0" onshot="1.0" a="0.0" + d="10000.0" s="1.0" r="6005.97998046875" h="0.0" crv="0.5" OUTPUT="0.0"> @@ -1048,26 +1047,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="4.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="0.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1168,9 +1166,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -1179,7 +1177,12 @@ - + + + + + @@ -1208,8 +1211,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1293,7 +1295,7 @@ @@ -1304,7 +1306,7 @@ - @@ -1316,7 +1318,7 @@ - @@ -1382,9 +1384,9 @@ @@ -1392,18 +1394,18 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="1.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1504,9 +1505,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="1.0" RefreshMipMap="0.0"> @@ -1544,8 +1545,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1653,26 +1653,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="2.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1773,9 +1772,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -1813,8 +1812,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -1903,26 +1901,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="3.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2023,9 +2020,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -2063,8 +2060,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2153,26 +2149,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="4.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2273,9 +2268,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -2313,8 +2308,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2403,26 +2397,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="0.8999999761581421" StageModSrc="9.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="5.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2523,9 +2516,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -2563,8 +2556,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2654,26 +2646,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="6.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2774,9 +2765,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -2814,8 +2805,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -2905,26 +2895,26 @@ + MainParam="1.0" _2ndParam="0.9399999976158142" _3rdParam="0.0" + _4thParam="2.081668171172169e-17" _5thParam="1.0" Global="2.081668171172169e-17" + GlobalSrc="9.0" Vel="0.0" Trk="0.05000000074505806" MW="0.0" + AT="0.0" StageMod="2.081668171172169e-17" StageModSrc="1.0" Stage1="0.0" + Stage2="2.081668171172169e-17" Stage3="0.0" FoldOffset="1.0" + NumSliders="8.0" Fold="0.0" FoldSub="0.0" FoldPos="1.0" RangeMod="2.081668171172169e-17" + RangeSrx="10.0" FoldSmooth="215.1000061035156" FreqSteps="0.0" + STAGE="1.0"> - + - + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> @@ -3025,9 +3014,9 @@ - + LoadedBankIndex="7.0" TableIndexValue="0.9900000095367432" RefreshMipMap="0.0"> @@ -3065,8 +3054,7 @@ + Reversed="0.0" FileName="" min="0" max="0" loopStart="0" loopEnd="0"> diff --git a/Quetzalcoatl/XmlPresetBackups/QuetzalcoatlUIData/QuetzalcoatlDesktop.xml b/Quetzalcoatl/XmlPresetBackups/QuetzalcoatlUIData/QuetzalcoatlDesktop.xml index afc8cbc..b0531b4 100644 --- a/Quetzalcoatl/XmlPresetBackups/QuetzalcoatlUIData/QuetzalcoatlDesktop.xml +++ b/Quetzalcoatl/XmlPresetBackups/QuetzalcoatlUIData/QuetzalcoatlDesktop.xml @@ -5,7 +5,7 @@ height="900.0" itemColour="4280878592" itemColour2="4280615426" locked="1" borderSize="1.0"/> + isMetaParameter="1" pluginParameterName="Filter Type" textColour="4293450698" + isPluginParameter="1"/> @@ -153,7 +153,7 @@ + showTextBox="0"/> @@ -164,15 +164,14 @@ + pluginParameterName="Filter Aftertouch" showTextBox="0"/> + showTextBox="0"/> @@ -284,10 +283,9 @@ + parameterId="Gain" middlePosition="-25.0" mode="Decibel" min="-50.0" + max="0.0" stepSize="0.1000000014901161" suffix=" dB" pluginParameterName="volume" + defaultValue="-12.0" showTextBox="0"/> @@ -321,7 +319,7 @@ textColour="16777215"> + textColour="16777215" visible="0"> @@ -378,7 +376,7 @@ + itemColour2="0" textColour="16777215" visible="0"> @@ -428,7 +426,7 @@ + textColour="16777215"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> @@ -984,7 +982,7 @@ visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> @@ -1275,7 +1273,7 @@ visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> @@ -1566,7 +1564,7 @@ visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> + textColour="16777215"> + itemColour2="0" textColour="16777215" visible="0"> + itemColour2="8279356" textColour="16777215"> @@ -3324,14 +3322,14 @@ bgColour="2693658" itemColour="4281539100"/> + scaleFactor="0.1800000071525574" isVertical="0"> + borderRadius="5.0" text="*" visible="0"> @@ -3359,11 +3357,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod1" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod1" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod1" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod1" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> + borderRadius="5.0" text="*"> @@ -3511,17 +3508,17 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> + borderRadius="4.0" processorId="Gmod1" visible="0"> + processorId="Gmod1"> + pluginParameterName="Amp - Release" processorId="Gmod2" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod2" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod2" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod2" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -3678,35 +3674,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod3" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod3" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod3" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod3" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod3" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -3733,11 +3728,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -3830,35 +3825,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod4" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod4" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod4" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod4" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod4" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -3885,11 +3879,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -3982,35 +3976,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod5" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod5" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod5" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod5" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod5" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -4037,11 +4030,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -4134,35 +4127,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod6" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod6" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod6" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod6" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod6" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -4189,11 +4181,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -4286,35 +4278,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod7" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod7" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod7" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod7" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod7" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -4341,11 +4332,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -4438,35 +4429,34 @@ textColour="16777215" itemColour="2399119104" itemColour2="1307368892" bgColour="1024528657" filmstripImage="{PROJECT_FOLDER}fadertip.png" scaleFactor="0.3400000035762787" numStrips="125.0" isVertical="0" - isPluginParameter="1" pluginParameterName="Amp - Release" processorId="Gmod8" - parameterId="r" suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + pluginParameterName="Amp - Release" processorId="Gmod8" parameterId="r" + suffix="*" min="20.0" max="10000.0" showTextBox="0"/> + middlePosition="0.5" mode="Decibel" suffix="*" pluginParameterName="Amp - Sustain" + processorId="Gmod8" parameterId="s" showTextBox="0" defaultValue="1.0"/> + pluginParameterName="Amp - Decay" processorId="Gmod8" parameterId="d" + suffix="*" max="10000.0" showTextBox="0" defaultValue="10000.0"/> + pluginParameterName="Amp - Attack" processorId="Gmod8" parameterId="a" + suffix="*" max="10000.0" showTextBox="0"/> @@ -4493,11 +4483,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2199999988079071" showTextBox="0"/> @@ -4563,7 +4553,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod9" textColour="3220621962"/> @@ -4598,17 +4588,17 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> + borderRadius="4.0" processorId="Gmod8"> + bgColour="4293075233" textColour="4291840000" itemColour2="4294901760" + visible="0"/> @@ -4670,19 +4661,19 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod9" textColour="3220621962"/> @@ -4696,7 +4687,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod10" textColour="3103181450"/> @@ -4731,11 +4722,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -4829,7 +4820,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod11" textColour="2834745994"/> @@ -4864,11 +4855,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -4962,7 +4953,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod12" textColour="3237399178"/> @@ -4997,11 +4988,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -5097,7 +5088,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod13" textColour="2868300426"/> @@ -5132,11 +5123,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -5230,7 +5221,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod14" textColour="2616642186"/> @@ -5265,11 +5256,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -5365,7 +5356,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod15" textColour="3572943498"/> @@ -5400,11 +5391,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -5500,7 +5491,7 @@ itemColour="4278190080" itemColour2="4282066178" parentComponent="GlobalMod16" textColour="3153513098"/> @@ -5534,11 +5525,11 @@ numStrips="125.0" showValuePopup="Below" isVertical="0" scaleFactor="0.2000000029802322" showTextBox="0"/> @@ -5702,38 +5693,38 @@ + textColour="16777215" bgColour="16777215"> + textColour="16777215" bgColour="16777215" visible="0"> @@ -5825,13 +5816,14 @@ itemColour2="4281675840" textColour="3338657956" saveInPreset="0" parentComponent="WavesPanel" text="WAVE" visible="0"/> + text="WAVE" textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + parentComponent="WavesPanel" text="WAVE" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + textColour="3607101439" items="09_1024 18_1024 about70b AEIOUTSX AKVF_NES AKVF_VID ant merged basschain-0 basschain-_1 bellsB BLIP_256 Bop bounce BR1_256 BR2_256 break bub budg castle ClimA-1 ClimA-2 DFRNG-129-01 DFRNG-129-0b DFRNG-129.2-03 electro135 ENSONIQ FSAW2_256 glassy glassy2 HBB_256 HH_256 HQ1_256 HQ2_256 III_256 Inst 1retroplks JP1_256 LPtriWF-C2-8 ngy72 ngy72B perc133 perc133A PPG_BES rad1 RetroPlucks RetroPlucks2 SacredStereo72 SculpPlucks SculpViaGD SH2-7 SHP_256 STBELL-130-01.1 STBELL-130-04.1 ST_256 SYN_256 v80 v80p VOWLONG_512 WFtriLpSweep-C1-8_1 WSsweepLP-C2-4 wt1 wt2 wt3 WTBX_512 xp-saw-pz"/> + itemColour="4278190080" itemColour2="3678939433" max="91" isMetaParameter="1" + defaultValue="11.0" textColour="4294547086" items="no file 80v Jupiter 4/Babybrass Jupiter 4/Bass Jupiter 4/BlipLead Jupiter 4/CeltsPad. Jupiter 4/EagerString Jupiter 4/GoneAwayForever Jupiter 4/HighRise Jupiter 4/JellyPlate Jupiter 4/lead Jupiter 4/NoisyLead Jupiter 4/Organ Jupiter 4/OrganicHell Jupiter 4/PetalsPiano Jupiter 4/PlasticWobbler Jupiter 4/Princess Jupiter 4/PWMLady Jupiter 4/QuiteTantrum Jupiter 4/Res Jupiter 4/ResonancePiano Jupiter 4/RomansPad. Jupiter 4/SaxonsPad Jupiter 4/SexySynthesizer Jupiter 4/SquidgyBlack Jupiter 4/VisigothPad Jupiter 4/VladPiano Misc/Belles Misc/BellSource Misc/BigElectric Misc/Drunk Misc/ElectricBass Misc/EuroOrgan Misc/Gatear Misc/GentlePad Misc/HonkyTonkHell Misc/IllBell Misc/KASpecialInstrument Misc/KSlowLeap Misc/MeatRing Misc/MoreBell Misc/MSOFFO Misc/Peach Misc/PlayStrangely Misc/RattleOrgan Misc/Rousing Misc/SadRing Misc/SH2-1 Misc/SH2-18 Misc/SH2-21 Misc/SH2-23 Misc/SH2-28 Misc/SH2-31 Misc/SH2-34 Misc/SH2-8 Misc/Shwooshlite Misc/SlowRing Misc/SynthPiano Misc/Tinkleworld Misc/TroubleMaker Misc/Unsure Misc/XpSine MODULAR/4tri MODULAR/ffm1 MODULAR/ffm2 MODULAR/ffm3 MODULAR/fmam MODULAR/fmam2 MODULAR/fold MODULAR/FOLDFM MODULAR/FoldSine MODULAR/hgsaw MODULAR/lin3 MODULAR/LPtriWF MODULAR/lthing MODULAR/mstring MODULAR/pita MODULAR/pm MODULAR/pm2 MODULAR/quant MODULAR/syncf MODULAR/triresr MODULAR/tz MODULAR/vowel MODULAR/wtfm2 MODULAR/wtfm3 MODULAR/WTLFO MODULAR/xm MODULAR/xmod rad1 v80p" + visible="0"/> + width="20.0" height="30.0" items="FACTORY" itemColour2="4281675840" + itemColour="4284632333" bgColour="1997671939" saveInPreset="0" + textColour="3338657956"/> @@ -7361,7 +7361,7 @@ + items="FACTORY" text="Expansion" parentComponent="BottomMenu" + saveInPreset="0"/> -