diff --git a/libs/airwindows b/libs/airwindows index f9ed445..247351a 160000 --- a/libs/airwindows +++ b/libs/airwindows @@ -1 +1 @@ -Subproject commit f9ed445b6eed922543174d7c59a90fc35db17bc3 +Subproject commit 247351a31f11f4fcd75d27718dae2f5683fda849 diff --git a/res/awpdoc/Pop3.txt b/res/awpdoc/Pop3.txt new file mode 100644 index 0000000..bef5430 --- /dev/null +++ b/res/awpdoc/Pop3.txt @@ -0,0 +1,17 @@ +# Pop3 is the dynamics from ConsoleX. + +As I work on all the things that go into ConsoleX, now and then it becomes useful to give you a little preview. Pop3 is like that. It's the latest Airwindows compressor, but also gate, this time. + +I hope it's pretty simple to understand, because in ConsoleX you get two of them per channel/buss, one for the Fire band and one for the Stone band. (if needed, I'll put out a StoneFire compressor to help you practice that). In this case, it's a fullrange dynamics processor tailored to my needs with ConsoleX. + +For the compression section, Threshold brings down the squish. It doesn't use makeup gain, so you use it to restrain the sound. Attack and Release work as you'd expect, though Pop3 runs a new sense circuit that's very transparent in action. The Ratio control is simply a dry/wet: if you have signals peaking really hot, over 0dB, you'll have to set Ratio to 0 to truly bypass the compression. Since this'll be available in multiple places on multiple bands it's designed to be more a 'glue' type, though you can run audio really hot into it in order to get an exaggerated result. In the final version you use the Stone and Fire controls to boost post-compression if you want. + +The gate section had to be designed into Pop3, like it is in ConsoleX. It triggers off the uncompressed signal, so whatever you do with compression has no effect. It uses its own threshold (coming up from zero) with a release that goes from slow to brutally fast, and a handy Sustain control which stretches out the gating to control whether it's sputtery or crisp. This gate is good at tightening things up, especially with the sustain feature there as a primary control, and again: works totally independently of the compressor, so you can sculpt those dynamics (or put percussive bumps on things using the gate ratio to dial in the spike and then blend it with the regular signal) and then shape your primary audio to make it more squishy. I found that just kicking in the compressor slightly gives a huge change in texture compared to only using the gate. + +I wanted it to be extremely approachable because you deal with two of them in parallel in ConsoleX, and not even with a normal crossover, instead with multiple Kalman filters and a set of parametrics that bypass all the compression (but which are in fact gated, but the different parametrics and the Air band respond to different gates). + +The glimpse of ConsoleX interface is only a rough draft: in particular, I gotta add user control over whether that 3D effect is on the knobs at top and bottom. Some people will prefer it flat, some will like the extra room provided by some of the knobs being seen edge-on. Also I have a lot of work to do on the dynamic positioning and reflowing of controls, perhaps with some divider lines to help highlight which knobs went where. Suffice to say, all my days and all my attention are focussed on this now, and I hope it comes out (right now it's not running properly in my DAW Reaper, so there's bugfixing too) + +Talk to ya later, and I hope you enjoy the chance to come to grips with Pop3. + + diff --git a/src/ModuleAdd.h b/src/ModuleAdd.h index f22d4ed..74c9b71 100644 --- a/src/ModuleAdd.h +++ b/src/ModuleAdd.h @@ -19,21 +19,21 @@ int Air3_unused = AirwinRegistry::registerAirwindow({"Air3", "Brightness", 54, " #include "autogen_airwin/Air4.h" int Air4_unused = AirwinRegistry::registerAirwindow({"Air4", "Brightness", 53, "Air4 extends Air3 with controllable high frequency limiting.", airwinconsolidated::Air4::kNumParameters, "2024-11-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Apicolypse.h" -int Apicolypse_unused = AirwinRegistry::registerAirwindow({"Apicolypse", "Tone Color", 353, "Apicolypse is a re-release of my old API-style color adder, exacly as it was.", airwinconsolidated::Apicolypse::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Apicolypse_unused = AirwinRegistry::registerAirwindow({"Apicolypse", "Tone Color", 354, "Apicolypse is a re-release of my old API-style color adder, exacly as it was.", airwinconsolidated::Apicolypse::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/AtmosphereBuss.h" int AtmosphereBuss_unused = AirwinRegistry::registerAirwindow({"AtmosphereBuss", "Consoles", 126, "AtmosphereBuss is Console5 processing with powerful new acoustic distance effects.", airwinconsolidated::AtmosphereBuss::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/AtmosphereChannel.h" int AtmosphereChannel_unused = AirwinRegistry::registerAirwindow({"AtmosphereChannel", "Consoles", 127, "AtmosphereChannel is Console5 processing with powerful new acoustic distance effects.", airwinconsolidated::AtmosphereChannel::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Aura.h" -int Aura_unused = AirwinRegistry::registerAirwindow({"Aura", "Effects", 206, "Aura is a new kind of resonant lowpass EQ.", airwinconsolidated::Aura::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Aura_unused = AirwinRegistry::registerAirwindow({"Aura", "Effects", 207, "Aura is a new kind of resonant lowpass EQ.", airwinconsolidated::Aura::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/AutoPan.h" -int AutoPan_unused = AirwinRegistry::registerAirwindow({"AutoPan", "Stereo", 321, "AutoPan is for getting some organic stereo movement into your mix.", airwinconsolidated::AutoPan::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int AutoPan_unused = AirwinRegistry::registerAirwindow({"AutoPan", "Stereo", 322, "AutoPan is for getting some organic stereo movement into your mix.", airwinconsolidated::AutoPan::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/AverMatrix.h" -int AverMatrix_unused = AirwinRegistry::registerAirwindow({"AverMatrix", "Filter", 237, "AverMatrix turns averaging into a full-featured EQ.", airwinconsolidated::AverMatrix::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int AverMatrix_unused = AirwinRegistry::registerAirwindow({"AverMatrix", "Filter", 238, "AverMatrix turns averaging into a full-featured EQ.", airwinconsolidated::AverMatrix::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Average.h" -int Average_unused = AirwinRegistry::registerAirwindow({"Average", "Filter", 238, "Average is a distinctive sort of lowpass filter.", airwinconsolidated::Average::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Average_unused = AirwinRegistry::registerAirwindow({"Average", "Filter", 239, "Average is a distinctive sort of lowpass filter.", airwinconsolidated::Average::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Balanced.h" -int Balanced_unused = AirwinRegistry::registerAirwindow({"Balanced", "Utility", 386, "Balanced lets you run an XLR input into a stereo input, sum it to mono, and use it.", airwinconsolidated::Balanced::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Balanced_unused = AirwinRegistry::registerAirwindow({"Balanced", "Utility", 387, "Balanced lets you run an XLR input into a stereo input, sum it to mono, and use it.", airwinconsolidated::Balanced::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BassAmp.h" int BassAmp_unused = AirwinRegistry::registerAirwindow({"BassAmp", "Amp Sims", 35, "BassAmp is an old plugin with new tweaks, that gives some bass guitar tones.", airwinconsolidated::BassAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BassDrive.h" @@ -41,9 +41,9 @@ int BassDrive_unused = AirwinRegistry::registerAirwindow({"BassDrive", "Amp Sims #include "autogen_airwin/BassKit.h" int BassKit_unused = AirwinRegistry::registerAirwindow({"BassKit", "Bass", 39, "BassKit is centered bass reinforcement with subs fill. Clean and controllable.", airwinconsolidated::BassKit::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Baxandall.h" -int Baxandall_unused = AirwinRegistry::registerAirwindow({"Baxandall", "Filter", 241, "Baxandall is a killer general-purpose EQ.", airwinconsolidated::Baxandall::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Baxandall_unused = AirwinRegistry::registerAirwindow({"Baxandall", "Filter", 242, "Baxandall is a killer general-purpose EQ.", airwinconsolidated::Baxandall::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Baxandall2.h" -int Baxandall2_unused = AirwinRegistry::registerAirwindow({"Baxandall2", "Filter", 223, "Baxandall2 is Baxandall, extended and made more powerful.", airwinconsolidated::Baxandall2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Baxandall2_unused = AirwinRegistry::registerAirwindow({"Baxandall2", "Filter", 224, "Baxandall2 is Baxandall, extended and made more powerful.", airwinconsolidated::Baxandall2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Beam.h" int Beam_unused = AirwinRegistry::registerAirwindow({"Beam", "Dithers", 151, "Beam is a wordlength reducer that tries to heighten sonority.", airwinconsolidated::Beam::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/BigAmp.h" @@ -67,17 +67,17 @@ int BiquadStack_unused = AirwinRegistry::registerAirwindow({"BiquadStack", "Biqu #include "autogen_airwin/BiquadTriple.h" int BiquadTriple_unused = AirwinRegistry::registerAirwindow({"BiquadTriple", "Biquads", 51, "BiquadTriple is a handy Airwindows cascaded biquad filter: steeper roll-off before resonance.", airwinconsolidated::BiquadTriple::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/BitGlitter.h" -int BitGlitter_unused = AirwinRegistry::registerAirwindow({"BitGlitter", "Lo-Fi", 262, "BitGlitter is an old-sampler style digital lo-fi plugin.", airwinconsolidated::BitGlitter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int BitGlitter_unused = AirwinRegistry::registerAirwindow({"BitGlitter", "Lo-Fi", 263, "BitGlitter is an old-sampler style digital lo-fi plugin.", airwinconsolidated::BitGlitter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BitShiftGain.h" -int BitShiftGain_unused = AirwinRegistry::registerAirwindow({"BitShiftGain", "Utility", 370, "BitShiftGain is the ‘One Weird Trick’ perfect boost/pad, but in 6db increments ONLY.", airwinconsolidated::BitShiftGain::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Latest" }}); +int BitShiftGain_unused = AirwinRegistry::registerAirwindow({"BitShiftGain", "Utility", 371, "BitShiftGain is the ‘One Weird Trick’ perfect boost/pad, but in 6db increments ONLY.", airwinconsolidated::BitShiftGain::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Latest" }}); #include "autogen_airwin/BitShiftPan.h" -int BitShiftPan_unused = AirwinRegistry::registerAirwindow({"BitShiftPan", "Utility", 369, "BitShiftPan gives you a gain and a pan control that are ONLY done using bit shifts.", airwinconsolidated::BitShiftPan::kNumParameters, "2023-05-13", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int BitShiftPan_unused = AirwinRegistry::registerAirwindow({"BitShiftPan", "Utility", 370, "BitShiftPan gives you a gain and a pan control that are ONLY done using bit shifts.", airwinconsolidated::BitShiftPan::kNumParameters, "2023-05-13", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Bite.h" -int Bite_unused = AirwinRegistry::registerAirwindow({"Bite", "Lo-Fi", 268, "Bite is an unusual edge-maker.", airwinconsolidated::Bite::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Bite_unused = AirwinRegistry::registerAirwindow({"Bite", "Lo-Fi", 269, "Bite is an unusual edge-maker.", airwinconsolidated::Bite::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BlockParty.h" -int BlockParty_unused = AirwinRegistry::registerAirwindow({"BlockParty", "Dynamics", 179, "BlockParty is like a moderately saturated analog limiter.", airwinconsolidated::BlockParty::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int BlockParty_unused = AirwinRegistry::registerAirwindow({"BlockParty", "Dynamics", 180, "BlockParty is like a moderately saturated analog limiter.", airwinconsolidated::BlockParty::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BrassRider.h" -int BrassRider_unused = AirwinRegistry::registerAirwindow({"BrassRider", "Dynamics", 185, "BrassRider is One Weird Trick for drum overheads in metal!", airwinconsolidated::BrassRider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int BrassRider_unused = AirwinRegistry::registerAirwindow({"BrassRider", "Dynamics", 186, "BrassRider is One Weird Trick for drum overheads in metal!", airwinconsolidated::BrassRider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/BrightAmbience.h" int BrightAmbience_unused = AirwinRegistry::registerAirwindow({"BrightAmbience", "Ambience", 19, "BrightAmbience is a plugin for very bright gated reverbs.", airwinconsolidated::BrightAmbience::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/BrightAmbience2.h" @@ -87,11 +87,11 @@ int BrightAmbience3_unused = AirwinRegistry::registerAirwindow({"BrightAmbience3 #include "autogen_airwin/BuildATPDF.h" int BuildATPDF_unused = AirwinRegistry::registerAirwindow({"BuildATPDF", "Dithers", 157, "BuildATPDF is a dither-making toolkit.", airwinconsolidated::BuildATPDF::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/BussColors4.h" -int BussColors4_unused = AirwinRegistry::registerAirwindow({"BussColors4", "Tone Color", 351, "BussColors4 is the Airwindows console emulations, now working up to 192K correctly.", airwinconsolidated::BussColors4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int BussColors4_unused = AirwinRegistry::registerAirwindow({"BussColors4", "Tone Color", 352, "BussColors4 is the Airwindows console emulations, now working up to 192K correctly.", airwinconsolidated::BussColors4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ButterComp.h" -int ButterComp_unused = AirwinRegistry::registerAirwindow({"ButterComp", "Dynamics", 184, "ButterComp is my softest, smoothest compressor.", airwinconsolidated::ButterComp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ButterComp_unused = AirwinRegistry::registerAirwindow({"ButterComp", "Dynamics", 185, "ButterComp is my softest, smoothest compressor.", airwinconsolidated::ButterComp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ButterComp2.h" -int ButterComp2_unused = AirwinRegistry::registerAirwindow({"ButterComp2", "Dynamics", 174, "ButterComp2 is improved ButterComp with an output control and sound upgrades.", airwinconsolidated::ButterComp2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ButterComp2_unused = AirwinRegistry::registerAirwindow({"ButterComp2", "Dynamics", 175, "ButterComp2 is improved ButterComp with an output control and sound upgrades.", airwinconsolidated::ButterComp2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/C5RawBuss.h" int C5RawBuss_unused = AirwinRegistry::registerAirwindow({"C5RawBuss", "Consoles", 124, "C5RawBuss is the original Console5 algorithm, with optional very gentle DC suppression.", airwinconsolidated::C5RawBuss::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/C5RawChannel.h" @@ -99,41 +99,41 @@ int C5RawChannel_unused = AirwinRegistry::registerAirwindow({"C5RawChannel", "Co #include "autogen_airwin/CStrip.h" int CStrip_unused = AirwinRegistry::registerAirwindow({"CStrip", "Unclassified", -1, "CStrip is an Airwindows channel strip.", airwinconsolidated::CStrip::kNumParameters, "2023-04-12", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/CStrip2.h" -int CStrip2_unused = AirwinRegistry::registerAirwindow({"CStrip2", "Filter", 230, "CStrip2 refines and optimizes CStrip, by request!", airwinconsolidated::CStrip2::kNumParameters, "2023-03-11", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int CStrip2_unused = AirwinRegistry::registerAirwindow({"CStrip2", "Filter", 231, "CStrip2 refines and optimizes CStrip, by request!", airwinconsolidated::CStrip2::kNumParameters, "2023-03-11", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Cabs.h" int Cabs_unused = AirwinRegistry::registerAirwindow({"Cabs", "Amp Sims", 33, "Cabs is an Airwindows guitar speaker cabinet simulator.", airwinconsolidated::Cabs::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Calibre.h" -int Calibre_unused = AirwinRegistry::registerAirwindow({"Calibre", "Tone Color", 356, "Calibre is a re-release of another old Character plugin.", airwinconsolidated::Calibre::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Calibre_unused = AirwinRegistry::registerAirwindow({"Calibre", "Tone Color", 357, "Calibre is a re-release of another old Character plugin.", airwinconsolidated::Calibre::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Cans.h" int Cans_unused = AirwinRegistry::registerAirwindow({"Cans", "Unclassified", -1, "", airwinconsolidated::Cans::kNumParameters, "2024-08-18", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Capacitor.h" -int Capacitor_unused = AirwinRegistry::registerAirwindow({"Capacitor", "Filter", 244, "Capacitor is a lowpass/highpass filter of a new type.", airwinconsolidated::Capacitor::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Capacitor_unused = AirwinRegistry::registerAirwindow({"Capacitor", "Filter", 245, "Capacitor is a lowpass/highpass filter of a new type.", airwinconsolidated::Capacitor::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Capacitor2.h" -int Capacitor2_unused = AirwinRegistry::registerAirwindow({"Capacitor2", "Filter", 225, "Capacitor2 is Capacitor with extra analog modeling and mojo.", airwinconsolidated::Capacitor2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Capacitor2_unused = AirwinRegistry::registerAirwindow({"Capacitor2", "Filter", 226, "Capacitor2 is Capacitor with extra analog modeling and mojo.", airwinconsolidated::Capacitor2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Chamber.h" -int Chamber_unused = AirwinRegistry::registerAirwindow({"Chamber", "Reverb", 293, "Chamber is a feedforward reverb based on the golden ratio.", airwinconsolidated::Chamber::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended" }}); +int Chamber_unused = AirwinRegistry::registerAirwindow({"Chamber", "Reverb", 294, "Chamber is a feedforward reverb based on the golden ratio.", airwinconsolidated::Chamber::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended" }}); #include "autogen_airwin/Chamber2.h" -int Chamber2_unused = AirwinRegistry::registerAirwindow({"Chamber2", "Reverb", 292, "Chamber2 is a feedforward reverb, a blur delay, and a glitch topping!", airwinconsolidated::Chamber2::kNumParameters, "2023-02-04", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Chamber2_unused = AirwinRegistry::registerAirwindow({"Chamber2", "Reverb", 293, "Chamber2 is a feedforward reverb, a blur delay, and a glitch topping!", airwinconsolidated::Chamber2::kNumParameters, "2023-02-04", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Channel4.h" -int Channel4_unused = AirwinRegistry::registerAirwindow({"Channel4", "Tone Color", 365, "Channel4 is a tone coloring plugin that gives more of an analog feel.", airwinconsolidated::Channel4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Channel4_unused = AirwinRegistry::registerAirwindow({"Channel4", "Tone Color", 366, "Channel4 is a tone coloring plugin that gives more of an analog feel.", airwinconsolidated::Channel4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Channel5.h" -int Channel5_unused = AirwinRegistry::registerAirwindow({"Channel5", "Tone Color", 364, "Channel5 is Channel for 2018, with new subtleties.", airwinconsolidated::Channel5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Channel5_unused = AirwinRegistry::registerAirwindow({"Channel5", "Tone Color", 365, "Channel5 is Channel for 2018, with new subtleties.", airwinconsolidated::Channel5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Channel6.h" -int Channel6_unused = AirwinRegistry::registerAirwindow({"Channel6", "Tone Color", 363, "Channel6 uses the Spiral algorithm.", airwinconsolidated::Channel6::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Channel6_unused = AirwinRegistry::registerAirwindow({"Channel6", "Tone Color", 364, "Channel6 uses the Spiral algorithm.", airwinconsolidated::Channel6::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Channel7.h" -int Channel7_unused = AirwinRegistry::registerAirwindow({"Channel7", "Tone Color", 362, "Channel7 improves slew clipping and lets you blend Channel 6 and 5.", airwinconsolidated::Channel7::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Channel7_unused = AirwinRegistry::registerAirwindow({"Channel7", "Tone Color", 363, "Channel7 improves slew clipping and lets you blend Channel 6 and 5.", airwinconsolidated::Channel7::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Channel8.h" -int Channel8_unused = AirwinRegistry::registerAirwindow({"Channel8", "Tone Color", 361, "Channel8 is Channel7 with updates from Capacitor2 and Slew3. More and better of what Channel is.", airwinconsolidated::Channel8::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Channel8_unused = AirwinRegistry::registerAirwindow({"Channel8", "Tone Color", 362, "Channel8 is Channel7 with updates from Capacitor2 and Slew3. More and better of what Channel is.", airwinconsolidated::Channel8::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Channel9.h" -int Channel9_unused = AirwinRegistry::registerAirwindow({"Channel9", "Tone Color", 352, "Channel9 is Channel8 with ultrasonic filtering, and new Teac and Mackie 'low end' settings.", airwinconsolidated::Channel9::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Channel9_unused = AirwinRegistry::registerAirwindow({"Channel9", "Tone Color", 353, "Channel9 is Channel8 with ultrasonic filtering, and new Teac and Mackie 'low end' settings.", airwinconsolidated::Channel9::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Chorus.h" int Chorus_unused = AirwinRegistry::registerAirwindow({"Chorus", "Ambience", 22, "Chorus is a mono chorus, also works as a vibrato.", airwinconsolidated::Chorus::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ChorusEnsemble.h" int ChorusEnsemble_unused = AirwinRegistry::registerAirwindow({"ChorusEnsemble", "Ambience", 23, "ChorusEnsemble is a more complex, multi-tap mono chorus.", airwinconsolidated::ChorusEnsemble::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ChromeOxide.h" -int ChromeOxide_unused = AirwinRegistry::registerAirwindow({"ChromeOxide", "Lo-Fi", 265, "ChromeOxide is an alternate path to vibey old tape sonics.", airwinconsolidated::ChromeOxide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ChromeOxide_unused = AirwinRegistry::registerAirwindow({"ChromeOxide", "Lo-Fi", 266, "ChromeOxide is an alternate path to vibey old tape sonics.", airwinconsolidated::ChromeOxide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Cider.h" -int Cider_unused = AirwinRegistry::registerAirwindow({"Cider", "Tone Color", 357, "Cider is a re-release of another old Character plugin.", airwinconsolidated::Cider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Cider_unused = AirwinRegistry::registerAirwindow({"Cider", "Tone Color", 358, "Cider is a re-release of another old Character plugin.", airwinconsolidated::Cider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ClearCoat.h" int ClearCoat_unused = AirwinRegistry::registerAirwindow({"ClearCoat", "Ambience", 0, "ClearCoat is an array of bright ambience reverbs.", airwinconsolidated::ClearCoat::kNumParameters, "2023-11-06", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ClipOnly2.h" @@ -141,15 +141,15 @@ int ClipOnly2_unused = AirwinRegistry::registerAirwindow({"ClipOnly2", "Clipping #include "autogen_airwin/ClipSoftly.h" int ClipSoftly_unused = AirwinRegistry::registerAirwindow({"ClipSoftly", "Clipping", 80, "ClipSoftly is ClipOnly2 but as a softclipper: a very handy building block.", airwinconsolidated::ClipSoftly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/CloudCoat.h" -int CloudCoat_unused = AirwinRegistry::registerAirwindow({"CloudCoat", "Effects", 198, "CloudCoat is an array of blur effects with a taste for evil.", airwinconsolidated::CloudCoat::kNumParameters, "2024-02-03", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int CloudCoat_unused = AirwinRegistry::registerAirwindow({"CloudCoat", "Effects", 199, "CloudCoat is an array of blur effects with a taste for evil.", airwinconsolidated::CloudCoat::kNumParameters, "2024-02-03", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Coils.h" -int Coils_unused = AirwinRegistry::registerAirwindow({"Coils", "Subtlety", 338, "Coils models the types of distortion you'll find in transformers.", airwinconsolidated::Coils::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Coils_unused = AirwinRegistry::registerAirwindow({"Coils", "Subtlety", 339, "Coils models the types of distortion you'll find in transformers.", airwinconsolidated::Coils::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Coils2.h" -int Coils2_unused = AirwinRegistry::registerAirwindow({"Coils2", "Subtlety", 333, "Coils2 is a transformer overdrive emulator.", airwinconsolidated::Coils2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Coils2_unused = AirwinRegistry::registerAirwindow({"Coils2", "Subtlety", 334, "Coils2 is a transformer overdrive emulator.", airwinconsolidated::Coils2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Cojones.h" -int Cojones_unused = AirwinRegistry::registerAirwindow({"Cojones", "Lo-Fi", 266, "Cojones is a new kind of distorty.", airwinconsolidated::Cojones::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Cojones_unused = AirwinRegistry::registerAirwindow({"Cojones", "Lo-Fi", 267, "Cojones is a new kind of distorty.", airwinconsolidated::Cojones::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Compresaturator.h" -int Compresaturator_unused = AirwinRegistry::registerAirwindow({"Compresaturator", "Dynamics", 182, "Compresaturator fades between compressing and soft clipping.", airwinconsolidated::Compresaturator::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Compresaturator_unused = AirwinRegistry::registerAirwindow({"Compresaturator", "Dynamics", 183, "Compresaturator fades between compressing and soft clipping.", airwinconsolidated::Compresaturator::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Console0Buss.h" int Console0Buss_unused = AirwinRegistry::registerAirwindow({"Console0Buss", "Consoles", 106, "Console0Buss is a radical, minimalist Console system.", airwinconsolidated::Console0Buss::kNumParameters, "2023-05-13", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/Console0Channel.h" @@ -221,25 +221,25 @@ int ConsoleXChannel_unused = AirwinRegistry::registerAirwindow({"ConsoleXChannel #include "autogen_airwin/ConsoleXPre.h" int ConsoleXPre_unused = AirwinRegistry::registerAirwindow({"ConsoleXPre", "Unclassified", -1, "", airwinconsolidated::ConsoleXPre::kNumParameters, "2024-09-22", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ContentHideD.h" -int ContentHideD_unused = AirwinRegistry::registerAirwindow({"ContentHideD", "Utility", 390, "ContentHideD mutes audio except for brief glimpses.", airwinconsolidated::ContentHideD::kNumParameters, "2024-03-30", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ContentHideD_unused = AirwinRegistry::registerAirwindow({"ContentHideD", "Utility", 391, "ContentHideD mutes audio except for brief glimpses.", airwinconsolidated::ContentHideD::kNumParameters, "2024-03-30", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/CreamCoat.h" -int CreamCoat_unused = AirwinRegistry::registerAirwindow({"CreamCoat", "Reverb", 281, "CreamCoat is a swiss army knife reverb with soft undersampling.", airwinconsolidated::CreamCoat::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int CreamCoat_unused = AirwinRegistry::registerAirwindow({"CreamCoat", "Reverb", 282, "CreamCoat is a swiss army knife reverb with soft undersampling.", airwinconsolidated::CreamCoat::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Creature.h" -int Creature_unused = AirwinRegistry::registerAirwindow({"Creature", "Saturation", 301, "Creature is a soft slew saturator, a new class of noisechanger.", airwinconsolidated::Creature::kNumParameters, "2023-08-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Creature_unused = AirwinRegistry::registerAirwindow({"Creature", "Saturation", 302, "Creature is a soft slew saturator, a new class of noisechanger.", airwinconsolidated::Creature::kNumParameters, "2023-08-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/CrickBass.h" int CrickBass_unused = AirwinRegistry::registerAirwindow({"CrickBass", "Amp Sims", 28, "CrickBass is a flexible but aggressive bass tone for dual pickups.", airwinconsolidated::CrickBass::kNumParameters, "2023-09-17", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/CrunchCoat.h" -int CrunchCoat_unused = AirwinRegistry::registerAirwindow({"CrunchCoat", "Reverb", 286, "CrunchCoat is a cursed retro digital reverb!", airwinconsolidated::CrunchCoat::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int CrunchCoat_unused = AirwinRegistry::registerAirwindow({"CrunchCoat", "Reverb", 287, "CrunchCoat is a cursed retro digital reverb!", airwinconsolidated::CrunchCoat::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/CrunchyGrooveWear.h" -int CrunchyGrooveWear_unused = AirwinRegistry::registerAirwindow({"CrunchyGrooveWear", "Lo-Fi", 257, "CrunchyGrooveWear is a version of GrooveWear for more edge and distortion.", airwinconsolidated::CrunchyGrooveWear::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int CrunchyGrooveWear_unused = AirwinRegistry::registerAirwindow({"CrunchyGrooveWear", "Lo-Fi", 258, "CrunchyGrooveWear is a version of GrooveWear for more edge and distortion.", airwinconsolidated::CrunchyGrooveWear::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Crystal.h" -int Crystal_unused = AirwinRegistry::registerAirwindow({"Crystal", "Tone Color", 358, "Crystal is a tone shaper and buss soft-clipper.", airwinconsolidated::Crystal::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Crystal_unused = AirwinRegistry::registerAirwindow({"Crystal", "Tone Color", 359, "Crystal is a tone shaper and buss soft-clipper.", airwinconsolidated::Crystal::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/DCVoltage.h" -int DCVoltage_unused = AirwinRegistry::registerAirwindow({"DCVoltage", "Utility", 379, "DCVoltage is literally a DC control voltage, in a plugin.", airwinconsolidated::DCVoltage::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int DCVoltage_unused = AirwinRegistry::registerAirwindow({"DCVoltage", "Utility", 380, "DCVoltage is literally a DC control voltage, in a plugin.", airwinconsolidated::DCVoltage::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Dark.h" int Dark_unused = AirwinRegistry::registerAirwindow({"Dark", "Dithers", 144, "Dark is a wordlength reducer that gives your music a blacker backdrop.", airwinconsolidated::Dark::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DarkNoise.h" -int DarkNoise_unused = AirwinRegistry::registerAirwindow({"DarkNoise", "Noise", 275, "DarkNoise is an alternative method for producing bassier noise directly. Sound design stuff.", airwinconsolidated::DarkNoise::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int DarkNoise_unused = AirwinRegistry::registerAirwindow({"DarkNoise", "Noise", 276, "DarkNoise is an alternative method for producing bassier noise directly. Sound design stuff.", airwinconsolidated::DarkNoise::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DeBess.h" int DeBess_unused = AirwinRegistry::registerAirwindow({"DeBess", "Brightness", 56, "DeBess is an improved DeEss, with perfect rejection of non-ess audio.", airwinconsolidated::DeBess::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/DeEss.h" @@ -247,33 +247,33 @@ int DeEss_unused = AirwinRegistry::registerAirwindow({"DeEss", "Brightness", 61, #include "autogen_airwin/DeHiss.h" int DeHiss_unused = AirwinRegistry::registerAirwindow({"DeHiss", "Brightness", 71, "DeHiss tries to suppress background hiss, like a hiss gate.", airwinconsolidated::DeHiss::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DeRez.h" -int DeRez_unused = AirwinRegistry::registerAirwindow({"DeRez", "Lo-Fi", 263, "DeRez is an analog-style bit and sample rate crusher with continuous adjustments.", airwinconsolidated::DeRez::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int DeRez_unused = AirwinRegistry::registerAirwindow({"DeRez", "Lo-Fi", 264, "DeRez is an analog-style bit and sample rate crusher with continuous adjustments.", airwinconsolidated::DeRez::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/DeRez2.h" -int DeRez2_unused = AirwinRegistry::registerAirwindow({"DeRez2", "Lo-Fi", 261, "DeRez2 brings more authentic retro-digital hardware tones.", airwinconsolidated::DeRez2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int DeRez2_unused = AirwinRegistry::registerAirwindow({"DeRez2", "Lo-Fi", 262, "DeRez2 brings more authentic retro-digital hardware tones.", airwinconsolidated::DeRez2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/DeRez3.h" -int DeRez3_unused = AirwinRegistry::registerAirwindow({"DeRez3", "Lo-Fi", 255, "DeRez3 reinvents retro digital tones.", airwinconsolidated::DeRez3::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int DeRez3_unused = AirwinRegistry::registerAirwindow({"DeRez3", "Lo-Fi", 256, "DeRez3 reinvents retro digital tones.", airwinconsolidated::DeRez3::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Deckwrecka.h" -int Deckwrecka_unused = AirwinRegistry::registerAirwindow({"Deckwrecka", "Lo-Fi", 269, "Deckwrecka fattens and dirties up beats.", airwinconsolidated::Deckwrecka::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Deckwrecka_unused = AirwinRegistry::registerAirwindow({"Deckwrecka", "Lo-Fi", 270, "Deckwrecka fattens and dirties up beats.", airwinconsolidated::Deckwrecka::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Density.h" int Density_unused = AirwinRegistry::registerAirwindow({"Density", "Distortion", 138, "Density is a Swiss Army Knife of saturation/antisaturation.", airwinconsolidated::Density::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Density2.h" int Density2_unused = AirwinRegistry::registerAirwindow({"Density2", "Distortion", 136, "Density2 is a different color for Density, some old code I had that people wanted.", airwinconsolidated::Density2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Desk.h" -int Desk_unused = AirwinRegistry::registerAirwindow({"Desk", "Subtlety", 339, "Desk is classic Airwindows subtle analog modeling.", airwinconsolidated::Desk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Desk_unused = AirwinRegistry::registerAirwindow({"Desk", "Subtlety", 340, "Desk is classic Airwindows subtle analog modeling.", airwinconsolidated::Desk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Desk4.h" -int Desk4_unused = AirwinRegistry::registerAirwindow({"Desk4", "Saturation", 313, "Desk4 is distinctive analog coloration (a tuneable version of the control-less Desk plugins)", airwinconsolidated::Desk4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Desk4_unused = AirwinRegistry::registerAirwindow({"Desk4", "Saturation", 314, "Desk4 is distinctive analog coloration (a tuneable version of the control-less Desk plugins)", airwinconsolidated::Desk4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DigitalBlack.h" -int DigitalBlack_unused = AirwinRegistry::registerAirwindow({"DigitalBlack", "Dynamics", 171, "DigitalBlack is a quick, staccato gate.", airwinconsolidated::DigitalBlack::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int DigitalBlack_unused = AirwinRegistry::registerAirwindow({"DigitalBlack", "Dynamics", 172, "DigitalBlack is a quick, staccato gate.", airwinconsolidated::DigitalBlack::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Dirt.h" int Dirt_unused = AirwinRegistry::registerAirwindow({"Dirt", "Distortion", 133, "Dirt is a soft-clip distortion in the spirit of Edge.", airwinconsolidated::Dirt::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Discontinuity.h" -int Discontinuity_unused = AirwinRegistry::registerAirwindow({"Discontinuity", "Subtlety", 326, "Discontinuity models air under intense loudness.", airwinconsolidated::Discontinuity::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Discontinuity_unused = AirwinRegistry::registerAirwindow({"Discontinuity", "Subtlety", 327, "Discontinuity models air under intense loudness.", airwinconsolidated::Discontinuity::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Distance.h" -int Distance_unused = AirwinRegistry::registerAirwindow({"Distance", "Filter", 250, "Distance is a sound design or reverb far-away-izer.", airwinconsolidated::Distance::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Distance_unused = AirwinRegistry::registerAirwindow({"Distance", "Filter", 251, "Distance is a sound design or reverb far-away-izer.", airwinconsolidated::Distance::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Distance2.h" -int Distance2_unused = AirwinRegistry::registerAirwindow({"Distance2", "Filter", 251, "Distance2 is a versatile space shaper for creating depth.", airwinconsolidated::Distance2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Distance2_unused = AirwinRegistry::registerAirwindow({"Distance2", "Filter", 252, "Distance2 is a versatile space shaper for creating depth.", airwinconsolidated::Distance2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Distance3.h" -int Distance3_unused = AirwinRegistry::registerAirwindow({"Distance3", "Filter", 226, "Distance3 combines the best parts of Distance and Discontinuity.", airwinconsolidated::Distance3::kNumParameters, "2024-05-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Distance3_unused = AirwinRegistry::registerAirwindow({"Distance3", "Filter", 227, "Distance3 combines the best parts of Distance and Discontinuity.", airwinconsolidated::Distance3::kNumParameters, "2024-05-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Distortion.h" int Distortion_unused = AirwinRegistry::registerAirwindow({"Distortion", "Distortion", 131, "Distortion is a slightly dark analog-style distortion with several presets, like Focus.", airwinconsolidated::Distortion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DitherFloat.h" @@ -291,7 +291,7 @@ int Doublelay_unused = AirwinRegistry::registerAirwindow({"Doublelay", "Ambience #include "autogen_airwin/Drive.h" int Drive_unused = AirwinRegistry::registerAirwindow({"Drive", "Distortion", 139, "Drive is the angry distortion!", airwinconsolidated::Drive::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DrumSlam.h" -int DrumSlam_unused = AirwinRegistry::registerAirwindow({"DrumSlam", "Dynamics", 183, "DrumSlam is a heavy-processing tape modeler.", airwinconsolidated::DrumSlam::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int DrumSlam_unused = AirwinRegistry::registerAirwindow({"DrumSlam", "Dynamics", 184, "DrumSlam is a heavy-processing tape modeler.", airwinconsolidated::DrumSlam::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DubCenter.h" int DubCenter_unused = AirwinRegistry::registerAirwindow({"DubCenter", "Bass", 40, "DubCenter is a version of DubSub where the bass reinforcement is purely mono.", airwinconsolidated::DubCenter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/DubSub.h" @@ -299,31 +299,31 @@ int DubSub_unused = AirwinRegistry::registerAirwindow({"DubSub", "Bass", 41, "Du #include "autogen_airwin/DubSub2.h" int DubSub2_unused = AirwinRegistry::registerAirwindow({"DubSub2", "Bass", 36, "DubSub2 is the essence of the Airwindows head bump.", airwinconsolidated::DubSub2::kNumParameters, "2024-08-04", []() { return std::make_unique(0); }, -1, { "Recommended", " Latest" }}); #include "autogen_airwin/Dubly.h" -int Dubly_unused = AirwinRegistry::registerAirwindow({"Dubly", "Effects", 200, "Dubly is a retro vibe and atmosphere maker.", airwinconsolidated::Dubly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Dubly_unused = AirwinRegistry::registerAirwindow({"Dubly", "Effects", 201, "Dubly is a retro vibe and atmosphere maker.", airwinconsolidated::Dubly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Dubly2.h" -int Dubly2_unused = AirwinRegistry::registerAirwindow({"Dubly2", "Effects", 196, "Dubly2 is a key part of seventies sonics!", airwinconsolidated::Dubly2::kNumParameters, "2024-07-28", []() { return std::make_unique(0); }, -1, { }}); +int Dubly2_unused = AirwinRegistry::registerAirwindow({"Dubly2", "Effects", 197, "Dubly2 is a key part of seventies sonics!", airwinconsolidated::Dubly2::kNumParameters, "2024-07-28", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Dubly3.h" -int Dubly3_unused = AirwinRegistry::registerAirwindow({"Dubly3", "Effects", 195, "Dubly3 refines and transforms the Dubly sound.", airwinconsolidated::Dubly3::kNumParameters, "2024-09-22", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Dubly3_unused = AirwinRegistry::registerAirwindow({"Dubly3", "Effects", 196, "Dubly3 refines and transforms the Dubly sound.", airwinconsolidated::Dubly3::kNumParameters, "2024-09-22", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/DustBunny.h" -int DustBunny_unused = AirwinRegistry::registerAirwindow({"DustBunny", "Lo-Fi", 270, "DustBunny is unpredictable distorty noise, like dust wedged under your turntable needle.", airwinconsolidated::DustBunny::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int DustBunny_unused = AirwinRegistry::registerAirwindow({"DustBunny", "Lo-Fi", 271, "DustBunny is unpredictable distorty noise, like dust wedged under your turntable needle.", airwinconsolidated::DustBunny::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Dynamics.h" -int Dynamics_unused = AirwinRegistry::registerAirwindow({"Dynamics", "Dynamics", 169, "Dynamics is a combination compressor gate.", airwinconsolidated::Dynamics::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Dynamics_unused = AirwinRegistry::registerAirwindow({"Dynamics", "Dynamics", 170, "Dynamics is a combination compressor gate.", airwinconsolidated::Dynamics::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Dyno.h" -int Dyno_unused = AirwinRegistry::registerAirwindow({"Dyno", "Saturation", 310, "Dyno is a lot like Mojo, but for intensity instead of loudness.", airwinconsolidated::Dyno::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Dyno_unused = AirwinRegistry::registerAirwindow({"Dyno", "Saturation", 311, "Dyno is a lot like Mojo, but for intensity instead of loudness.", airwinconsolidated::Dyno::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/EQ.h" -int EQ_unused = AirwinRegistry::registerAirwindow({"EQ", "Filter", 243, "EQ is just the EQ parts of CStrip.", airwinconsolidated::EQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int EQ_unused = AirwinRegistry::registerAirwindow({"EQ", "Filter", 244, "EQ is just the EQ parts of CStrip.", airwinconsolidated::EQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/EdIsDim.h" -int EdIsDim_unused = AirwinRegistry::registerAirwindow({"EdIsDim", "Utility", 380, "EdIsDim is mid/side conversion utility plugins.", airwinconsolidated::EdIsDim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int EdIsDim_unused = AirwinRegistry::registerAirwindow({"EdIsDim", "Utility", 381, "EdIsDim is mid/side conversion utility plugins.", airwinconsolidated::EdIsDim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Edge.h" int Edge_unused = AirwinRegistry::registerAirwindow({"Edge", "Distortion", 132, "Edge is a seven-stage distortion with Hypersonic filtering and tone shaping controls.", airwinconsolidated::Edge::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Elation.h" -int Elation_unused = AirwinRegistry::registerAirwindow({"Elation", "Tone Color", 355, "Elation is a re-release of another old Character plugin.", airwinconsolidated::Elation::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Elation_unused = AirwinRegistry::registerAirwindow({"Elation", "Tone Color", 356, "Elation is a re-release of another old Character plugin.", airwinconsolidated::Elation::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ElectroHat.h" -int ElectroHat_unused = AirwinRegistry::registerAirwindow({"ElectroHat", "Noise", 276, "ElectroHat is a hi-hat tone generator that uses the original sound as a control voltage.", airwinconsolidated::ElectroHat::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ElectroHat_unused = AirwinRegistry::registerAirwindow({"ElectroHat", "Noise", 277, "ElectroHat is a hi-hat tone generator that uses the original sound as a control voltage.", airwinconsolidated::ElectroHat::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Energy.h" -int Energy_unused = AirwinRegistry::registerAirwindow({"Energy", "Effects", 213, "Energy is electrifying fixed-frequency treble boosts.", airwinconsolidated::Energy::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Energy_unused = AirwinRegistry::registerAirwindow({"Energy", "Effects", 214, "Energy is electrifying fixed-frequency treble boosts.", airwinconsolidated::Energy::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Energy2.h" -int Energy2_unused = AirwinRegistry::registerAirwindow({"Energy2", "Effects", 212, "Energy2 is electrifying fixed-frequency treble boosts for high sample rate.", airwinconsolidated::Energy2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Energy2_unused = AirwinRegistry::registerAirwindow({"Energy2", "Effects", 213, "Energy2 is electrifying fixed-frequency treble boosts for high sample rate.", airwinconsolidated::Energy2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Ensemble.h" int Ensemble_unused = AirwinRegistry::registerAirwindow({"Ensemble", "Ambience", 24, "Ensemble is a weird flangey little modulation effect.", airwinconsolidated::Ensemble::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/EveryConsole.h" @@ -331,11 +331,11 @@ int EveryConsole_unused = AirwinRegistry::registerAirwindow({"EveryConsole", "Co #include "autogen_airwin/EverySlew.h" int EverySlew_unused = AirwinRegistry::registerAirwindow({"EverySlew", "Brightness", 63, "EverySlew is a wide variety of unique sound processing tools.", airwinconsolidated::EverySlew::kNumParameters, "2023-07-22", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/EveryTrim.h" -int EveryTrim_unused = AirwinRegistry::registerAirwindow({"EveryTrim", "Utility", 373, "EveryTrim is Left/Right, Mid/Side, and Master in one plugin.", airwinconsolidated::EveryTrim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int EveryTrim_unused = AirwinRegistry::registerAirwindow({"EveryTrim", "Utility", 374, "EveryTrim is Left/Right, Mid/Side, and Master in one plugin.", airwinconsolidated::EveryTrim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Exciter.h" -int Exciter_unused = AirwinRegistry::registerAirwindow({"Exciter", "Effects", 211, "Exciter is an Aural Exciter plugin that can be both subtle and extreme.", airwinconsolidated::Exciter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Exciter_unused = AirwinRegistry::registerAirwindow({"Exciter", "Effects", 212, "Exciter is an Aural Exciter plugin that can be both subtle and extreme.", airwinconsolidated::Exciter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Facet.h" -int Facet_unused = AirwinRegistry::registerAirwindow({"Facet", "Effects", 214, "Facet is a new kind of hard clip that adds two sharp corners into the wave.", airwinconsolidated::Facet::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Facet_unused = AirwinRegistry::registerAirwindow({"Facet", "Effects", 215, "Facet is a new kind of hard clip that adds two sharp corners into the wave.", airwinconsolidated::Facet::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/FathomFive.h" int FathomFive_unused = AirwinRegistry::registerAirwindow({"FathomFive", "Bass", 44, "FathomFive is a way of supplementing extreme bass that’s not just EQ.", airwinconsolidated::FathomFive::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/FinalClip.h" @@ -343,49 +343,49 @@ int FinalClip_unused = AirwinRegistry::registerAirwindow({"FinalClip", "Clipping #include "autogen_airwin/FireAmp.h" int FireAmp_unused = AirwinRegistry::registerAirwindow({"FireAmp", "Amp Sims", 26, "FireAmp is a bright, loud, tubey amp sim for leads and dirt guitar.", airwinconsolidated::FireAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Flipity.h" -int Flipity_unused = AirwinRegistry::registerAirwindow({"Flipity", "Utility", 387, "Flipity is a channel phase flipper/swapper utility.", airwinconsolidated::Flipity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Flipity_unused = AirwinRegistry::registerAirwindow({"Flipity", "Utility", 388, "Flipity is a channel phase flipper/swapper utility.", airwinconsolidated::Flipity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Floor.h" int Floor_unused = AirwinRegistry::registerAirwindow({"Floor", "Bass", 42, "Floor is fake bottom octave for fun and profit!", airwinconsolidated::Floor::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Flutter.h" -int Flutter_unused = AirwinRegistry::registerAirwindow({"Flutter", "Lo-Fi", 260, "Flutter is the flutter from ToTape6, standalone.", airwinconsolidated::Flutter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Flutter_unused = AirwinRegistry::registerAirwindow({"Flutter", "Lo-Fi", 261, "Flutter is the flutter from ToTape6, standalone.", airwinconsolidated::Flutter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Flutter2.h" -int Flutter2_unused = AirwinRegistry::registerAirwindow({"Flutter2", "Lo-Fi", 254, "Flutter2 is the flutter from ToTape7, standalone.", airwinconsolidated::Flutter2::kNumParameters, "2024-07-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Flutter2_unused = AirwinRegistry::registerAirwindow({"Flutter2", "Lo-Fi", 255, "Flutter2 is the flutter from ToTape7, standalone.", airwinconsolidated::Flutter2::kNumParameters, "2024-07-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Focus.h" -int Focus_unused = AirwinRegistry::registerAirwindow({"Focus", "Saturation", 308, "Focus brings out clarity by distorting. Aggressive, subtle, flexible.", airwinconsolidated::Focus::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Focus_unused = AirwinRegistry::registerAirwindow({"Focus", "Saturation", 309, "Focus brings out clarity by distorting. Aggressive, subtle, flexible.", airwinconsolidated::Focus::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Fracture.h" -int Fracture_unused = AirwinRegistry::registerAirwindow({"Fracture", "Effects", 215, "Fracture is a frequency multiplier/waveshaper with a soft disruption to the sound.", airwinconsolidated::Fracture::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Fracture_unused = AirwinRegistry::registerAirwindow({"Fracture", "Effects", 216, "Fracture is a frequency multiplier/waveshaper with a soft disruption to the sound.", airwinconsolidated::Fracture::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Fracture2.h" -int Fracture2_unused = AirwinRegistry::registerAirwindow({"Fracture2", "Effects", 199, "Fracture2 is a wavefolder that allows more extreme disruption.", airwinconsolidated::Fracture2::kNumParameters, "2023-06-25", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Fracture2_unused = AirwinRegistry::registerAirwindow({"Fracture2", "Effects", 200, "Fracture2 is a wavefolder that allows more extreme disruption.", airwinconsolidated::Fracture2::kNumParameters, "2023-06-25", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/FromTape.h" -int FromTape_unused = AirwinRegistry::registerAirwindow({"FromTape", "Tape", 345, "FromTape is a minimalist, cleaner analog tape emulation.", airwinconsolidated::FromTape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int FromTape_unused = AirwinRegistry::registerAirwindow({"FromTape", "Tape", 346, "FromTape is a minimalist, cleaner analog tape emulation.", airwinconsolidated::FromTape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Galactic.h" -int Galactic_unused = AirwinRegistry::registerAirwindow({"Galactic", "Reverb", 289, "Galactic is a super-reverb designed specially for pads and space ambient.", airwinconsolidated::Galactic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended" }}); +int Galactic_unused = AirwinRegistry::registerAirwindow({"Galactic", "Reverb", 290, "Galactic is a super-reverb designed specially for pads and space ambient.", airwinconsolidated::Galactic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended" }}); #include "autogen_airwin/Galactic2.h" -int Galactic2_unused = AirwinRegistry::registerAirwindow({"Galactic2", "Reverb", 290, "Galactic2 is a super-reverb REdesigned specially for pads and space ambient.", airwinconsolidated::Galactic2::kNumParameters, "2023-04-23", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Galactic2_unused = AirwinRegistry::registerAirwindow({"Galactic2", "Reverb", 291, "Galactic2 is a super-reverb REdesigned specially for pads and space ambient.", airwinconsolidated::Galactic2::kNumParameters, "2023-04-23", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Galactic3.h" -int Galactic3_unused = AirwinRegistry::registerAirwindow({"Galactic3", "Reverb", 279, "Galactic3 is exactly Galactic again, but with better undersampling.", airwinconsolidated::Galactic3::kNumParameters, "2024-10-13", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Galactic3_unused = AirwinRegistry::registerAirwindow({"Galactic3", "Reverb", 280, "Galactic3 is exactly Galactic again, but with better undersampling.", airwinconsolidated::Galactic3::kNumParameters, "2024-10-13", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/GalacticVibe.h" -int GalacticVibe_unused = AirwinRegistry::registerAirwindow({"GalacticVibe", "Effects", 197, "GalacticVibe is the stereo vibrato from the original Galactic reverb.", airwinconsolidated::GalacticVibe::kNumParameters, "2023-04-23", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int GalacticVibe_unused = AirwinRegistry::registerAirwindow({"GalacticVibe", "Effects", 198, "GalacticVibe is the stereo vibrato from the original Galactic reverb.", airwinconsolidated::GalacticVibe::kNumParameters, "2023-04-23", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Gatelope.h" -int Gatelope_unused = AirwinRegistry::registerAirwindow({"Gatelope", "Dynamics", 187, "Gatelope is a special gate that applies filters.", airwinconsolidated::Gatelope::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Gatelope_unused = AirwinRegistry::registerAirwindow({"Gatelope", "Dynamics", 188, "Gatelope is a special gate that applies filters.", airwinconsolidated::Gatelope::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/GlitchShifter.h" -int GlitchShifter_unused = AirwinRegistry::registerAirwindow({"GlitchShifter", "Effects", 209, "GlitchShifter is a really gnarly, raw-sounding pitch shifter with a dose of insanity!", airwinconsolidated::GlitchShifter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int GlitchShifter_unused = AirwinRegistry::registerAirwindow({"GlitchShifter", "Effects", 210, "GlitchShifter is a really gnarly, raw-sounding pitch shifter with a dose of insanity!", airwinconsolidated::GlitchShifter::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/GoldenSlew.h" int GoldenSlew_unused = AirwinRegistry::registerAirwindow({"GoldenSlew", "Brightness", 57, "GoldenSlew is a multistage slew clipper based on the Golden Ratio.", airwinconsolidated::GoldenSlew::kNumParameters, "2023-07-02", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Golem.h" -int Golem_unused = AirwinRegistry::registerAirwindow({"Golem", "Utility", 378, "Golem lets you blend a stereo track of two mics on an amp.", airwinconsolidated::Golem::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Golem_unused = AirwinRegistry::registerAirwindow({"Golem", "Utility", 379, "Golem lets you blend a stereo track of two mics on an amp.", airwinconsolidated::Golem::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/GrindAmp.h" int GrindAmp_unused = AirwinRegistry::registerAirwindow({"GrindAmp", "Amp Sims", 25, "GrindAmp is a heavier amp sim for many purposes.", airwinconsolidated::GrindAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Gringer.h" -int Gringer_unused = AirwinRegistry::registerAirwindow({"Gringer", "Effects", 210, "Gringer is a full-wave rectifier plugin, like a Green Ringer guitar effect.", airwinconsolidated::Gringer::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Gringer_unused = AirwinRegistry::registerAirwindow({"Gringer", "Effects", 211, "Gringer is a full-wave rectifier plugin, like a Green Ringer guitar effect.", airwinconsolidated::Gringer::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/GrooveWear.h" -int GrooveWear_unused = AirwinRegistry::registerAirwindow({"GrooveWear", "Lo-Fi", 258, "GrooveWear is for scrubbing highs off mechanically like a stylus would.", airwinconsolidated::GrooveWear::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int GrooveWear_unused = AirwinRegistry::registerAirwindow({"GrooveWear", "Lo-Fi", 259, "GrooveWear is for scrubbing highs off mechanically like a stylus would.", airwinconsolidated::GrooveWear::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/GuitarConditioner.h" -int GuitarConditioner_unused = AirwinRegistry::registerAirwindow({"GuitarConditioner", "Effects", 205, "GuitarConditioner is like a Tube Screamer voicing without the squishiness and indistinctness.", airwinconsolidated::GuitarConditioner::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int GuitarConditioner_unused = AirwinRegistry::registerAirwindow({"GuitarConditioner", "Effects", 206, "GuitarConditioner is like a Tube Screamer voicing without the squishiness and indistinctness.", airwinconsolidated::GuitarConditioner::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/HardVacuum.h" int HardVacuum_unused = AirwinRegistry::registerAirwindow({"HardVacuum", "Distortion", 141, "HardVacuum is tube style saturation effects.", airwinconsolidated::HardVacuum::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/HermeTrim.h" -int HermeTrim_unused = AirwinRegistry::registerAirwindow({"HermeTrim", "Utility", 374, "HermeTrim is Very Fine Adjustments, otherwise just like EveryTrim.", airwinconsolidated::HermeTrim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int HermeTrim_unused = AirwinRegistry::registerAirwindow({"HermeTrim", "Utility", 375, "HermeTrim is Very Fine Adjustments, otherwise just like EveryTrim.", airwinconsolidated::HermeTrim::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Hermepass.h" int Hermepass_unused = AirwinRegistry::registerAirwindow({"Hermepass", "Bass", 38, "Hermepass is a mastering highpass to set by ear only.", airwinconsolidated::Hermepass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/HighGlossDither.h" @@ -393,115 +393,115 @@ int HighGlossDither_unused = AirwinRegistry::registerAirwindow({"HighGlossDither #include "autogen_airwin/HighImpact.h" int HighImpact_unused = AirwinRegistry::registerAirwindow({"HighImpact", "Distortion", 142, "HighImpact is distorted grit and punch without fatness.", airwinconsolidated::HighImpact::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Highpass.h" -int Highpass_unused = AirwinRegistry::registerAirwindow({"Highpass", "Filter", 253, "Highpass is a time warp, for retro midrangey sounds.", airwinconsolidated::Highpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Highpass_unused = AirwinRegistry::registerAirwindow({"Highpass", "Filter", 254, "Highpass is a time warp, for retro midrangey sounds.", airwinconsolidated::Highpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Highpass2.h" -int Highpass2_unused = AirwinRegistry::registerAirwindow({"Highpass2", "Filter", 249, "Highpass2 is an unusual-sounding variable-slope highpass filter.", airwinconsolidated::Highpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Highpass2_unused = AirwinRegistry::registerAirwindow({"Highpass2", "Filter", 250, "Highpass2 is an unusual-sounding variable-slope highpass filter.", airwinconsolidated::Highpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Holt.h" -int Holt_unused = AirwinRegistry::registerAirwindow({"Holt", "Filter", 235, "Holt is a synth-like resonant lowpass filter focussed on bass frequencies.", airwinconsolidated::Holt::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Holt_unused = AirwinRegistry::registerAirwindow({"Holt", "Filter", 236, "Holt is a synth-like resonant lowpass filter focussed on bass frequencies.", airwinconsolidated::Holt::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Holt2.h" -int Holt2_unused = AirwinRegistry::registerAirwindow({"Holt2", "Filter", 234, "Holt2 is a bass-cab-like resonant lowpass filter.", airwinconsolidated::Holt2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Holt2_unused = AirwinRegistry::registerAirwindow({"Holt2", "Filter", 235, "Holt2 is a bass-cab-like resonant lowpass filter.", airwinconsolidated::Holt2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Hombre.h" int Hombre_unused = AirwinRegistry::registerAirwindow({"Hombre", "Ambience", 17, "Hombre is atmosphere and texture (through very short delays).", airwinconsolidated::Hombre::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Huge.h" -int Huge_unused = AirwinRegistry::registerAirwindow({"Huge", "Saturation", 302, "Huge is a dirty, dirty loudenator.", airwinconsolidated::Huge::kNumParameters, "2023-03-31", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Huge_unused = AirwinRegistry::registerAirwindow({"Huge", "Saturation", 303, "Huge is a dirty, dirty loudenator.", airwinconsolidated::Huge::kNumParameters, "2023-03-31", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Hull.h" -int Hull_unused = AirwinRegistry::registerAirwindow({"Hull", "Filter", 242, "Hull is an alternate form of highpass/lowpass filter.", airwinconsolidated::Hull::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Hull_unused = AirwinRegistry::registerAirwindow({"Hull", "Filter", 243, "Hull is an alternate form of highpass/lowpass filter.", airwinconsolidated::Hull::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Hull2.h" -int Hull2_unused = AirwinRegistry::registerAirwindow({"Hull2", "Filter", 240, "Hull2 is a very clear three-band EQ.", airwinconsolidated::Hull2::kNumParameters, "2023-12-09", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Hull2_unused = AirwinRegistry::registerAirwindow({"Hull2", "Filter", 241, "Hull2 is a very clear three-band EQ.", airwinconsolidated::Hull2::kNumParameters, "2023-12-09", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Hype.h" -int Hype_unused = AirwinRegistry::registerAirwindow({"Hype", "Subtlety", 327, "Hype is a treble softening experiment gone strangely awry :)", airwinconsolidated::Hype::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Hype_unused = AirwinRegistry::registerAirwindow({"Hype", "Subtlety", 328, "Hype is a treble softening experiment gone strangely awry :)", airwinconsolidated::Hype::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/HypersonX.h" int HypersonX_unused = AirwinRegistry::registerAirwindow({"HypersonX", "Brightness", 73, "HypersonX is like UltrasonX but with seven stages instead of five.", airwinconsolidated::HypersonX::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Hypersonic.h" int Hypersonic_unused = AirwinRegistry::registerAirwindow({"Hypersonic", "Brightness", 72, "Hypersonic is Ultrasonic, but steeper and higher cutoff.", airwinconsolidated::Hypersonic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Infinity.h" -int Infinity_unused = AirwinRegistry::registerAirwindow({"Infinity", "Reverb", 297, "Infinity is a MatrixVerb specifically designed to sustain and layer sounds forever.", airwinconsolidated::Infinity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Infinity_unused = AirwinRegistry::registerAirwindow({"Infinity", "Reverb", 298, "Infinity is a MatrixVerb specifically designed to sustain and layer sounds forever.", airwinconsolidated::Infinity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Infinity2.h" -int Infinity2_unused = AirwinRegistry::registerAirwindow({"Infinity2", "Reverb", 294, "Infinity2 expands Infinity with more tone shaping and a much-requested kill-switch!", airwinconsolidated::Infinity2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Infinity2_unused = AirwinRegistry::registerAirwindow({"Infinity2", "Reverb", 295, "Infinity2 expands Infinity with more tone shaping and a much-requested kill-switch!", airwinconsolidated::Infinity2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Inflamer.h" -int Inflamer_unused = AirwinRegistry::registerAirwindow({"Inflamer", "Subtlety", 329, "Inflamer is an Airwindowsized take on the waveshapers in Oxford Inflator.", airwinconsolidated::Inflamer::kNumParameters, "2023-08-12", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Inflamer_unused = AirwinRegistry::registerAirwindow({"Inflamer", "Subtlety", 330, "Inflamer is an Airwindowsized take on the waveshapers in Oxford Inflator.", airwinconsolidated::Inflamer::kNumParameters, "2023-08-12", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Infrasonic.h" int Infrasonic_unused = AirwinRegistry::registerAirwindow({"Infrasonic", "Bass", 43, "Infrasonic is a very steep subsonic filter, built like Ultrasonic.", airwinconsolidated::Infrasonic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Interstage.h" -int Interstage_unused = AirwinRegistry::registerAirwindow({"Interstage", "Subtlety", 334, "Interstage is a subtle and sophisticated analogifier.", airwinconsolidated::Interstage::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Latest" }}); +int Interstage_unused = AirwinRegistry::registerAirwindow({"Interstage", "Subtlety", 335, "Interstage is a subtle and sophisticated analogifier.", airwinconsolidated::Interstage::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Latest" }}); #include "autogen_airwin/IronOxide5.h" -int IronOxide5_unused = AirwinRegistry::registerAirwindow({"IronOxide5", "Tape", 348, "IronOxide5 is the old school, heavily colored Airwindows tape emulation.", airwinconsolidated::IronOxide5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int IronOxide5_unused = AirwinRegistry::registerAirwindow({"IronOxide5", "Tape", 349, "IronOxide5 is the old school, heavily colored Airwindows tape emulation.", airwinconsolidated::IronOxide5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/IronOxideClassic.h" -int IronOxideClassic_unused = AirwinRegistry::registerAirwindow({"IronOxideClassic", "Tape", 350, "IronOxideClassic is the purer, simpler, early form of Iron Oxide before all the features.", airwinconsolidated::IronOxideClassic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int IronOxideClassic_unused = AirwinRegistry::registerAirwindow({"IronOxideClassic", "Tape", 351, "IronOxideClassic is the purer, simpler, early form of Iron Oxide before all the features.", airwinconsolidated::IronOxideClassic::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/IronOxideClassic2.h" -int IronOxideClassic2_unused = AirwinRegistry::registerAirwindow({"IronOxideClassic2", "Tape", 347, "IronOxideClassic2 is my bandpassy tape sim, updated for high sample rate and aliasing control.", airwinconsolidated::IronOxideClassic2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int IronOxideClassic2_unused = AirwinRegistry::registerAirwindow({"IronOxideClassic2", "Tape", 348, "IronOxideClassic2 is my bandpassy tape sim, updated for high sample rate and aliasing control.", airwinconsolidated::IronOxideClassic2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Isolator.h" -int Isolator_unused = AirwinRegistry::registerAirwindow({"Isolator", "Filter", 245, "Isolator is a steep highpass or lowpass filter, like you might find in a speaker crossover.", airwinconsolidated::Isolator::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Isolator_unused = AirwinRegistry::registerAirwindow({"Isolator", "Filter", 246, "Isolator is a steep highpass or lowpass filter, like you might find in a speaker crossover.", airwinconsolidated::Isolator::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Isolator2.h" -int Isolator2_unused = AirwinRegistry::registerAirwindow({"Isolator2", "Filter", 232, "Isolator2 is Isolator, but with control smoothing and a new resonance booster.", airwinconsolidated::Isolator2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Isolator2_unused = AirwinRegistry::registerAirwindow({"Isolator2", "Filter", 233, "Isolator2 is Isolator, but with control smoothing and a new resonance booster.", airwinconsolidated::Isolator2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Isolator3.h" -int Isolator3_unused = AirwinRegistry::registerAirwindow({"Isolator3", "Filter", 222, "Isolator3 is Isolator2, but on one slider, with a band-narrower control.", airwinconsolidated::Isolator3::kNumParameters, "2024-08-18", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Isolator3_unused = AirwinRegistry::registerAirwindow({"Isolator3", "Filter", 223, "Isolator3 is Isolator2, but on one slider, with a band-narrower control.", airwinconsolidated::Isolator3::kNumParameters, "2024-08-18", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Kalman.h" -int Kalman_unused = AirwinRegistry::registerAirwindow({"Kalman", "Filter", 233, "Kalman is not a real filter!", airwinconsolidated::Kalman::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { }}); +int Kalman_unused = AirwinRegistry::registerAirwindow({"Kalman", "Filter", 234, "Kalman is not a real filter!", airwinconsolidated::Kalman::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/LRFlipTimer.h" -int LRFlipTimer_unused = AirwinRegistry::registerAirwindow({"LRFlipTimer", "Stereo", 322, "LRFlipTimer is a utility that swaps Left with Right every few (1-10) minutes.", airwinconsolidated::LRFlipTimer::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int LRFlipTimer_unused = AirwinRegistry::registerAirwindow({"LRFlipTimer", "Stereo", 323, "LRFlipTimer is a utility that swaps Left with Right every few (1-10) minutes.", airwinconsolidated::LRFlipTimer::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/LeadAmp.h" int LeadAmp_unused = AirwinRegistry::registerAirwindow({"LeadAmp", "Amp Sims", 27, "LeadAmp is an amp sim with a clear, penetrating, vocal tone.", airwinconsolidated::LeadAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/LeftoMono.h" -int LeftoMono_unused = AirwinRegistry::registerAirwindow({"LeftoMono", "Utility", 385, "LeftoMono copies one channel to both, losslessly.", airwinconsolidated::LeftoMono::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int LeftoMono_unused = AirwinRegistry::registerAirwindow({"LeftoMono", "Utility", 386, "LeftoMono copies one channel to both, losslessly.", airwinconsolidated::LeftoMono::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/LilAmp.h" int LilAmp_unused = AirwinRegistry::registerAirwindow({"LilAmp", "Amp Sims", 30, "LilAmp is a tiny amp sim, like a little bitty practice amp without that much gain.", airwinconsolidated::LilAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Logical4.h" -int Logical4_unused = AirwinRegistry::registerAirwindow({"Logical4", "Dynamics", 172, "Logical4 is a classic 2-buss compressor.", airwinconsolidated::Logical4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Logical4_unused = AirwinRegistry::registerAirwindow({"Logical4", "Dynamics", 173, "Logical4 is a classic 2-buss compressor.", airwinconsolidated::Logical4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Loud.h" int Loud_unused = AirwinRegistry::registerAirwindow({"Loud", "Distortion", 140, "Loud is distortion and demolition of air molecules, modeled.", airwinconsolidated::Loud::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Lowpass.h" -int Lowpass_unused = AirwinRegistry::registerAirwindow({"Lowpass", "Filter", 252, "Lowpass deepens the tone, leaves a gloss and textural modifications.", airwinconsolidated::Lowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Lowpass_unused = AirwinRegistry::registerAirwindow({"Lowpass", "Filter", 253, "Lowpass deepens the tone, leaves a gloss and textural modifications.", airwinconsolidated::Lowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Lowpass2.h" -int Lowpass2_unused = AirwinRegistry::registerAirwindow({"Lowpass2", "Filter", 248, "Lowpass2 is an unusual-sounding variable-slope lowpass filter.", airwinconsolidated::Lowpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Lowpass2_unused = AirwinRegistry::registerAirwindow({"Lowpass2", "Filter", 249, "Lowpass2 is an unusual-sounding variable-slope lowpass filter.", airwinconsolidated::Lowpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Luxor.h" -int Luxor_unused = AirwinRegistry::registerAirwindow({"Luxor", "Tone Color", 360, "Luxor is a re-release of another old Character plugin.", airwinconsolidated::Luxor::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Luxor_unused = AirwinRegistry::registerAirwindow({"Luxor", "Tone Color", 361, "Luxor is a re-release of another old Character plugin.", airwinconsolidated::Luxor::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MSFlipTimer.h" -int MSFlipTimer_unused = AirwinRegistry::registerAirwindow({"MSFlipTimer", "Stereo", 323, "MSFlipTimer is a utility that swaps stereo with mono every few (1-10) minutes.", airwinconsolidated::MSFlipTimer::kNumParameters, "2023-12-09", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int MSFlipTimer_unused = AirwinRegistry::registerAirwindow({"MSFlipTimer", "Stereo", 324, "MSFlipTimer is a utility that swaps stereo with mono every few (1-10) minutes.", airwinconsolidated::MSFlipTimer::kNumParameters, "2023-12-09", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MV.h" int MV_unused = AirwinRegistry::registerAirwindow({"MV", "Ambience", 9, "MV is a dual-mono reverb based on BitShiftGain and the old Midiverbs.", airwinconsolidated::MV::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/MV2.h" int MV2_unused = AirwinRegistry::registerAirwindow({"MV2", "Ambience", 8, "MV2 is a dual-mono reverb based on BitShiftGain and the old Midiverbs, adapted to high sample rates.", airwinconsolidated::MV2::kNumParameters, "2023-04-23", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MackEQ.h" -int MackEQ_unused = AirwinRegistry::registerAirwindow({"MackEQ", "Filter", 239, "MackEQ is the Mackie distortion but with treble and bass controls added.", airwinconsolidated::MackEQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int MackEQ_unused = AirwinRegistry::registerAirwindow({"MackEQ", "Filter", 240, "MackEQ is the Mackie distortion but with treble and bass controls added.", airwinconsolidated::MackEQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Mackity.h" int Mackity_unused = AirwinRegistry::registerAirwindow({"Mackity", "Distortion", 134, "Mackity is an emulation of the input stage of a vintage Mackie 1202!", airwinconsolidated::Mackity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Mastering.h" int Mastering_unused = AirwinRegistry::registerAirwindow({"Mastering", "Unclassified", -1, "", airwinconsolidated::Mastering::kNumParameters, "2024-11-03", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/MatrixVerb.h" -int MatrixVerb_unused = AirwinRegistry::registerAirwindow({"MatrixVerb", "Reverb", 298, "MatrixVerb is a wildly adjustable, strangely colorful reverb for deep and flexible spaces.", airwinconsolidated::MatrixVerb::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int MatrixVerb_unused = AirwinRegistry::registerAirwindow({"MatrixVerb", "Reverb", 299, "MatrixVerb is a wildly adjustable, strangely colorful reverb for deep and flexible spaces.", airwinconsolidated::MatrixVerb::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Melt.h" int Melt_unused = AirwinRegistry::registerAirwindow({"Melt", "Ambience", 7, "Melt is a wobbly chorusy weird diffuse effect.", airwinconsolidated::Melt::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MidAmp.h" int MidAmp_unused = AirwinRegistry::registerAirwindow({"MidAmp", "Amp Sims", 31, "MidAmp is a clean amp sim meant to work like a loud Twin or something of that nature.", airwinconsolidated::MidAmp::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MidSide.h" -int MidSide_unused = AirwinRegistry::registerAirwindow({"MidSide", "Utility", 381, "MidSide is the other side of the EdIsDim mid/side conversion utility plugin.", airwinconsolidated::MidSide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int MidSide_unused = AirwinRegistry::registerAirwindow({"MidSide", "Utility", 382, "MidSide is the other side of the EdIsDim mid/side conversion utility plugin.", airwinconsolidated::MidSide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/MoNoam.h" -int MoNoam_unused = AirwinRegistry::registerAirwindow({"MoNoam", "Utility", 388, "MoNoam gives you variations on mono, mid, and side in different channels.", airwinconsolidated::MoNoam::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int MoNoam_unused = AirwinRegistry::registerAirwindow({"MoNoam", "Utility", 389, "MoNoam gives you variations on mono, mid, and side in different channels.", airwinconsolidated::MoNoam::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Mojo.h" -int Mojo_unused = AirwinRegistry::registerAirwindow({"Mojo", "Saturation", 309, "Mojo is a biggenator that also works as a loudenator.", airwinconsolidated::Mojo::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Mojo_unused = AirwinRegistry::registerAirwindow({"Mojo", "Saturation", 310, "Mojo is a biggenator that also works as a loudenator.", airwinconsolidated::Mojo::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Monitoring.h" -int Monitoring_unused = AirwinRegistry::registerAirwindow({"Monitoring", "Utility", 368, "Monitoring is your one-stop shop for final 2-buss work!", airwinconsolidated::Monitoring::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Monitoring_unused = AirwinRegistry::registerAirwindow({"Monitoring", "Utility", 369, "Monitoring is your one-stop shop for final 2-buss work!", airwinconsolidated::Monitoring::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Monitoring2.h" -int Monitoring2_unused = AirwinRegistry::registerAirwindow({"Monitoring2", "Utility", 367, "Monitoring2 is Monitoring, but with Dark as the wordlength reducer.", airwinconsolidated::Monitoring2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Monitoring2_unused = AirwinRegistry::registerAirwindow({"Monitoring2", "Utility", 368, "Monitoring2 is Monitoring, but with Dark as the wordlength reducer.", airwinconsolidated::Monitoring2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Monitoring3.h" -int Monitoring3_unused = AirwinRegistry::registerAirwindow({"Monitoring3", "Utility", 366, "Monitoring3 is Monitoring, but with Ten Nines into Dark as the wordlength reducer.", airwinconsolidated::Monitoring3::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Monitoring3_unused = AirwinRegistry::registerAirwindow({"Monitoring3", "Utility", 367, "Monitoring3 is Monitoring, but with Ten Nines into Dark as the wordlength reducer.", airwinconsolidated::Monitoring3::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/MultiBandDistortion.h" int MultiBandDistortion_unused = AirwinRegistry::registerAirwindow({"MultiBandDistortion", "Distortion", 143, "MultiBandDistortion is an old weird gnarly sound wrecker :)", airwinconsolidated::MultiBandDistortion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/NCSeventeen.h" -int NCSeventeen_unused = AirwinRegistry::registerAirwindow({"NCSeventeen", "Saturation", 303, "NCSeventeen is Dirty Loud!", airwinconsolidated::NCSeventeen::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int NCSeventeen_unused = AirwinRegistry::registerAirwindow({"NCSeventeen", "Saturation", 304, "NCSeventeen is Dirty Loud!", airwinconsolidated::NCSeventeen::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/NaturalizeDither.h" int NaturalizeDither_unused = AirwinRegistry::registerAirwindow({"NaturalizeDither", "Dithers", 164, "NaturalizeDither is deterministic dither that uses Benford Realness calculations for each sample.", airwinconsolidated::NaturalizeDither::kNumParameters, "2023-04-12", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Neverland.h" -int Neverland_unused = AirwinRegistry::registerAirwindow({"Neverland", "Tone Color", 354, "Neverland is a re-release of my old Neve-style color adder, exacly as it was.", airwinconsolidated::Neverland::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Neverland_unused = AirwinRegistry::registerAirwindow({"Neverland", "Tone Color", 355, "Neverland is a re-release of my old Neve-style color adder, exacly as it was.", airwinconsolidated::Neverland::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Nikola.h" -int Nikola_unused = AirwinRegistry::registerAirwindow({"Nikola", "Effects", 219, "Nikola is an Audio Tesla Coil plugin! Note: audio tesla coils don't sound nice.", airwinconsolidated::Nikola::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Nikola_unused = AirwinRegistry::registerAirwindow({"Nikola", "Effects", 220, "Nikola is an Audio Tesla Coil plugin! Note: audio tesla coils don't sound nice.", airwinconsolidated::Nikola::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/NodeDither.h" int NodeDither_unused = AirwinRegistry::registerAirwindow({"NodeDither", "Dithers", 158, "NodeDither is adjusta-TPDF-dither, like a dither flanger. Can do Paul and Tape settings.", airwinconsolidated::NodeDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Noise.h" -int Noise_unused = AirwinRegistry::registerAirwindow({"Noise", "Noise", 271, "Noise is the Airwindows deep noise oscillator, as a sound reinforcer.", airwinconsolidated::Noise::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Noise_unused = AirwinRegistry::registerAirwindow({"Noise", "Noise", 272, "Noise is the Airwindows deep noise oscillator, as a sound reinforcer.", airwinconsolidated::Noise::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/NonlinearSpace.h" -int NonlinearSpace_unused = AirwinRegistry::registerAirwindow({"NonlinearSpace", "Reverb", 295, "NonlinearSpace is a flexible reverb plugin.", airwinconsolidated::NonlinearSpace::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int NonlinearSpace_unused = AirwinRegistry::registerAirwindow({"NonlinearSpace", "Reverb", 296, "NonlinearSpace is a flexible reverb plugin.", airwinconsolidated::NonlinearSpace::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/NotJustAnotherCD.h" int NotJustAnotherCD_unused = AirwinRegistry::registerAirwindow({"NotJustAnotherCD", "Dithers", 150, "NotJustAnotherCD is a next-gen wordlength reducers for 16 bit with DeRez.", airwinconsolidated::NotJustAnotherCD::kNumParameters, "2023-04-12", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/NotJustAnotherDither.h" @@ -511,7 +511,7 @@ int OneCornerClip_unused = AirwinRegistry::registerAirwindow({"OneCornerClip", " #include "autogen_airwin/OrbitKick.h" int OrbitKick_unused = AirwinRegistry::registerAirwindow({"OrbitKick", "Bass", 37, "OrbitKick is a bass generator and kick drum reinforcer.", airwinconsolidated::OrbitKick::kNumParameters, "2023-03-11", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Overheads.h" -int Overheads_unused = AirwinRegistry::registerAirwindow({"Overheads", "Dynamics", 176, "Overheads is for compressing only part of the sound, strangely!", airwinconsolidated::Overheads::kNumParameters, "2023-12-16", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Overheads_unused = AirwinRegistry::registerAirwindow({"Overheads", "Dynamics", 177, "Overheads is for compressing only part of the sound, strangely!", airwinconsolidated::Overheads::kNumParameters, "2023-12-16", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PDBuss.h" int PDBuss_unused = AirwinRegistry::registerAirwindow({"PDBuss", "Consoles", 119, "PDBuss is Console5 and PurestDrive, sittin’ in a tree… (i.e. both at once, on channels and buss)", airwinconsolidated::PDBuss::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/PDChannel.h" @@ -519,57 +519,57 @@ int PDChannel_unused = AirwinRegistry::registerAirwindow({"PDChannel", "Consoles #include "autogen_airwin/Pafnuty.h" int Pafnuty_unused = AirwinRegistry::registerAirwindow({"Pafnuty", "Unclassified", -1, "Pafnuty is a Chebyshev filter, that adds harmonics.", airwinconsolidated::Pafnuty::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pafnuty2.h" -int Pafnuty2_unused = AirwinRegistry::registerAirwindow({"Pafnuty2", "Effects", 201, "Pafnuty2 is a Chebyshev filter, that adds harmonics, and fits in the VCV Rack port.", airwinconsolidated::Pafnuty2::kNumParameters, "2023-03-11", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Pafnuty2_unused = AirwinRegistry::registerAirwindow({"Pafnuty2", "Effects", 202, "Pafnuty2 is a Chebyshev filter, that adds harmonics, and fits in the VCV Rack port.", airwinconsolidated::Pafnuty2::kNumParameters, "2023-03-11", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Parametric.h" -int Parametric_unused = AirwinRegistry::registerAirwindow({"Parametric", "Filter", 220, "Parametric is three bands of ConsoleX EQ in advance.", airwinconsolidated::Parametric::kNumParameters, "2024-05-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Parametric_unused = AirwinRegistry::registerAirwindow({"Parametric", "Filter", 221, "Parametric is three bands of ConsoleX EQ in advance.", airwinconsolidated::Parametric::kNumParameters, "2024-05-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/PaulDither.h" int PaulDither_unused = AirwinRegistry::registerAirwindow({"PaulDither", "Dithers", 146, "PaulDither is a highpassed TPDF dither. (quieter, airier)", airwinconsolidated::PaulDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/PaulWide.h" int PaulWide_unused = AirwinRegistry::registerAirwindow({"PaulWide", "Dithers", 145, "PaulWide is a highpassed TPDF wide dither. (quieter, airier AND wider)", airwinconsolidated::PaulWide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/PeaksOnly.h" -int PeaksOnly_unused = AirwinRegistry::registerAirwindow({"PeaksOnly", "Utility", 377, "PeaksOnly is a transformative mix check tool.", airwinconsolidated::PeaksOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int PeaksOnly_unused = AirwinRegistry::registerAirwindow({"PeaksOnly", "Utility", 378, "PeaksOnly is a transformative mix check tool.", airwinconsolidated::PeaksOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pear.h" -int Pear_unused = AirwinRegistry::registerAirwindow({"Pear", "Filter", 227, "Pear is the testbed for a new filter, implemented as a highpass/lowpass shelf.", airwinconsolidated::Pear::kNumParameters, "2023-06-25", []() { return std::make_unique(0); }, -1, { }}); +int Pear_unused = AirwinRegistry::registerAirwindow({"Pear", "Filter", 228, "Pear is the testbed for a new filter, implemented as a highpass/lowpass shelf.", airwinconsolidated::Pear::kNumParameters, "2023-06-25", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pear2.h" -int Pear2_unused = AirwinRegistry::registerAirwindow({"Pear2", "Filter", 224, "Pear2 is my Pear filter plus nonlinearity.", airwinconsolidated::Pear2::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Pear2_unused = AirwinRegistry::registerAirwindow({"Pear2", "Filter", 225, "Pear2 is my Pear filter plus nonlinearity.", airwinconsolidated::Pear2::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PhaseNudge.h" -int PhaseNudge_unused = AirwinRegistry::registerAirwindow({"PhaseNudge", "Subtlety", 335, "PhaseNudge is a phase rotator/allpass filter.", airwinconsolidated::PhaseNudge::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int PhaseNudge_unused = AirwinRegistry::registerAirwindow({"PhaseNudge", "Subtlety", 336, "PhaseNudge is a phase rotator/allpass filter.", airwinconsolidated::PhaseNudge::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PitchDelay.h" int PitchDelay_unused = AirwinRegistry::registerAirwindow({"PitchDelay", "Ambience", 3, "PitchDelay is TapeDelay2 but with pitch shift instead of flutter.", airwinconsolidated::PitchDelay::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/PitchNasty.h" -int PitchNasty_unused = AirwinRegistry::registerAirwindow({"PitchNasty", "Effects", 202, "PitchNasty is a primitive pitch shifter that also has primitive time-stretch artifacts.", airwinconsolidated::PitchNasty::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int PitchNasty_unused = AirwinRegistry::registerAirwindow({"PitchNasty", "Effects", 203, "PitchNasty is a primitive pitch shifter that also has primitive time-stretch artifacts.", airwinconsolidated::PitchNasty::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/PlatinumSlew.h" int PlatinumSlew_unused = AirwinRegistry::registerAirwindow({"PlatinumSlew", "Brightness", 55, "PlatinumSlew is the best easy-to-use slew clipper.", airwinconsolidated::PlatinumSlew::kNumParameters, "2023-07-22", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/PocketVerbs.h" -int PocketVerbs_unused = AirwinRegistry::registerAirwindow({"PocketVerbs", "Reverb", 299, "PocketVerbs is my popular old special effects reverbs plugin!", airwinconsolidated::PocketVerbs::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int PocketVerbs_unused = AirwinRegistry::registerAirwindow({"PocketVerbs", "Reverb", 300, "PocketVerbs is my popular old special effects reverbs plugin!", airwinconsolidated::PocketVerbs::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pockey.h" -int Pockey_unused = AirwinRegistry::registerAirwindow({"Pockey", "Lo-Fi", 259, "Pockey is 12 bit (and under) lo-fi hiphop in a plugin.", airwinconsolidated::Pockey::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Pockey_unused = AirwinRegistry::registerAirwindow({"Pockey", "Lo-Fi", 260, "Pockey is 12 bit (and under) lo-fi hiphop in a plugin.", airwinconsolidated::Pockey::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pockey2.h" -int Pockey2_unused = AirwinRegistry::registerAirwindow({"Pockey2", "Lo-Fi", 256, "Pockey2 is more efficient, more intense lo-fi hiphop in a plugin.", airwinconsolidated::Pockey2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Pockey2_unused = AirwinRegistry::registerAirwindow({"Pockey2", "Lo-Fi", 257, "Pockey2 is more efficient, more intense lo-fi hiphop in a plugin.", airwinconsolidated::Pockey2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Podcast.h" -int Podcast_unused = AirwinRegistry::registerAirwindow({"Podcast", "Dynamics", 189, "Podcast is a simpler pile of curve-style compressors with hard clipping.", airwinconsolidated::Podcast::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Podcast_unused = AirwinRegistry::registerAirwindow({"Podcast", "Dynamics", 190, "Podcast is a simpler pile of curve-style compressors with hard clipping.", airwinconsolidated::Podcast::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PodcastDeluxe.h" -int PodcastDeluxe_unused = AirwinRegistry::registerAirwindow({"PodcastDeluxe", "Dynamics", 188, "PodcastDeluxe is a pile of compressors (curve style) and phase rotators.", airwinconsolidated::PodcastDeluxe::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int PodcastDeluxe_unused = AirwinRegistry::registerAirwindow({"PodcastDeluxe", "Dynamics", 189, "PodcastDeluxe is a pile of compressors (curve style) and phase rotators.", airwinconsolidated::PodcastDeluxe::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Point.h" -int Point_unused = AirwinRegistry::registerAirwindow({"Point", "Dynamics", 186, "Point is an explosive transient designer.", airwinconsolidated::Point::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Point_unused = AirwinRegistry::registerAirwindow({"Point", "Dynamics", 187, "Point is an explosive transient designer.", airwinconsolidated::Point::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Pop.h" -int Pop_unused = AirwinRegistry::registerAirwindow({"Pop", "Dynamics", 170, "Pop is a crazy overcompressor with a very exaggerated sound.", airwinconsolidated::Pop::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Pop_unused = AirwinRegistry::registerAirwindow({"Pop", "Dynamics", 171, "Pop is a crazy overcompressor with a very exaggerated sound.", airwinconsolidated::Pop::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pop2.h" -int Pop2_unused = AirwinRegistry::registerAirwindow({"Pop2", "Dynamics", 167, "Pop2 adds control and punch to Pop.", airwinconsolidated::Pop2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Pop2_unused = AirwinRegistry::registerAirwindow({"Pop2", "Dynamics", 168, "Pop2 adds control and punch to Pop.", airwinconsolidated::Pop2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/Pop3.h" -int Pop3_unused = AirwinRegistry::registerAirwindow({"Pop3", "Unclassified", -1, "", airwinconsolidated::Pop3::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { }}); +int Pop3_unused = AirwinRegistry::registerAirwindow({"Pop3", "Dynamics", 167, "Pop3 is the dynamics from ConsoleX.", airwinconsolidated::Pop3::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/PowerSag.h" -int PowerSag_unused = AirwinRegistry::registerAirwindow({"PowerSag", "Effects", 217, "PowerSag is for emulating power supply limitations in analog modeling.", airwinconsolidated::PowerSag::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int PowerSag_unused = AirwinRegistry::registerAirwindow({"PowerSag", "Effects", 218, "PowerSag is for emulating power supply limitations in analog modeling.", airwinconsolidated::PowerSag::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/PowerSag2.h" -int PowerSag2_unused = AirwinRegistry::registerAirwindow({"PowerSag2", "Effects", 216, "PowerSag2 is my improved circuit-starve plugin, now with inverse effect!", airwinconsolidated::PowerSag2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int PowerSag2_unused = AirwinRegistry::registerAirwindow({"PowerSag2", "Effects", 217, "PowerSag2 is my improved circuit-starve plugin, now with inverse effect!", airwinconsolidated::PowerSag2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Precious.h" -int Precious_unused = AirwinRegistry::registerAirwindow({"Precious", "Tone Color", 359, "Precious is a re-release of another old Character plugin.", airwinconsolidated::Precious::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Precious_unused = AirwinRegistry::registerAirwindow({"Precious", "Tone Color", 360, "Precious is a re-release of another old Character plugin.", airwinconsolidated::Precious::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Preponderant.h" -int Preponderant_unused = AirwinRegistry::registerAirwindow({"Preponderant", "Effects", 218, "Preponderant is Airwindows Anti-Soothe, a strange tone intensifier and balancer.", airwinconsolidated::Preponderant::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Preponderant_unused = AirwinRegistry::registerAirwindow({"Preponderant", "Effects", 219, "Preponderant is Airwindows Anti-Soothe, a strange tone intensifier and balancer.", airwinconsolidated::Preponderant::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Pressure4.h" -int Pressure4_unused = AirwinRegistry::registerAirwindow({"Pressure4", "Dynamics", 192, "Pressure4 is a compressor adjustable between vari-mu and ‘new york’ peak-retaining behaviors.", airwinconsolidated::Pressure4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Pressure4_unused = AirwinRegistry::registerAirwindow({"Pressure4", "Dynamics", 193, "Pressure4 is a compressor adjustable between vari-mu and ‘new york’ peak-retaining behaviors.", airwinconsolidated::Pressure4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Pressure5.h" -int Pressure5_unused = AirwinRegistry::registerAirwindow({"Pressure5", "Dynamics", 168, "Pressure5 expands Pressure4 with after-boost and built-in ClipOnly2.", airwinconsolidated::Pressure5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Pressure5_unused = AirwinRegistry::registerAirwindow({"Pressure5", "Dynamics", 169, "Pressure5 expands Pressure4 with after-boost and built-in ClipOnly2.", airwinconsolidated::Pressure5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PurestAir.h" int PurestAir_unused = AirwinRegistry::registerAirwindow({"PurestAir", "Brightness", 69, "PurestAir is a brightness experiment.", airwinconsolidated::PurestAir::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/PurestConsole2Buss.h" @@ -585,55 +585,55 @@ int PurestConsoleBuss_unused = AirwinRegistry::registerAirwindow({"PurestConsole #include "autogen_airwin/PurestConsoleChannel.h" int PurestConsoleChannel_unused = AirwinRegistry::registerAirwindow({"PurestConsoleChannel", "Consoles", 116, "PurestConsoleChannel is the most free from coloration Console system.", airwinconsolidated::PurestConsoleChannel::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/PurestDrive.h" -int PurestDrive_unused = AirwinRegistry::registerAirwindow({"PurestDrive", "Saturation", 307, "PurestDrive is the magic saturation plugin of subtlety and French House tone.", airwinconsolidated::PurestDrive::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int PurestDrive_unused = AirwinRegistry::registerAirwindow({"PurestDrive", "Saturation", 308, "PurestDrive is the magic saturation plugin of subtlety and French House tone.", airwinconsolidated::PurestDrive::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PurestEcho.h" int PurestEcho_unused = AirwinRegistry::registerAirwindow({"PurestEcho", "Ambience", 13, "PurestEcho is optimized Airwindows echo with exactly four evenly spaced taps on tap.", airwinconsolidated::PurestEcho::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PurestFade.h" -int PurestFade_unused = AirwinRegistry::registerAirwindow({"PurestFade", "Utility", 372, "PurestFade is just like PurestGain, but for LONG fades.", airwinconsolidated::PurestFade::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int PurestFade_unused = AirwinRegistry::registerAirwindow({"PurestFade", "Utility", 373, "PurestFade is just like PurestGain, but for LONG fades.", airwinconsolidated::PurestFade::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/PurestGain.h" -int PurestGain_unused = AirwinRegistry::registerAirwindow({"PurestGain", "Utility", 371, "PurestGain is a high-res noise shaped gain, with smoothed fader.", airwinconsolidated::PurestGain::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int PurestGain_unused = AirwinRegistry::registerAirwindow({"PurestGain", "Utility", 372, "PurestGain is a high-res noise shaped gain, with smoothed fader.", airwinconsolidated::PurestGain::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/PurestSquish.h" -int PurestSquish_unused = AirwinRegistry::registerAirwindow({"PurestSquish", "Dynamics", 191, "PurestSquish is an open-sounding compressor with bass bloom.", airwinconsolidated::PurestSquish::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int PurestSquish_unused = AirwinRegistry::registerAirwindow({"PurestSquish", "Dynamics", 192, "PurestSquish is an open-sounding compressor with bass bloom.", airwinconsolidated::PurestSquish::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/PurestWarm.h" -int PurestWarm_unused = AirwinRegistry::registerAirwindow({"PurestWarm", "Subtlety", 332, "PurestWarm is a subtle tone shaper and warmth adder.", airwinconsolidated::PurestWarm::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int PurestWarm_unused = AirwinRegistry::registerAirwindow({"PurestWarm", "Subtlety", 333, "PurestWarm is a subtle tone shaper and warmth adder.", airwinconsolidated::PurestWarm::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/PurestWarm2.h" -int PurestWarm2_unused = AirwinRegistry::registerAirwindow({"PurestWarm2", "Subtlety", 331, "PurestWarm2 adds dual dry/wet controls for each side of the waveform.", airwinconsolidated::PurestWarm2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int PurestWarm2_unused = AirwinRegistry::registerAirwindow({"PurestWarm2", "Subtlety", 332, "PurestWarm2 adds dual dry/wet controls for each side of the waveform.", airwinconsolidated::PurestWarm2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Pyewacket.h" -int Pyewacket_unused = AirwinRegistry::registerAirwindow({"Pyewacket", "Dynamics", 178, "Pyewacket is an old school compressor for high definition transients. Adds no fatness, just energy.", airwinconsolidated::Pyewacket::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Pyewacket_unused = AirwinRegistry::registerAirwindow({"Pyewacket", "Dynamics", 179, "Pyewacket is an old school compressor for high definition transients. Adds no fatness, just energy.", airwinconsolidated::Pyewacket::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/RawGlitters.h" int RawGlitters_unused = AirwinRegistry::registerAirwindow({"RawGlitters", "Dithers", 163, "RawGlitters is just the quantization from Dither Me Timbers… and the opposite, as a brightener.", airwinconsolidated::RawGlitters::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/RawTimbers.h" int RawTimbers_unused = AirwinRegistry::registerAirwindow({"RawTimbers", "Dithers", 162, "RawTimbers is just the quantization from Dither Me Timbers… and the opposite, as a brightener.", airwinconsolidated::RawTimbers::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Recurve.h" -int Recurve_unused = AirwinRegistry::registerAirwindow({"Recurve", "Dynamics", 177, "Recurve is a special buss compressor with no threshold point.", airwinconsolidated::Recurve::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Recurve_unused = AirwinRegistry::registerAirwindow({"Recurve", "Dynamics", 178, "Recurve is a special buss compressor with no threshold point.", airwinconsolidated::Recurve::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Remap.h" -int Remap_unused = AirwinRegistry::registerAirwindow({"Remap", "Subtlety", 336, "Remap puts the guts back into overloudenated audio!", airwinconsolidated::Remap::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Remap_unused = AirwinRegistry::registerAirwindow({"Remap", "Subtlety", 337, "Remap puts the guts back into overloudenated audio!", airwinconsolidated::Remap::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ResEQ.h" -int ResEQ_unused = AirwinRegistry::registerAirwindow({"ResEQ", "Filter", 247, "ResEQ is a bank of mostly midrange resonances.", airwinconsolidated::ResEQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ResEQ_unused = AirwinRegistry::registerAirwindow({"ResEQ", "Filter", 248, "ResEQ is a bank of mostly midrange resonances.", airwinconsolidated::ResEQ::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ResEQ2.h" -int ResEQ2_unused = AirwinRegistry::registerAirwindow({"ResEQ2", "Filter", 228, "ResEQ2 is a single, sharp, sonorous mid peak.", airwinconsolidated::ResEQ2::kNumParameters, "2023-09-17", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ResEQ2_unused = AirwinRegistry::registerAirwindow({"ResEQ2", "Filter", 229, "ResEQ2 is a single, sharp, sonorous mid peak.", airwinconsolidated::ResEQ2::kNumParameters, "2023-09-17", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Reverb.h" -int Reverb_unused = AirwinRegistry::registerAirwindow({"Reverb", "Reverb", 300, "Reverb is simplified and tuned MatrixVerb, adjusting everything for each optimum verb size.", airwinconsolidated::Reverb::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Reverb_unused = AirwinRegistry::registerAirwindow({"Reverb", "Reverb", 301, "Reverb is simplified and tuned MatrixVerb, adjusting everything for each optimum verb size.", airwinconsolidated::Reverb::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Righteous4.h" -int Righteous4_unused = AirwinRegistry::registerAirwindow({"Righteous4", "Saturation", 314, "Righteous4 is a final output stage for targeting dynamic range.", airwinconsolidated::Righteous4::kNumParameters, "2023-04-12", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Righteous4_unused = AirwinRegistry::registerAirwindow({"Righteous4", "Saturation", 315, "Righteous4 is a final output stage for targeting dynamic range.", airwinconsolidated::Righteous4::kNumParameters, "2023-04-12", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/RightoMono.h" -int RightoMono_unused = AirwinRegistry::registerAirwindow({"RightoMono", "Utility", 384, "RightoMono copies one channel to both, losslessly.", airwinconsolidated::RightoMono::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int RightoMono_unused = AirwinRegistry::registerAirwindow({"RightoMono", "Utility", 385, "RightoMono copies one channel to both, losslessly.", airwinconsolidated::RightoMono::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/SampleDelay.h" int SampleDelay_unused = AirwinRegistry::registerAirwindow({"SampleDelay", "Ambience", 4, "SampleDelay is three delays combined: millisecond, sample and subsample.", airwinconsolidated::SampleDelay::kNumParameters, "2023-03-20", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Shape.h" -int Shape_unused = AirwinRegistry::registerAirwindow({"Shape", "Subtlety", 328, "Shape is an asymmetrical waveshaper for peak manipulating.", airwinconsolidated::Shape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Shape_unused = AirwinRegistry::registerAirwindow({"Shape", "Subtlety", 329, "Shape is an asymmetrical waveshaper for peak manipulating.", airwinconsolidated::Shape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/ShortBuss.h" -int ShortBuss_unused = AirwinRegistry::registerAirwindow({"ShortBuss", "Effects", 204, "ShortBuss chases second harmonic, to add or remove it.", airwinconsolidated::ShortBuss::kNumParameters, "2024-01-28", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int ShortBuss_unused = AirwinRegistry::registerAirwindow({"ShortBuss", "Effects", 205, "ShortBuss chases second harmonic, to add or remove it.", airwinconsolidated::ShortBuss::kNumParameters, "2024-01-28", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/SideDull.h" -int SideDull_unused = AirwinRegistry::registerAirwindow({"SideDull", "Stereo", 325, "SideDull is like Sidepass, but a lowpass on the side channel. Treble-centerer.", airwinconsolidated::SideDull::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int SideDull_unused = AirwinRegistry::registerAirwindow({"SideDull", "Stereo", 326, "SideDull is like Sidepass, but a lowpass on the side channel. Treble-centerer.", airwinconsolidated::SideDull::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Sidepass.h" -int Sidepass_unused = AirwinRegistry::registerAirwindow({"Sidepass", "Stereo", 324, "Sidepass is a simple utility plugin, a highpass on the side channel. Mono-maker.", airwinconsolidated::Sidepass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Sidepass_unused = AirwinRegistry::registerAirwindow({"Sidepass", "Stereo", 325, "Sidepass is a simple utility plugin, a highpass on the side channel. Mono-maker.", airwinconsolidated::Sidepass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Silhouette.h" -int Silhouette_unused = AirwinRegistry::registerAirwindow({"Silhouette", "Noise", 277, "Silhouette replaces the sound with raw noise sculpted to match its dynamics.", airwinconsolidated::Silhouette::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Silhouette_unused = AirwinRegistry::registerAirwindow({"Silhouette", "Noise", 278, "Silhouette replaces the sound with raw noise sculpted to match its dynamics.", airwinconsolidated::Silhouette::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Sinew.h" int Sinew_unused = AirwinRegistry::registerAirwindow({"Sinew", "Brightness", 58, "Sinew combines sines and slew clipping for a tape bias effect!", airwinconsolidated::Sinew::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/SingleEndedTriode.h" -int SingleEndedTriode_unused = AirwinRegistry::registerAirwindow({"SingleEndedTriode", "Subtlety", 337, "SingleEndedTriode is unusual analog modeling effects.", airwinconsolidated::SingleEndedTriode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int SingleEndedTriode_unused = AirwinRegistry::registerAirwindow({"SingleEndedTriode", "Subtlety", 338, "SingleEndedTriode is unusual analog modeling effects.", airwinconsolidated::SingleEndedTriode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Slew.h" int Slew_unused = AirwinRegistry::registerAirwindow({"Slew", "Brightness", 66, "Slew is a slew clipper, which darkens treble in an unusual way.", airwinconsolidated::Slew::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Slew2.h" @@ -641,25 +641,25 @@ int Slew2_unused = AirwinRegistry::registerAirwindow({"Slew2", "Brightness", 65, #include "autogen_airwin/Slew3.h" int Slew3_unused = AirwinRegistry::registerAirwindow({"Slew3", "Brightness", 64, "Slew3 is a new approach to slew clipping meant for a more analog-like darkening effect.", airwinconsolidated::Slew3::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/SlewOnly.h" -int SlewOnly_unused = AirwinRegistry::registerAirwindow({"SlewOnly", "Utility", 375, "SlewOnly is a mix check plugin that shows you only the extreme highs.", airwinconsolidated::SlewOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int SlewOnly_unused = AirwinRegistry::registerAirwindow({"SlewOnly", "Utility", 376, "SlewOnly is a mix check plugin that shows you only the extreme highs.", airwinconsolidated::SlewOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/SlewSonic.h" int SlewSonic_unused = AirwinRegistry::registerAirwindow({"SlewSonic", "Brightness", 59, "SlewSonic combines SlewOnly with ultrasonic filtering to solo brightness.", airwinconsolidated::SlewSonic::kNumParameters, "2023-02-27", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Smooth.h" int Smooth_unused = AirwinRegistry::registerAirwindow({"Smooth", "Brightness", 62, "Smooth can tame pointy sounds or make drums explode.", airwinconsolidated::Smooth::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/SoftGate.h" -int SoftGate_unused = AirwinRegistry::registerAirwindow({"SoftGate", "Dynamics", 180, "SoftGate is a gate that can mute hiss and smooth sample tails.", airwinconsolidated::SoftGate::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int SoftGate_unused = AirwinRegistry::registerAirwindow({"SoftGate", "Dynamics", 181, "SoftGate is a gate that can mute hiss and smooth sample tails.", airwinconsolidated::SoftGate::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/SpatializeDither.h" int SpatializeDither_unused = AirwinRegistry::registerAirwindow({"SpatializeDither", "Dithers", 153, "SpatializeDither is a high-performance clarity and accuracy dither.", airwinconsolidated::SpatializeDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Spiral.h" -int Spiral_unused = AirwinRegistry::registerAirwindow({"Spiral", "Saturation", 311, "Spiral is the new best smoothest distortion algorithm.", airwinconsolidated::Spiral::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Spiral_unused = AirwinRegistry::registerAirwindow({"Spiral", "Saturation", 312, "Spiral is the new best smoothest distortion algorithm.", airwinconsolidated::Spiral::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Spiral2.h" -int Spiral2_unused = AirwinRegistry::registerAirwindow({"Spiral2", "Saturation", 306, "Spiral2 is Spiral with controls including Presence.", airwinconsolidated::Spiral2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Spiral2_unused = AirwinRegistry::registerAirwindow({"Spiral2", "Saturation", 307, "Spiral2 is Spiral with controls including Presence.", airwinconsolidated::Spiral2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Srsly.h" -int Srsly_unused = AirwinRegistry::registerAirwindow({"Srsly", "Stereo", 317, "Srsly is a psychoacoustic stereo processor.", airwinconsolidated::Srsly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); +int Srsly_unused = AirwinRegistry::registerAirwindow({"Srsly", "Stereo", 318, "Srsly is a psychoacoustic stereo processor.", airwinconsolidated::Srsly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended" }}); #include "autogen_airwin/Srsly2.h" -int Srsly2_unused = AirwinRegistry::registerAirwindow({"Srsly2", "Stereo", 316, "Srsly2 is a revisit of Srsly, to make the stereo widening more extreme.", airwinconsolidated::Srsly2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Srsly2_unused = AirwinRegistry::registerAirwindow({"Srsly2", "Stereo", 317, "Srsly2 is a revisit of Srsly, to make the stereo widening more extreme.", airwinconsolidated::Srsly2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Srsly3.h" -int Srsly3_unused = AirwinRegistry::registerAirwindow({"Srsly3", "Stereo", 315, "Srsly3 is Srsly2, with a Nonlin control to analogify the filters.", airwinconsolidated::Srsly3::kNumParameters, "2024-05-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Srsly3_unused = AirwinRegistry::registerAirwindow({"Srsly3", "Stereo", 316, "Srsly3 is Srsly2, with a Nonlin control to analogify the filters.", airwinconsolidated::Srsly3::kNumParameters, "2024-05-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/StarChild.h" int StarChild_unused = AirwinRegistry::registerAirwindow({"StarChild", "Ambience", 16, "StarChild is a weird digital ambience/echo plugin.", airwinconsolidated::StarChild::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/StarChild2.h" @@ -671,33 +671,33 @@ int StereoDoubler_unused = AirwinRegistry::registerAirwindow({"StereoDoubler", " #include "autogen_airwin/StereoEnsemble.h" int StereoEnsemble_unused = AirwinRegistry::registerAirwindow({"StereoEnsemble", "Ambience", 20, "StereoEnsemble is a sort of hyperchorus blast from the past.", airwinconsolidated::StereoEnsemble::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/StereoFX.h" -int StereoFX_unused = AirwinRegistry::registerAirwindow({"StereoFX", "Stereo", 319, "StereoFX is an aggressive stereo widener.", airwinconsolidated::StereoFX::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int StereoFX_unused = AirwinRegistry::registerAirwindow({"StereoFX", "Stereo", 320, "StereoFX is an aggressive stereo widener.", airwinconsolidated::StereoFX::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/StoneFireComp.h" int StoneFireComp_unused = AirwinRegistry::registerAirwindow({"StoneFireComp", "Unclassified", -1, "", airwinconsolidated::StoneFireComp::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Stonefire.h" -int Stonefire_unused = AirwinRegistry::registerAirwindow({"Stonefire", "Filter", 221, "Stonefire is the non-EQ EQ designed for ConsoleX.", airwinconsolidated::Stonefire::kNumParameters, "2024-04-06", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Stonefire_unused = AirwinRegistry::registerAirwindow({"Stonefire", "Filter", 222, "Stonefire is the non-EQ EQ designed for ConsoleX.", airwinconsolidated::Stonefire::kNumParameters, "2024-04-06", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/StudioTan.h" int StudioTan_unused = AirwinRegistry::registerAirwindow({"StudioTan", "Dithers", 159, "StudioTan is all the 'non-dither' dithers, up to date and convenient.", airwinconsolidated::StudioTan::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/SubTight.h" -int SubTight_unused = AirwinRegistry::registerAirwindow({"SubTight", "Filter", 229, "SubTight uses a variation on the Creature algorithm to tighten sub-lows.", airwinconsolidated::SubTight::kNumParameters, "2023-11-26", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int SubTight_unused = AirwinRegistry::registerAirwindow({"SubTight", "Filter", 230, "SubTight uses a variation on the Creature algorithm to tighten sub-lows.", airwinconsolidated::SubTight::kNumParameters, "2023-11-26", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/SubsOnly.h" -int SubsOnly_unused = AirwinRegistry::registerAirwindow({"SubsOnly", "Utility", 376, "SubsOnly is a mix check plugin that shows you only the extreme lows.", airwinconsolidated::SubsOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int SubsOnly_unused = AirwinRegistry::registerAirwindow({"SubsOnly", "Utility", 377, "SubsOnly is a mix check plugin that shows you only the extreme lows.", airwinconsolidated::SubsOnly::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Surge.h" -int Surge_unused = AirwinRegistry::registerAirwindow({"Surge", "Dynamics", 193, "Surge is a compressor for accentuating beats and pulses.", airwinconsolidated::Surge::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Surge_unused = AirwinRegistry::registerAirwindow({"Surge", "Dynamics", 194, "Surge is a compressor for accentuating beats and pulses.", airwinconsolidated::Surge::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/SurgeTide.h" -int SurgeTide_unused = AirwinRegistry::registerAirwindow({"SurgeTide", "Dynamics", 194, "SurgeTide is a surge and flow dynamics plugin.", airwinconsolidated::SurgeTide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int SurgeTide_unused = AirwinRegistry::registerAirwindow({"SurgeTide", "Dynamics", 195, "SurgeTide is a surge and flow dynamics plugin.", airwinconsolidated::SurgeTide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Sweeten.h" -int Sweeten_unused = AirwinRegistry::registerAirwindow({"Sweeten", "Subtlety", 330, "Sweeten is where you can find super-clean second harmonic.", airwinconsolidated::Sweeten::kNumParameters, "2023-08-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Sweeten_unused = AirwinRegistry::registerAirwindow({"Sweeten", "Subtlety", 331, "Sweeten is where you can find super-clean second harmonic.", airwinconsolidated::Sweeten::kNumParameters, "2023-08-19", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Swell.h" -int Swell_unused = AirwinRegistry::registerAirwindow({"Swell", "Dynamics", 190, "Swell is Dial-an-attack, like sidechaining.", airwinconsolidated::Swell::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Swell_unused = AirwinRegistry::registerAirwindow({"Swell", "Dynamics", 191, "Swell is Dial-an-attack, like sidechaining.", airwinconsolidated::Swell::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/TPDFDither.h" int TPDFDither_unused = AirwinRegistry::registerAirwindow({"TPDFDither", "Dithers", 148, "TPDFDither is TPDF dither. With 16/24 bit output and a DeRez control.", airwinconsolidated::TPDFDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended" }}); #include "autogen_airwin/TPDFWide.h" int TPDFWide_unused = AirwinRegistry::registerAirwindow({"TPDFWide", "Dithers", 147, "TPDFWide is still TPDF dither but better and wider. With 16/24 bit output and a DeRez control.", airwinconsolidated::TPDFWide::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Tape.h" -int Tape_unused = AirwinRegistry::registerAirwindow({"Tape", "Tape", 346, "Tape is simplified, all-purpose tape mojo: my personal jam.", airwinconsolidated::Tape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Tape_unused = AirwinRegistry::registerAirwindow({"Tape", "Tape", 347, "Tape is simplified, all-purpose tape mojo: my personal jam.", airwinconsolidated::Tape::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/TapeBias.h" -int TapeBias_unused = AirwinRegistry::registerAirwindow({"TapeBias", "Lo-Fi", 264, "TapeBias is a new piece of ToTape allowing you to underbias or overbias.", airwinconsolidated::TapeBias::kNumParameters, "2024-07-28", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int TapeBias_unused = AirwinRegistry::registerAirwindow({"TapeBias", "Lo-Fi", 265, "TapeBias is a new piece of ToTape allowing you to underbias or overbias.", airwinconsolidated::TapeBias::kNumParameters, "2024-07-28", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/TapeDelay.h" int TapeDelay_unused = AirwinRegistry::registerAirwindow({"TapeDelay", "Ambience", 14, "TapeDelay is an old school tape echo with pitch swerve effects.", airwinconsolidated::TapeDelay::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/TapeDelay2.h" @@ -705,43 +705,43 @@ int TapeDelay2_unused = AirwinRegistry::registerAirwindow({"TapeDelay2", "Ambien #include "autogen_airwin/TapeDither.h" int TapeDither_unused = AirwinRegistry::registerAirwindow({"TapeDither", "Dithers", 152, "TapeDither is TPDF dither with noise like reel-to-reel tape.", airwinconsolidated::TapeDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/TapeDust.h" -int TapeDust_unused = AirwinRegistry::registerAirwindow({"TapeDust", "Noise", 278, "TapeDust is just a special treble-erode noise, a ‘slew noise’ plugin.", airwinconsolidated::TapeDust::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int TapeDust_unused = AirwinRegistry::registerAirwindow({"TapeDust", "Noise", 279, "TapeDust is just a special treble-erode noise, a ‘slew noise’ plugin.", airwinconsolidated::TapeDust::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/TapeFat.h" -int TapeFat_unused = AirwinRegistry::registerAirwindow({"TapeFat", "Filter", 246, "TapeFat is the tone control from TapeDelay.", airwinconsolidated::TapeFat::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int TapeFat_unused = AirwinRegistry::registerAirwindow({"TapeFat", "Filter", 247, "TapeFat is the tone control from TapeDelay.", airwinconsolidated::TapeFat::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Texturize.h" -int Texturize_unused = AirwinRegistry::registerAirwindow({"Texturize", "Noise", 272, "Texturize is a hidden-noise plugin for adding sonic texture to things.", airwinconsolidated::Texturize::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Texturize_unused = AirwinRegistry::registerAirwindow({"Texturize", "Noise", 273, "Texturize is a hidden-noise plugin for adding sonic texture to things.", airwinconsolidated::Texturize::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/TexturizeMS.h" -int TexturizeMS_unused = AirwinRegistry::registerAirwindow({"TexturizeMS", "Noise", 273, "TexturizeMS is a hidden-noise plugin for adding mid-side sonic texture to things.", airwinconsolidated::TexturizeMS::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int TexturizeMS_unused = AirwinRegistry::registerAirwindow({"TexturizeMS", "Noise", 274, "TexturizeMS is a hidden-noise plugin for adding mid-side sonic texture to things.", airwinconsolidated::TexturizeMS::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Thunder.h" -int Thunder_unused = AirwinRegistry::registerAirwindow({"Thunder", "Dynamics", 181, "Thunder is a compressor that retains or exaggerates subsonic bass when you push it.", airwinconsolidated::Thunder::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Thunder_unused = AirwinRegistry::registerAirwindow({"Thunder", "Dynamics", 182, "Thunder is a compressor that retains or exaggerates subsonic bass when you push it.", airwinconsolidated::Thunder::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ToTape5.h" -int ToTape5_unused = AirwinRegistry::registerAirwindow({"ToTape5", "Tape", 349, "ToTape5 is Airwindows analog tape emulation.", airwinconsolidated::ToTape5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ToTape5_unused = AirwinRegistry::registerAirwindow({"ToTape5", "Tape", 350, "ToTape5 is Airwindows analog tape emulation.", airwinconsolidated::ToTape5::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ToTape6.h" -int ToTape6_unused = AirwinRegistry::registerAirwindow({"ToTape6", "Tape", 344, "ToTape6 is Airwindows tape emulation for 2020!", airwinconsolidated::ToTape6::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ToTape6_unused = AirwinRegistry::registerAirwindow({"ToTape6", "Tape", 345, "ToTape6 is Airwindows tape emulation for 2020!", airwinconsolidated::ToTape6::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ToTape7.h" -int ToTape7_unused = AirwinRegistry::registerAirwindow({"ToTape7", "Tape", 343, "ToTape7 is Airwindows tape emulation with bias and Dubly.", airwinconsolidated::ToTape7::kNumParameters, "2024-08-18", []() { return std::make_unique(0); }, -1, { }}); +int ToTape7_unused = AirwinRegistry::registerAirwindow({"ToTape7", "Tape", 344, "ToTape7 is Airwindows tape emulation with bias and Dubly.", airwinconsolidated::ToTape7::kNumParameters, "2024-08-18", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ToTape8.h" -int ToTape8_unused = AirwinRegistry::registerAirwindow({"ToTape8", "Tape", 342, "ToTape8 is Airwindows tape emulation with gain staging, bias and optimized Dubly!", airwinconsolidated::ToTape8::kNumParameters, "2024-09-22", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ToTape8_unused = AirwinRegistry::registerAirwindow({"ToTape8", "Tape", 343, "ToTape8 is Airwindows tape emulation with gain staging, bias and optimized Dubly!", airwinconsolidated::ToTape8::kNumParameters, "2024-09-22", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ToVinyl4.h" -int ToVinyl4_unused = AirwinRegistry::registerAirwindow({"ToVinyl4", "Stereo", 320, "ToVinyl4 is a vinyl-mastering simulator bringing several vinyl-type colors.", airwinconsolidated::ToVinyl4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int ToVinyl4_unused = AirwinRegistry::registerAirwindow({"ToVinyl4", "Stereo", 321, "ToVinyl4 is a vinyl-mastering simulator bringing several vinyl-type colors.", airwinconsolidated::ToVinyl4::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/ToneSlant.h" -int ToneSlant_unused = AirwinRegistry::registerAirwindow({"ToneSlant", "Filter", 236, "ToneSlant is a super-transparent ‘tilt EQ’ with very low Q.", airwinconsolidated::ToneSlant::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ToneSlant_unused = AirwinRegistry::registerAirwindow({"ToneSlant", "Filter", 237, "ToneSlant is a super-transparent ‘tilt EQ’ with very low Q.", airwinconsolidated::ToneSlant::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/TransDesk.h" -int TransDesk_unused = AirwinRegistry::registerAirwindow({"TransDesk", "Subtlety", 340, "TransDesk is more of a transistory, rock desk analog modeling.", airwinconsolidated::TransDesk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int TransDesk_unused = AirwinRegistry::registerAirwindow({"TransDesk", "Subtlety", 341, "TransDesk is more of a transistory, rock desk analog modeling.", airwinconsolidated::TransDesk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/TremoSquare.h" -int TremoSquare_unused = AirwinRegistry::registerAirwindow({"TremoSquare", "Effects", 207, "TremoSquare is a squarewave tremolo effect that only switches on zero crossings.", airwinconsolidated::TremoSquare::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int TremoSquare_unused = AirwinRegistry::registerAirwindow({"TremoSquare", "Effects", 208, "TremoSquare is a squarewave tremolo effect that only switches on zero crossings.", airwinconsolidated::TremoSquare::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Tremolo.h" -int Tremolo_unused = AirwinRegistry::registerAirwindow({"Tremolo", "Effects", 208, "Tremolo is fluctuating saturation curves for a tubey tremolo.", airwinconsolidated::Tremolo::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Tremolo_unused = AirwinRegistry::registerAirwindow({"Tremolo", "Effects", 209, "Tremolo is fluctuating saturation curves for a tubey tremolo.", airwinconsolidated::Tremolo::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Trianglizer.h" -int Trianglizer_unused = AirwinRegistry::registerAirwindow({"Trianglizer", "Effects", 203, "Trianglizer is a special waveshaper that can transform sines into triangles.", airwinconsolidated::Trianglizer::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Trianglizer_unused = AirwinRegistry::registerAirwindow({"Trianglizer", "Effects", 204, "Trianglizer is a special waveshaper that can transform sines into triangles.", airwinconsolidated::Trianglizer::kNumParameters, "2024-03-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/TripleSpread.h" int TripleSpread_unused = AirwinRegistry::registerAirwindow({"TripleSpread", "Ambience", 6, "TripleSpread is a stereo tripler with extra wideness and GlitchShifter processing.", airwinconsolidated::TripleSpread::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Tube.h" -int Tube_unused = AirwinRegistry::registerAirwindow({"Tube", "Saturation", 305, "Tube is a tube style SoundBetterIzer using a new algorithm for analog modeling!", airwinconsolidated::Tube::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic" }}); +int Tube_unused = AirwinRegistry::registerAirwindow({"Tube", "Saturation", 306, "Tube is a tube style SoundBetterIzer using a new algorithm for analog modeling!", airwinconsolidated::Tube::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic" }}); #include "autogen_airwin/Tube2.h" -int Tube2_unused = AirwinRegistry::registerAirwindow({"Tube2", "Saturation", 304, "Tube2 extends Tube, with more sophisticated processing and input trim.", airwinconsolidated::Tube2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Tube2_unused = AirwinRegistry::registerAirwindow({"Tube2", "Saturation", 305, "Tube2 extends Tube, with more sophisticated processing and input trim.", airwinconsolidated::Tube2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/TubeDesk.h" -int TubeDesk_unused = AirwinRegistry::registerAirwindow({"TubeDesk", "Subtlety", 341, "TubeDesk is a tube recording console type tone coloring.", airwinconsolidated::TubeDesk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int TubeDesk_unused = AirwinRegistry::registerAirwindow({"TubeDesk", "Subtlety", 342, "TubeDesk is a tube recording console type tone coloring.", airwinconsolidated::TubeDesk::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/UltrasonX.h" int UltrasonX_unused = AirwinRegistry::registerAirwindow({"UltrasonX", "Brightness", 77, "UltrasonX is a method for rolling your own Console-type systems with total control over your ultrasonic filtering.", airwinconsolidated::UltrasonX::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Ultrasonic.h" @@ -751,85 +751,85 @@ int UltrasonicLite_unused = AirwinRegistry::registerAirwindow({"UltrasonicLite", #include "autogen_airwin/UltrasonicMed.h" int UltrasonicMed_unused = AirwinRegistry::registerAirwindow({"UltrasonicMed", "Brightness", 76, "UltrasonicMed is two stages of supersonic filter, for using inside digital mixes.", airwinconsolidated::UltrasonicMed::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/UnBox.h" -int UnBox_unused = AirwinRegistry::registerAirwindow({"UnBox", "Saturation", 312, "UnBox is a distortion where only the harmonics that don't alias are allowed to distort.", airwinconsolidated::UnBox::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int UnBox_unused = AirwinRegistry::registerAirwindow({"UnBox", "Saturation", 313, "UnBox is a distortion where only the harmonics that don't alias are allowed to distort.", airwinconsolidated::UnBox::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/VariMu.h" -int VariMu_unused = AirwinRegistry::registerAirwindow({"VariMu", "Dynamics", 173, "VariMu is a more organic variation on Pressure (a compressor)", airwinconsolidated::VariMu::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int VariMu_unused = AirwinRegistry::registerAirwindow({"VariMu", "Dynamics", 174, "VariMu is a more organic variation on Pressure (a compressor)", airwinconsolidated::VariMu::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Verbity.h" -int Verbity_unused = AirwinRegistry::registerAirwindow({"Verbity", "Reverb", 291, "Verbity is a dual-mono reverb, which uses feedforward reverb topology.", airwinconsolidated::Verbity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int Verbity_unused = AirwinRegistry::registerAirwindow({"Verbity", "Reverb", 292, "Verbity is a dual-mono reverb, which uses feedforward reverb topology.", airwinconsolidated::Verbity::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Verbity2.h" -int Verbity2_unused = AirwinRegistry::registerAirwindow({"Verbity2", "Reverb", 288, "Verbity2 adds stereo crossmodulation and expands Verbity's feedforward reverb topology.", airwinconsolidated::Verbity2::kNumParameters, "2023-02-05", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int Verbity2_unused = AirwinRegistry::registerAirwindow({"Verbity2", "Reverb", 289, "Verbity2 adds stereo crossmodulation and expands Verbity's feedforward reverb topology.", airwinconsolidated::Verbity2::kNumParameters, "2023-02-05", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/Vibrato.h" -int Vibrato_unused = AirwinRegistry::registerAirwindow({"Vibrato", "Lo-Fi", 267, "Vibrato lets you vibrato, chorus, flange, and make odd FM noises.", airwinconsolidated::Vibrato::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int Vibrato_unused = AirwinRegistry::registerAirwindow({"Vibrato", "Lo-Fi", 268, "Vibrato lets you vibrato, chorus, flange, and make odd FM noises.", airwinconsolidated::Vibrato::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/VinylDither.h" int VinylDither_unused = AirwinRegistry::registerAirwindow({"VinylDither", "Dithers", 154, "VinylDither is a high-performance dither that converts digital noise to ‘groove noise’.", airwinconsolidated::VinylDither::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/VoiceOfTheStarship.h" -int VoiceOfTheStarship_unused = AirwinRegistry::registerAirwindow({"VoiceOfTheStarship", "Noise", 274, "VoiceOfTheStarship is a deep noise tone source.", airwinconsolidated::VoiceOfTheStarship::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int VoiceOfTheStarship_unused = AirwinRegistry::registerAirwindow({"VoiceOfTheStarship", "Noise", 275, "VoiceOfTheStarship is a deep noise tone source.", airwinconsolidated::VoiceOfTheStarship::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/VoiceTrick.h" -int VoiceTrick_unused = AirwinRegistry::registerAirwindow({"VoiceTrick", "Utility", 389, "VoiceTrick lets you record vocals while monitoring over speakers.", airwinconsolidated::VoiceTrick::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int VoiceTrick_unused = AirwinRegistry::registerAirwindow({"VoiceTrick", "Utility", 390, "VoiceTrick lets you record vocals while monitoring over speakers.", airwinconsolidated::VoiceTrick::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/Weight.h" -int Weight_unused = AirwinRegistry::registerAirwindow({"Weight", "Filter", 231, "Weight is a very accurate sub-bass boost based on Holt.", airwinconsolidated::Weight::kNumParameters, "2023-02-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Weight_unused = AirwinRegistry::registerAirwindow({"Weight", "Filter", 232, "Weight is a very accurate sub-bass boost based on Holt.", airwinconsolidated::Weight::kNumParameters, "2023-02-10", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Wider.h" -int Wider_unused = AirwinRegistry::registerAirwindow({"Wider", "Stereo", 318, "Wider is Airwindows stereo space shaping.", airwinconsolidated::Wider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int Wider_unused = AirwinRegistry::registerAirwindow({"Wider", "Stereo", 319, "Wider is Airwindows stereo space shaping.", airwinconsolidated::Wider::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/Wolfbot.h" int Wolfbot_unused = AirwinRegistry::registerAirwindow({"Wolfbot", "Amp Sims", 29, "Wolfbot is an aggressive Kalman bandpass with evil in its heart.", airwinconsolidated::Wolfbot::kNumParameters, "2024-05-25", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/XBandpass.h" -int XBandpass_unused = AirwinRegistry::registerAirwindow({"XBandpass", "XYZ Filters", 409, "XBandpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int XBandpass_unused = AirwinRegistry::registerAirwindow({"XBandpass", "XYZ Filters", 410, "XBandpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/XHighpass.h" -int XHighpass_unused = AirwinRegistry::registerAirwindow({"XHighpass", "XYZ Filters", 410, "XHighpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int XHighpass_unused = AirwinRegistry::registerAirwindow({"XHighpass", "XYZ Filters", 411, "XHighpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/XLowpass.h" -int XLowpass_unused = AirwinRegistry::registerAirwindow({"XLowpass", "XYZ Filters", 411, "XLowpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int XLowpass_unused = AirwinRegistry::registerAirwindow({"XLowpass", "XYZ Filters", 412, "XLowpass is a distorted digital EQ, inspired by retro sampler DSP.", airwinconsolidated::XLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/XNotch.h" -int XNotch_unused = AirwinRegistry::registerAirwindow({"XNotch", "XYZ Filters", 412, "XNotch is a distorted digital EQ, not as glitchy as the others.", airwinconsolidated::XNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int XNotch_unused = AirwinRegistry::registerAirwindow({"XNotch", "XYZ Filters", 413, "XNotch is a distorted digital EQ, not as glitchy as the others.", airwinconsolidated::XNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/XRegion.h" -int XRegion_unused = AirwinRegistry::registerAirwindow({"XRegion", "XYZ Filters", 413, "XRegion is distorted staggered bandpasses, for extreme soundmangling.", airwinconsolidated::XRegion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int XRegion_unused = AirwinRegistry::registerAirwindow({"XRegion", "XYZ Filters", 414, "XRegion is distorted staggered bandpasses, for extreme soundmangling.", airwinconsolidated::XRegion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/YBandpass.h" -int YBandpass_unused = AirwinRegistry::registerAirwindow({"YBandpass", "XYZ Filters", 401, "YBandpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int YBandpass_unused = AirwinRegistry::registerAirwindow({"YBandpass", "XYZ Filters", 402, "YBandpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/YHighpass.h" -int YHighpass_unused = AirwinRegistry::registerAirwindow({"YHighpass", "XYZ Filters", 403, "YHighpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int YHighpass_unused = AirwinRegistry::registerAirwindow({"YHighpass", "XYZ Filters", 404, "YHighpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/YLowpass.h" -int YLowpass_unused = AirwinRegistry::registerAirwindow({"YLowpass", "XYZ Filters", 405, "YLowpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int YLowpass_unused = AirwinRegistry::registerAirwindow({"YLowpass", "XYZ Filters", 406, "YLowpass is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/YNotBandpass.h" -int YNotBandpass_unused = AirwinRegistry::registerAirwindow({"YNotBandpass", "XYZ Filters", 402, "YNotBandpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotBandpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); +int YNotBandpass_unused = AirwinRegistry::registerAirwindow({"YNotBandpass", "XYZ Filters", 403, "YNotBandpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotBandpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/YNotHighpass.h" -int YNotHighpass_unused = AirwinRegistry::registerAirwindow({"YNotHighpass", "XYZ Filters", 404, "YNotHighpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotHighpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); +int YNotHighpass_unused = AirwinRegistry::registerAirwindow({"YNotHighpass", "XYZ Filters", 405, "YNotHighpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotHighpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/YNotLowpass.h" -int YNotLowpass_unused = AirwinRegistry::registerAirwindow({"YNotLowpass", "XYZ Filters", 406, "YNotLowpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotLowpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); +int YNotLowpass_unused = AirwinRegistry::registerAirwindow({"YNotLowpass", "XYZ Filters", 407, "YNotLowpass is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotLowpass::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/YNotNotch.h" -int YNotNotch_unused = AirwinRegistry::registerAirwindow({"YNotNotch", "XYZ Filters", 408, "YNotNotch is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotNotch::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); +int YNotNotch_unused = AirwinRegistry::registerAirwindow({"YNotNotch", "XYZ Filters", 409, "YNotNotch is soft and smooth to nasty, edgy texture-varying filtering, no control smoothing.", airwinconsolidated::YNotNotch::kNumParameters, "2023-10-01", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/YNotch.h" -int YNotch_unused = AirwinRegistry::registerAirwindow({"YNotch", "XYZ Filters", 407, "YNotch is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int YNotch_unused = AirwinRegistry::registerAirwindow({"YNotch", "XYZ Filters", 408, "YNotch is soft and smooth to nasty, edgy texture-varying filtering.", airwinconsolidated::YNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/ZBandpass.h" -int ZBandpass_unused = AirwinRegistry::registerAirwindow({"ZBandpass", "XYZ Filters", 396, "ZBandpass is a bandpass made to sound and act like the Emu e6400 Ultra bandpass.", airwinconsolidated::ZBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ZBandpass_unused = AirwinRegistry::registerAirwindow({"ZBandpass", "XYZ Filters", 397, "ZBandpass is a bandpass made to sound and act like the Emu e6400 Ultra bandpass.", airwinconsolidated::ZBandpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ZBandpass2.h" -int ZBandpass2_unused = AirwinRegistry::registerAirwindow({"ZBandpass2", "XYZ Filters", 391, "ZBandpass2 acts more like the Emu e6400 Ultra bandpass in motion, with control smoothing.", airwinconsolidated::ZBandpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ZBandpass2_unused = AirwinRegistry::registerAirwindow({"ZBandpass2", "XYZ Filters", 392, "ZBandpass2 acts more like the Emu e6400 Ultra bandpass in motion, with control smoothing.", airwinconsolidated::ZBandpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ZHighpass.h" -int ZHighpass_unused = AirwinRegistry::registerAirwindow({"ZHighpass", "XYZ Filters", 397, "ZHighpass is a highpass made to sound and act like the Emu e6400 Ultra highpass.", airwinconsolidated::ZHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ZHighpass_unused = AirwinRegistry::registerAirwindow({"ZHighpass", "XYZ Filters", 398, "ZHighpass is a highpass made to sound and act like the Emu e6400 Ultra highpass.", airwinconsolidated::ZHighpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ZHighpass2.h" -int ZHighpass2_unused = AirwinRegistry::registerAirwindow({"ZHighpass2", "XYZ Filters", 392, "ZHighpass2 acts more like the Emu e6400 Ultra highpass in motion, with control smoothing.", airwinconsolidated::ZHighpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ZHighpass2_unused = AirwinRegistry::registerAirwindow({"ZHighpass2", "XYZ Filters", 393, "ZHighpass2 acts more like the Emu e6400 Ultra highpass in motion, with control smoothing.", airwinconsolidated::ZHighpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ZLowpass.h" -int ZLowpass_unused = AirwinRegistry::registerAirwindow({"ZLowpass", "XYZ Filters", 398, "ZLowpass is a lowpass made to sound and act like the Emu e6400 Ultra lowpass.", airwinconsolidated::ZLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ZLowpass_unused = AirwinRegistry::registerAirwindow({"ZLowpass", "XYZ Filters", 399, "ZLowpass is a lowpass made to sound and act like the Emu e6400 Ultra lowpass.", airwinconsolidated::ZLowpass::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ZLowpass2.h" -int ZLowpass2_unused = AirwinRegistry::registerAirwindow({"ZLowpass2", "XYZ Filters", 393, "ZLowpass2 acts more like the Emu e6400 Ultra lowpass in motion, with control smoothing.", airwinconsolidated::ZLowpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ZLowpass2_unused = AirwinRegistry::registerAirwindow({"ZLowpass2", "XYZ Filters", 394, "ZLowpass2 acts more like the Emu e6400 Ultra lowpass in motion, with control smoothing.", airwinconsolidated::ZLowpass2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ZNotch.h" -int ZNotch_unused = AirwinRegistry::registerAirwindow({"ZNotch", "XYZ Filters", 399, "ZNotch is a notch filter made to sound and act like the Emu e6400 Phaser.", airwinconsolidated::ZNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ZNotch_unused = AirwinRegistry::registerAirwindow({"ZNotch", "XYZ Filters", 400, "ZNotch is a notch filter made to sound and act like the Emu e6400 Phaser.", airwinconsolidated::ZNotch::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ZNotch2.h" -int ZNotch2_unused = AirwinRegistry::registerAirwindow({"ZNotch2", "XYZ Filters", 394, "ZNotch2 acts more like the Emu e6400 Ultra phaser in motion, with control smoothing.", airwinconsolidated::ZNotch2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ZNotch2_unused = AirwinRegistry::registerAirwindow({"ZNotch2", "XYZ Filters", 395, "ZNotch2 acts more like the Emu e6400 Ultra phaser in motion, with control smoothing.", airwinconsolidated::ZNotch2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/ZOutputStage.h" int ZOutputStage_unused = AirwinRegistry::registerAirwindow({"ZOutputStage", "Distortion", 135, "ZOutputStage is the output clipping from the Emu e6400 style Z filters.", airwinconsolidated::ZOutputStage::kNumParameters, "2023-12-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/ZRegion.h" -int ZRegion_unused = AirwinRegistry::registerAirwindow({"ZRegion", "XYZ Filters", 400, "ZRegion is an Emu e6400 style Airwindows Region filter.", airwinconsolidated::ZRegion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); +int ZRegion_unused = AirwinRegistry::registerAirwindow({"ZRegion", "XYZ Filters", 401, "ZRegion is an Emu e6400 style Airwindows Region filter.", airwinconsolidated::ZRegion::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/ZRegion2.h" -int ZRegion2_unused = AirwinRegistry::registerAirwindow({"ZRegion2", "XYZ Filters", 395, "ZRegion2 is an Emu e6400 style Airwindows Region filter, with control smoothing.", airwinconsolidated::ZRegion2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); +int ZRegion2_unused = AirwinRegistry::registerAirwindow({"ZRegion2", "XYZ Filters", 396, "ZRegion2 is an Emu e6400 style Airwindows Region filter, with control smoothing.", airwinconsolidated::ZRegion2::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Basic", "Recommended", "Latest" }}); #include "autogen_airwin/Zoom.h" int Zoom_unused = AirwinRegistry::registerAirwindow({"Zoom", "Distortion", 137, "Zoom is a bank of Density-like waveshapers for subtly modulating peak energy.", airwinconsolidated::Zoom::kNumParameters, "2024-10-13", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/curve.h" -int curve_unused = AirwinRegistry::registerAirwindow({"curve", "Dynamics", 175, "curve is the simplest, purest form of Recurve with no extra boosts.", airwinconsolidated::curve::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int curve_unused = AirwinRegistry::registerAirwindow({"curve", "Dynamics", 176, "curve is the simplest, purest form of Recurve with no extra boosts.", airwinconsolidated::curve::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/kCathedral.h" -int kCathedral_unused = AirwinRegistry::registerAirwindow({"kCathedral", "Reverb", 296, "kCathedral is a giant reverby space.", airwinconsolidated::kCathedral::kNumParameters, "2023-10-28", []() { return std::make_unique(0); }, -1, { }}); +int kCathedral_unused = AirwinRegistry::registerAirwindow({"kCathedral", "Reverb", 297, "kCathedral is a giant reverby space.", airwinconsolidated::kCathedral::kNumParameters, "2023-10-28", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/kCathedral2.h" -int kCathedral2_unused = AirwinRegistry::registerAirwindow({"kCathedral2", "Reverb", 287, "kCathedral2 is a giant reverby space modeled after the Bricasti Cathedral.", airwinconsolidated::kCathedral2::kNumParameters, "2024-02-10", []() { return std::make_unique(0); }, -1, { }}); +int kCathedral2_unused = AirwinRegistry::registerAirwindow({"kCathedral2", "Reverb", 288, "kCathedral2 is a giant reverby space modeled after the Bricasti Cathedral.", airwinconsolidated::kCathedral2::kNumParameters, "2024-02-10", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/kCathedral3.h" -int kCathedral3_unused = AirwinRegistry::registerAirwindow({"kCathedral3", "Reverb", 280, "kCathedral3 is a giant cathedral-like space using Bezier undersampling.", airwinconsolidated::kCathedral3::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int kCathedral3_unused = AirwinRegistry::registerAirwindow({"kCathedral3", "Reverb", 281, "kCathedral3 is a giant cathedral-like space using Bezier undersampling.", airwinconsolidated::kCathedral3::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/kChamberAR.h" int kChamberAR_unused = AirwinRegistry::registerAirwindow({"kChamberAR", "Ambience", 11, "kChamberAR is a take on tape echo into chamber echo.", airwinconsolidated::kChamberAR::kNumParameters, "2023-05-13", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/kGuitarHall.h" @@ -839,15 +839,15 @@ int kPlate140_unused = AirwinRegistry::registerAirwindow({"kPlate140", "Unclassi #include "autogen_airwin/kPlate240.h" int kPlate240_unused = AirwinRegistry::registerAirwindow({"kPlate240", "Unclassified", -1, "", airwinconsolidated::kPlate240::kNumParameters, "2024-06-23", []() { return std::make_unique(0); }, -1, { }}); #include "autogen_airwin/kPlateA.h" -int kPlateA_unused = AirwinRegistry::registerAirwindow({"kPlateA", "Reverb", 284, "kPlateA is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateA::kNumParameters, "2023-03-31", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int kPlateA_unused = AirwinRegistry::registerAirwindow({"kPlateA", "Reverb", 285, "kPlateA is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateA::kNumParameters, "2023-03-31", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/kPlateB.h" -int kPlateB_unused = AirwinRegistry::registerAirwindow({"kPlateB", "Reverb", 283, "kPlateB is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateB::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int kPlateB_unused = AirwinRegistry::registerAirwindow({"kPlateB", "Reverb", 284, "kPlateB is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateB::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/kPlateC.h" -int kPlateC_unused = AirwinRegistry::registerAirwindow({"kPlateC", "Reverb", 285, "kPlateC is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateC::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int kPlateC_unused = AirwinRegistry::registerAirwindow({"kPlateC", "Reverb", 286, "kPlateC is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateC::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/kPlateD.h" -int kPlateD_unused = AirwinRegistry::registerAirwindow({"kPlateD", "Reverb", 282, "kPlateD is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateD::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); +int kPlateD_unused = AirwinRegistry::registerAirwindow({"kPlateD", "Reverb", 283, "kPlateD is a plate reverb, not unlike its namesake atop Abbey Road.", airwinconsolidated::kPlateD::kNumParameters, "2023-04-09", []() { return std::make_unique(0); }, -1, { "Recommended", "Latest" }}); #include "autogen_airwin/uLawDecode.h" -int uLawDecode_unused = AirwinRegistry::registerAirwindow({"uLawDecode", "Utility", 383, "uLawDecode is a Console-like encode/decode pair, but much more extreme.", airwinconsolidated::uLawDecode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int uLawDecode_unused = AirwinRegistry::registerAirwindow({"uLawDecode", "Utility", 384, "uLawDecode is a Console-like encode/decode pair, but much more extreme.", airwinconsolidated::uLawDecode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); #include "autogen_airwin/uLawEncode.h" -int uLawEncode_unused = AirwinRegistry::registerAirwindow({"uLawEncode", "Utility", 382, "uLawEncode is a Console-like encode/decode pair, but much more extreme.", airwinconsolidated::uLawEncode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); +int uLawEncode_unused = AirwinRegistry::registerAirwindow({"uLawEncode", "Utility", 383, "uLawEncode is a Console-like encode/decode pair, but much more extreme.", airwinconsolidated::uLawEncode::kNumParameters, "2022-11-21", []() { return std::make_unique(0); }, -1, { "Latest" }}); int unusedComplete = AirwinRegistry::completeRegistry();