mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 14:16:00 -06:00
Pafnuty2
This commit is contained in:
parent
d72464da96
commit
031d23b045
2 changed files with 10 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Dithers: Dark, PaulWide, PaulDither, TPDFWide, TPDFDither, NotJustAnotherDither,
|
|||
|
||||
Dynamics: Pop2, Pressure5, Dynamics, Pop, DigitalBlack, Logical4, VariMu, ButterComp2, curve, Recurve, Pyewacket, BlockParty, SoftGate, Thunder, Compresaturator, DrumSlam, ButterComp, BrassRider, Point, Gatelope, PodcastDeluxe, Podcast, Swell, PurestSquish, Pressure4, Surge, SurgeTide
|
||||
|
||||
Effects: Dubly, PitchNasty, GuitarConditioner, Aura, TremoSquare, Tremolo, GlitchShifter, Gringer, Exciter, Energy2, Energy, Facet, Fracture, PowerSag2, PowerSag, Preponderant, Nikola
|
||||
Effects: Dubly, Pafnuty2, PitchNasty, GuitarConditioner, Aura, TremoSquare, Tremolo, GlitchShifter, Gringer, Exciter, Energy2, Energy, Facet, Fracture, PowerSag2, PowerSag, Preponderant, Nikola
|
||||
|
||||
Filter: Baxandall2, Capacitor2, CStrip2, Weight, Isolator2, Holt2, Holt, ToneSlant, AverMatrix, Average, MackEQ, Baxandall, Hull, EQ, Capacitor, Isolator, TapeFat, ResEQ, Lowpass2, Highpass2, Distance2, Distance, Lowpass, Highpass
|
||||
|
||||
|
|
@ -2387,6 +2387,14 @@ Pafnuty’s been rearranged in such a way that when you move the sliders to the
|
|||
|
||||
Back to Pafnuty. What do you get when you run music into this sine-multiplying filter? If your audio has no frequencies that, multiplied, go higher than the sampling rate, you get perfect aliasing-free harmonic enhancement. The way the filter works, it absolutely doesn’t generate anything higher than the multipliers it works with. It’s a sort of color-adding harmonic enhancement where you can pick what kind of coloration you add (or subtract, since all the controls go both ways). If the frequencies do go higher than the sampling rate then they do alias, but the way Pafnuty resists adding extra harmonics helps it to resist aliasing and if you don’t add lots of higher harmonics you can go very high in frequency, cleanly.
|
||||
|
||||
############ Pafnuty2 is a Chebyshev filter, that adds harmonics, and fits in the VCV Rack port.
|
||||
|
||||
Pafnuty is a Chebyshev filter. What are those? Well, it’s not much like your usual filter: you don’t use this to roll off highs or lows (though under some conditions you might be able to do any of those things). A Chebyshev filter is like a mathematical formula. It works like this: if you feed it a sine wave (at exactly 0dB, or barely-clipping) it can generate entirely new sine waves to add to your sine wave. Which ones? Harmonically related ones. You can have twice, three, four times the frequency, all the way up to thirteenth harmonic.
|
||||
|
||||
What do you get when you run music into this sine-multiplying filter? If your audio has no frequencies that, multiplied, go higher than the sampling rate, you get perfect aliasing-free harmonic enhancement. The way the filter works, it absolutely doesn’t generate anything higher than the multipliers it works with. It’s a sort of color-adding harmonic enhancement where you can pick what kind of coloration you add (or subtract, since all the controls go both ways). If the frequencies do go higher than the sampling rate then they do alias, but the way Pafnuty resists adding extra harmonics helps it to resist aliasing and if you don’t add lots of higher harmonics you can go very high in frequency, cleanly.
|
||||
|
||||
Now that it fits into the VCV Rack port, you can run a sine LFO into it, and then all sorts of other LFOs into all the parameters, to produce a bizarre modular hyper-LFO, and that's why I knew this one needed updating :)
|
||||
|
||||
############ PaulDither is a highpassed TPDF dither. (quieter, airier)
|
||||
|
||||
As long as we’re making TPDF dithers, here’s something worth noticing, and a shout-out to a great person.
|
||||
|
|
|
|||
1
what.txt
1
what.txt
|
|
@ -206,6 +206,7 @@ NotJustAnotherCD is a next-gen wordlength reducers for 16 bit with DeRez.
|
|||
NotJustAnotherDither is a next-gen wordlength reducers for 24 bit with DeRez.
|
||||
OneCornerClip is an ultimate full-bandwidth clipper.
|
||||
Pafnuty is a Chebyshev filter, that adds harmonics.
|
||||
Pafnuty2 is a Chebyshev filter, that adds harmonics, and fits in the VCV Rack port.
|
||||
PaulDither is a highpassed TPDF dither. (quieter, airier)
|
||||
PaulWide is a highpassed TPDF wide dither. (quieter, airier AND wider)
|
||||
PDBuss is Console5 and PurestDrive, sittin’ in a tree… (i.e. both at once, on channels and buss)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue