diff --git a/Airwindopedia.txt b/Airwindopedia.txt index 92fa24f4a..30f96a129 100644 --- a/Airwindopedia.txt +++ b/Airwindopedia.txt @@ -29,7 +29,7 @@ Dynamics: Pop2, Pressure5, Dynamics, Pop, DigitalBlack, Logical4, VariMu, Butter Effects: GalacticVibe, CloudCoat, Fracture2, Dubly, Pafnuty2, PitchNasty, Trianglizer, ShortBuss, GuitarConditioner, Aura, TremoSquare, Tremolo, GlitchShifter, Gringer, Exciter, Energy2, Energy, Facet, Fracture, PowerSag2, PowerSag, Preponderant, Nikola -Filter: Stonefire, Baxandall2, Capacitor2, Pear, ResEQ2, SubTight, CStrip2, Weight, Isolator2, Kalman, Holt2, Holt, ToneSlant, AverMatrix, Average, MackEQ, Hull2, Baxandall, Hull, EQ, Capacitor, Isolator, TapeFat, ResEQ, Lowpass2, Highpass2, Distance2, Distance, Lowpass, Highpass +Filter: Stonefire, Baxandall2, Pear2, Capacitor2, Pear, ResEQ2, SubTight, CStrip2, Weight, Isolator2, Kalman, Holt2, Holt, ToneSlant, AverMatrix, Average, MackEQ, Hull2, Baxandall, Hull, EQ, Capacitor, Isolator, TapeFat, ResEQ, Lowpass2, Highpass2, Distance2, Distance, Lowpass, Highpass Lo-Fi: Pockey2, Flutter, CrunchyGrooveWear, GrooveWear, Pockey, DeRez2, BitGlitter, DeRez, ChromeOxide, Cojones, Vibrato, Bite, Deckwrecka, DustBunny @@ -3102,6 +3102,26 @@ Another part of the big-console sound is saturation, and this filter does not in It's going to be a lot of work doing what I'm going to do with this tech, and that's not even counting the changes to my reverbs that will come about as I learn from the Bricasti: sure enough, I've identified stuff that I can probably do, and the result should be worth it. I'll try not to bog down and keep plugins coming out as I dig into all this! Stay tuned :) +############ Pear2 is my Pear filter plus nonlinearity. + +Turns out I got more use out of Pear than anybody else… until now. + +Pear (as a plugin) is real experimental. It's got fixed cutoff points based on bit shifting, to see what that was like and whether it would maximize tone purity. Maybe it did (you've got it already so you're free to check it out). It's got a Poles control, but it's not meant to be a sweepy synth filter, it was purely an experiment on things I could do with the Holt algorithm. + +Turns out you can have a lot more fun with it when you turn it loose. + +Pear2 doesn't restrict the frequencies. In fact it smooths the control, specifically so you can sweep it. You can sweep everything except Poles: there's a switch on that, but you get to add WAY more poles than before. + +And then there's the Nonlin control… and now it's time to get gnarly. + +This doesn't have a distortion circuit! As filthy as it can get, none of that is from distortion or saturation. It's purely from the same nonlinearity calculation present in Capacitor2, in BiquadNonlin, and so on. That is applied here to a completely different algorithm based on Holt, and the more poles you add to the gnarly brew, the weirder it gets. You can use this for a really vibey analog-style EQ (high or low shelf: I'll be using it as a crossover) or you can push it until it's making a sound that has not been heard before. + +So if you liked weirdness like the Y series filters, this is your new toy. Back next week with… + +…more. + +Yeah, let's just call it 'more' ;) + ############ PhaseNudge is a phase rotator/allpass filter. Here’s a simple little utility plugin, Airwindows-ized. Except, it seems like this isn’t part of typical DAWs and plugin collections. Can’t see why, it’s a pretty basic tool. diff --git a/plugins/MacSignedAU/Pear2/Pear2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Pear2/Pear2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 0e2402bdd..a5f9e2f73 100644 Binary files a/plugins/MacSignedAU/Pear2/Pear2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Pear2/Pear2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/what.txt b/what.txt index 34d1cd1cf..b9e7453f9 100644 --- a/what.txt +++ b/what.txt @@ -252,6 +252,7 @@ PDBuss is Console5 and PurestDrive, sittin’ in a tree… (i.e. both at once, o PDChannel is Console5 and PurestDrive, sittin’ in a tree… (i.e. both at once, on channels and buss)[coll=] PeaksOnly is a transformative mix check tool.[coll=] Pear is the testbed for a new filter, implemented as a highpass/lowpass shelf.[coll=] +Pear2 is my Pear filter plus nonlinearity.[coll=Latest] PhaseNudge is a phase rotator/allpass filter.[coll=Latest] PitchDelay is TapeDelay2 but with pitch shift instead of flutter.[coll=Recommended,Latest] PitchNasty is a primitive pitch shifter that also has primitive time-stretch artifacts.[coll=Recommended,Latest]