Airwindows DarkNoise: Mac/Windows/Linux AU/VST

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic
RELATED
PRODUCTS

Post



TL;DW: DarkNoise is an alternative method for producing bassier noise directly. Sound design stuff.

DarkNoise.zip(356k)

I don't have reverb plugins ready for this week, because I've been shoveling snow all day every day to dig myself out of a blizzard! So I posted this instead :D

DarkNoise is a technical experiment, that might be useful for sound design folks, or game coders, or people coding things like algorithmic clap effects. It's basically a way to generate noise directly that's more midrangey, or more bassy, without having to filter it (though there's a filter included, too!)

So how it works is: if you just generate rand() every sample, that's white noise. (or if you use an algorithm like my dithering-to-the-floating-point, which is not crypto-grade noise but runs more CPU-efficiently). And if you take a value and add rand() to it every sample, that's Brownian noise (something moves, but randomly) but it generates DC offset and needs to get filtered. I've also done clever forms of noise like VoiceOfTheStarship (there in your NewUpdates.zip download for free, try it and compare with DarkNoise) which do the brownian noise, but at regular intervals it forces the random noise always to move TOWARDS zero, suppressing the DC naturally.

This is different. I'm not sure it's better but it's different, and what it does is: say you're keeping a list of values that are all random. And you're replacing them with new random values, and you get your output by adding 'em together. Now, imagine that for each random number you put in, that tells you the next position in the list to replace. That's DarkNoise. It has a brighter top-end than VoiceOfTheStarship, and runs just as fast, but requires you keep a big pile of numbers around. However, you don't have to actually add them all every sample. It's in the code, how to work around that part.

Enjoy the plugin if you like weird noise sources: again, might be sound design, maybe you'd like to gate it along with something? Gate it along with your snare and pick one of the midrangey settings and you might get a nice beefy reinforcement. Cranked way up, it gives a background noise ambience that's like wind (heard from indoors, or being out in the wind) which can go from almost still, to thousands of miles an hour.

Attn: folks doing Rackwindows for VCV Rack, or any project like it. You might want to make up a version of this, without the AverMatrix filtering, and run it as sample and hold for use as a control voltage generator. It will let you generate random 'voltages' that wander over as wide a range as you like, while still keeping tiny variations on a micro-scale. High settings of raw DarkNoise output would make for a really good wandering random control voltage: again, you need to implement it as sample and hold driven, so that other modules can 'step' DarkNoise sample by sample. At its max, it'll take about two thousand steps between peaks, and of course you can make it cover a much tighter range too :D

Patreon keeps not only the Console7 (i.e. exciting) plugins being developed, but also stuff like this that would never exist if all the plugins had to be saleable bangers. I'll keep coming up with cool and accessible stuff provided I can also experiment on things too. Thank you for making that a reality :D

Post

Interesting! Thank you. :)
EnergyXT3 - LMMS - FL Studio | Roland SH201 - Waldorf Rocket | SoundCloud - Bandcamp

Post

VoiceOfTheStarship is one of my all time favorites by Airwindows.
Interesting, indeed.
Thank you, Chris!
You can be creative in any right place on Earth, and not only in the wealthiest cities. Bring the world feelings from everywhere, and not only feelings of capitalistic or jail environment.
― Aleksey Vaneev


https://linuxdaw.org

Post

"sounds design people or whatever" lol

Nice noise textures, chris! :phones:

Post

How do you like it plexxuss?interesting plugin isnt it? :)
EnergyXT3 - LMMS - FL Studio | Roland SH201 - Waldorf Rocket | SoundCloud - Bandcamp

Post

I think it's interesting how KVR clicks with the real nuts and bolts of my plugin line. There's other places where I can bring 'latest and greatest tape emulation' or whatever, but now and then I bring something real obscure and it's KVR that goes, 'oh hey, I think I can do something with this tool that seemingly has no obvious purpose'. :D

Remember it's also MIT-licensed open source, so if any of you are designing games or WebASM or who knows what, you can do a variation of this algorithm if it'll help you. I like to think that stuff like this isn't only about making a plugin product: maybe it'll give some other coder an idea. You can see how it works on github :)

Post

#kvr is a wild bunch!
:ud:
You can be creative in any right place on Earth, and not only in the wealthiest cities. Bring the world feelings from everywhere, and not only feelings of capitalistic or jail environment.
― Aleksey Vaneev


https://linuxdaw.org

Post

I'm thinking this could be enveloped into some nice convolution reverb impulses.

Post Reply

Return to “Effects”