Octave-dependent quantizer / “pitch field” quantization in VCV Rack?

Hi everyone,

I’m looking for a quantizer that can quantize differently depending on the octave of the incoming pitch CV.

More precisely: I’d like a “pitch field” approach where (for example) notes in C2–B2 are quantized with one scale/set, notes in C3–B3 with another, etc. So the same input note-class could land on different target notes depending on which octave the incoming CV is in.

Does a module (or patch technique) exist for octave-aware quantization like this?

Any recommendations (modules, patching strategy, or scripts) are welcome. Thanks!

Stephane

Hi, this might work for you:

Alternatively, you can make a quantizer with this module:

I think there are a few others in the library.

3 Likes

One possibility: create your own special-purpose quantizer using simpler modules:

The group of modules in the (Compare, QNT, VCA, QNT, VCA) middle is my example of a dual quantizer like you described. The Compare module has B offset = +1V. So when the input V/OCT signal is below 1V, the quantizer on the left is active. When it goes above 1V, the quantizer on the right takes over.

Here is the patch if you want to experiment:

dual_quantizer.vcv (3.4 KB)

6 Likes

Thank you very much, I will test this.

S.

Great example, thank you very much !

S.

1 Like
2 Likes

Coerce is just a very powerful module. You can toggle the quantization “scale” however you like or even fade between different polyphonic values.

And the larger Coerce6 module is normalled down the column…it’s just very efficient. Not only for tonal CV but rounding to integers, etc.

2 Likes

In some ways this is what the Venom Non-Octave-Repeating Intervallic Quantizer is designed for.

As long as your extended scale repeats (not necessarily at an octave interval), and has no more than 13 intervals from the scale root to the next scale fold point (start of the next scale), then it can do the job. The scale pattern can span multiple octaves.

With the companion NORSIQ Chord to Scale you can conveniently convert any set of 14 V/Oct notes from a polyphonic cable into the intervals and root note for the NORSIQ.

3 Likes

Thank you very much to all of you for your replies. I now have a wonderful field of experimentation open before me!

Don’t forget the official Scalar module

1 Like