Audulus 3 Library Reface

I was originally posting this in the Audulus 4 thread, but this is really more about Audulus 3 - a final library revision that will add lots of new user-created modules as well as adding labels to everything, taking away lights and other stuff that eat up CPU, and more. I’ll post modules here as I create them - let me know if you have any feedback about individual modules or the collection as a whole!


I took the internals of this module here and modified it a bit - turns out if you use oscillator nodes instead of a phasor core, you actually get some CPU savings.

I added an FM input control as well as a flashing indicator that will warn you if you’re modulating below 0Hz.

Basic VCO.audulus (25.3 KB)

It only uses a small amount more of CPU than the current Basic VCO module:

6 Likes

Here’s the Supersaw VCO repackaged in this format

Supersaw VCO.audulus (47.8 KB)

2 Likes

The big plus to using the internal oscillator rather than the phasor is the anti-aliasing included in the basic oscillator, although the external shaping circuitry will reintroduce some, as will the FM. One downside is that the phasor supports through-zero FM whereas the oscillator node does not. All in all, particularly if you’re saving some CPU, I prefer the oscillator node. I generally use the phasor in situations where I need control of the phase of the waveform, or I need a periodic ramp for some other purpose.

3 Likes

Did anyone ever make a TZFM oscillator? Would love to include that in the next update

2 Likes

Here’s a Skew VCO that combines the Sine-Saw morph with the Triangle-Saw morph.

Skew VCO.audulus (25.9 KB)

1 Like

Here’s a Morphing VCO. It has two outputs, one for Sine-Tri-Saw-Square and one for Sine-Tri-Square-Saw.

Morphing VCO.audulus (36.1 KB)

Here’s @robertsyrett’s FM Piano

FM Piano.audulus (21.8 KB)

Here’s @stevex’s Moon Walk compressor with an added mix control and GR meter. I also changed the release times to a knob since it will save the parameters between loads vs. the pushbutton (will be different in Audulus 4!). The big addition is the mix knob which allows you to do parallel compression - dial in a really squished compressed tone and mix it back in with the original.

I also think @stevex had a homebrew zerocross calculator in there that I replaced with a ZeroCross node. If I’m wrong about that, let me know.

Moon Walk Compressor.audulus (46.3 KB)

2 Likes

Looks good! I might take the release knob out completely, honestly. It may look deceptively close to a normal compressor, and used without a clock signal, you just get infinite release.

1 Like

Ok! :slight_smile: Do you have a suggested setting for a fixed release?

50%20AM

TZFM VCO.audulus (36.2 KB)

This oscillator is adapted from an @stschoen design from way back in 2016 that I still think is really cool. The cool thing about it is that it preserves the shape function of the osc node for the sawtooth. So the functionality will be the same as the basic VCO but with TZFM.

edit: I noticed that the sine output is actually sin(sin(x)) as the basic shape for both TZFM and Basic VCO. This isn’t necessarily a bad thing. It means a few extra harmonics and a little less amplitude, like an analog sine. But if you wanted to preserve the pure sine you could insert an asin(x) expression before, or inside, the shape expression.

27%20AM

23%20AM

4 Likes

Thanks for the tips! I never knew that about arcsin, good to know!

I added them both - only changed the modulation index to 1000 since you can push it a little further and it sounds good, and I just did up your FM String patch too.

FM Strings.audulus (197.2 KB)

40%20PM

2 Likes

The nice thing about the way you have internally structured the basic VCO is that it’s pretty easy to navigate and edit. I like this overall approach.

random drone patch in B.audulus (244.1 KB)

2 Likes

I’ll second @robertsyrett’s comment. I’m a big believer in using the sub-module approach to divide a module into functional areas. Within a module you can group elements and use descriptive inputs and outputs since the size of the sub-module doesn’t really matter. It makes the overall module easier to understand and modify. It’s generally considered good programming practice to separate the UI and functional parts of an application and I think Audulus is no exception. If you have the parts that actually perform the module’s function encapsulated, it becomes simple to change the UI or re-use the logic in another module.

2 Likes

Some excellent work being done. You know things are hot when oscillators are dropping on Boxing Day. We had at least two other compressors, one with side-chain, what made you choose this recent one as a library forerunner?

As a side note, I have been muttering “through zero linear fm” in my head for a month. I am on a long flight falling down this hole: https://www.muffwiggler.com/forum/viewtopic.php?t=93218&postdays=0&postorder=asc&start=25

Separate thread? It seems like utilizing a digital through zero fm modulator against an analog carrier might be an effective use of Audulus. The speed and versatility of the node patching should be extremely useful for hands on conceptual experimentation to compliment the subject matter in the muffwiggler thread, for example. Excited to get back to the rack for some hardware fiddling.

We could probably use a thread on TZFM as it is a pretty interesting topic and worth exploring in a coherent way.

I keep thinking about getting one of those doepfer A-110-4 oscillators, maybe the one with the nice blue front panel. Beyond that, I think Audulus does a great job in the through zero department, with aliasing only being really audible in the upper octaves.

@biminiroad as a side note, are you refacing the LFO’s? I was thinking of making a quicky video on them.

I just want to add more user-created modules to the library this time around since I’ve been kinda slacking on that.

Yes, I will do that tonight!

1 Like

Here’s @stschoen’s Diode Ladder VCF with a few extras - includes 1/oct tracking, 2x audio inputs, and separate CV inputs for cutoff and envelope.

Diode Ladder VCF.audulus (149.5 KB)

Diode Ladder VCF Demo.audulus (365.2 KB)

20%20PM

2 Likes

Very nice!

1 Like

Is that based off the uLad 1.1?

1 Like