Polyrhythmic Tap Sequencer

Thanks for the response. I’ll definitely check out those sequencers. My knowledge of temperament is kind of limited at present, I basically know (I think I know at least!) that’s been an issue for hundreds of years, and that in older music (from the 17th century on back, I’m guessing) the scale sounded somewhat different, leading to disagreement over what “period instruments” really means.

In my quantizer (simplified today to move the root latching to the little random generator), each of the 12 tones has a patch which knows its position in the scale and whether it’s used in the scale. It passes up and down either its scale position (if it’s in the scale) or that passed by its neighbor (if it’s not in-scale), allowing it to calculate its breakpoints. Break points for active scale intervals in the quantizer are then based on its position and that of its neighboring intervals, by splitting the difference. (The exceptions are at the ends of the scale, where there’s no upper or lower neighboring interval in the scale. The ends use hard-coded values.) Splitting the difference in the power of two for adjacent intervals on the scale would guarantee the split is fair, proportionally, as it’s the power of 2 that’s being split evenly.

I added the Tonic Only scale mainly to test the system, but noticed it kind of sounds neat when used in random fill mode with a three octave spread. With the “Tonic Only” scale in play, everything is captured and stuffed into the one bin. Does that make sense?

Here’s the umpeenth version of the project. This one plays better when on non-auto fill for the tones. If you’re not on auto, then whatever you play on the midi goes to both sequencers (the manual/auto loop plays through the quantizer). This can lead to interesting loops when you’re running them at different time signatures and/or clock speeds, as the tones play off one another differently, each pass through.

16-beat Tap Polyrhythmic Drums n Tones.audulus (1.8 MB)

3 Likes

Interesting that the cross fade uses less cpu than a multiply node. I haven’t experimented with the cross fade yet. Need to look at that a bit.

1 Like

I just added another quantizer to the far left (manual tap only) loop, slaved to the auto loop (simple copy/paste and a little hook up). Now my left loop is always in the scale selected. My fingers definitely do not know piano scales (apart from C-major, of course!), so the change tends to make the results a bit more reliably musical.

2 Likes

Crossfade node is just an “if then else” expression that is easier to edit :slight_smile:

2 Likes

Ok, I swear I’m done for awhile. I fixed some lapses of logic. Now, the key is set no matter whether you’re tapping out your own loops or letting the auto fill to happen (seems like a “well duh” to me!). Typical of a hobby project for me, not to fully think it through.

Here’s a little demo rig to prove out the setup:

Don’s Quantizer DEMO.audulus (225.8 KB)

Changes to the big Polyrhythm Tones and Drums project:

  1. My little “MIDI Omni legato” now defaults the freq to C below A440, instead of zero Hz.
  2. “Key Cntrl” latches the root key and octave (at startup, it latches that default key mentioned above—no clock is needed to latch the key, however, so you can set the key and octave right away by playing it on your MIDI keyboard and then hitting “set”. Whatever midi key you press, if you then hit the “set” button on the Key Ctrl patch, that note is latched and becomes the root for subsequent quantizing to scales. If you are putting in tap tones, those tones are in the same key.
  3. To allow automatic music to begin as soon as possible, all four loops default to “auto fill.” To start hearing something, all you need to do now is tap out a tempo and stuff will start happening right away (remember to count out the beats a per measure that’s set on the tap tempo patch between each tap, otherwise the thing’ll run off like a bat outa hell.)
  4. To that same end, I also modified the auto fill timer (the one with the bar display) to issue the “fill” pulse right away.
  5. The tone sequencers now latch the tone outputs to avoid having the 0 Hz pulses between taps. Solved a little mystery “…tic-tic-tic…” when it was supposed to be off—sounds way cleaner now. The little Hz display did that to make the display only show valid frequencies. It just occurred to me today that this would be very desirable for the actual output.

16-beat Tap Polyrhythmic Drums n Tones.audulus (2.0 MB)

1 Like

Here’s the latest:

Some changes.

  1. I moved the quantizers to the output side of the tap tone sequencers, so the tap tone outputs can be requantized at will, Allowing you to try out different scales on a tapped loop pattern you like or on the randomly created loops.
  2. I made a push button scale-code-making widget that lets you manually set which intervals of the 12-tone chromatic scale to play. A decimal code input at the left turns on lights below each button, indicating which intervals are used in the scale corresponding to the code—lights are for reference only.
  3. A BPM clock generator auto starts when you open the file. It’s feeding…
  4. A new version of the tap tempo patch, with a bad indexing problem fixed.
  5. The quantizer now defaults to chromatic if the # input is open (0).
  6. The little additive synths were updated with a sub channel and a mix control to set the sub/main ratio. Note that all three oscillators’ output waveforms are exposed in the patch.

16-beat Tap Polyrhythmic Drums n Tones 8.10.18.1.audulus (2.1 MB)

2 Likes

That’s actually a pretty fun song you get right when you open it :musical_keyboard::burrito::ok_hand:

2 Likes

Thanks! I wanted it to provide its own demo, as it looks kind of daunting, right out of the box.

And yeah, it’s a catchy tune, but believe me it becomes an ear worm. I should post a warning!

I originally wanted something that would allow me to practice my guitar in time to something more fun than a metronome, and with tap tempo. Adding the tone sequencer with changeable scales might make it kind of useful to practice soloing over scales. Time will tell.

2 Likes

Kind of an answer to a challenge.

Changes:

  1. The random tone generators now allow an offset—number of halfsteps from the tonic note of the scale to put in the random fills. I allowed 12 stamps bellow and 24 above, for a two octave range. Same span control, so you can play one note up on that offset, or as many as three octaves.

  2. Changes to the tap sequencer module—Two output now, an impulse output and a stepped values output. The stepped values provide clean steps in tone. The impulse output pulses once per beat.
    16-Step Tap Sequencer V6.audulus (86.6 KB)

  3. The tone loop sequencers and drum sequencers both have the new tap sequencer modules. Just for fun, the tone loop sequencer has an RGB light that displays different colors, depending on where the tone is on the 12-tone scale.
    16-step Tap Drum Sequencer v2.audulus (266.7 KB)

16-Step Tap Tone Sequencer v3.audulus (184.4 KB)

4, Change to the manual scale entry widget—took out the major scale references and moved them to a new “major scale intervals ruler.” If you’re constructing a chord from a scale, you set the R mark down on the root of the chord (no inversion assumed) and read off the intervals from the ruler. (Remember that chord intervals are based on the intervals of the major scale.)

Manual Decimal code from 12-bit binary v2.audulus (34.3 KB)

Here’s the final project, with a little O-scope tool to display the tones from the sequencers. One loop is set for a sub-bass crawl and the lead loop is playing a triad off the manual scale.

[edit—This afternoon I created and just now fixed a problem that made the synths bleat like bagpipes when they were supposed to be off. What I’d done was clamp the gate to the synths to a range that excluded zero, to avoid passing velocity values too low to hear. The fix was to add a test to only clamp non-zero gate values.]

16-beat Tap Polyrhythmic Drums n Tones 8.12.18.3.audulus (2.1 MB)

1 Like

Sequencer seems stable enough. Here it is with some great off-the-shelf synths and percussion voices!

16-beat Tap Polyrhythmic Drums n Tones 8.13.18.1 Exotic Voices.audulus (1.9 MB)

1 Like

Here it is, larded to the max, with my old 16-bar song sequencer providing the offset to the right-side random tone sequencer. This offset is the change I made to try making inversions by setting the bottom level of the random value range to be some desired number of half-steps off of key (in-key is zero or any integer as in this application the key is set and handled separately and reinserted at the end—everything plays over or under zero). The song sequencer sets that level. 0 means in-key, so 12 means in-key, one octave up.

The song sequencer translates a root freq to other intervals. I’d never tried octave signals when I built this, so it’d probably be smaller if reimplemented for octave signals. The conversion for this application is to provide a 440 Hz level as the reference. The output is scaled to match the 0-1 —> -1 to 2 octave range of the random signal patch (all my knobs are 0-1 range). I used ther slowest clock for allow a slow progression. The hand drum is tuned off the slow-moving left loop’s output tone (minus the integer part). I don’t know if the hand drum is tuned to octaves, but it sounds ok.

16-beat Tap Polyrhythmic Drums n Tones 8.13.18.1 Exotic Voices 16 bar.audulus (2.3 MB)

Now this project is a hog — 70% of my iPad Pro.

2 Likes

Latest:

Added a query function to the quantizer to allow one to get the nth degree of a particular scale.

Added an up-to-16-bar melody sequencer with a knob for each bar. Output from the melody sequencer for each bar is a scale degree (1 - 7, or i - vii) and an octave. The query from the quantizer returns the interval on the current scale (standard octave format) corresponding to the desired scale degree.

The project that’s uploaded starts in C below A440, in a 6-tone blues scale.

16-beat Tap Polyrhythmic Drums n Tones 8.13.18.1 Exotic Voices 16 bar 8.18.18.1.audulus (2.4 MB)

Once again, it’s a hog.

Here’s the melody sequencer

16-Bar Progression - Degrees of Scale.audulus (364.5 KB)

Here’s a demo of the quantizer and interval lookup feature of the latest dcQuant.

DcQuant with Degree Lookup DEMO.audulus (292.5 KB)

I left in there a little patch I made to bring multiple outputs from place to place or to park some for easy re-use:

Input Parker:Hauler.audulus (1.9 KB)

1 Like

LOL, I use vias for that, but that module cracks me up.

I did, however, center my copy.

23%20AM

Input Parker_Hauler centered.audulus (2.1 KB)

2 Likes

The correct decoding of my “hybrid” O.DO signal proved to be a (an?) SOB. I was going into my deeply repetitive melody sequencer, fixing and swapping out units. Later I used it to grab a bunch of outputs and haul the bunch of them over to a mux.

Regarding the centering: Some folks go for pound pups—others prefer a little pedigree!

AND, by the way, it just occurred to me that it’s outputs I was hauling—not inputs…

SO—here’s a new and improved one, renamed, with numbers and a big textured handle for better dragging. I could add a flashing beacon, in case you drop it somewhere in the woods, but I’ll leave that to you!

Output Parker Deluxe!.audulus (4.7 KB)

3 Likes

And yet you need to park a bunch of inputs in the output parker, so both are true simultaneously. :upside_down_face:

3 Likes

I keep looking at this thread every few days waiting for something to click. What’s going on here? Someone list off some use case scenarios or something. Lots of work going on but we need a salesman on the floor to tell us why we have to have one of these.

2 Likes

I initially wanted something more interesting rhythmically than a metronome to practice to, and running different length loops against each other was changing it up in a nice way, hence the polyrhythm bit. The random auto-filling was to make it quicker to get it up and running, and not have to really fuss with tapping out a rhythm.

I made the tone sequencers at another user’s suggestion. That, and I’d wanted to get more familiar with various musical scales to play over. I’ve been interested in automated music creation for many years, long before I learned to play an actual instrument.

I had an app on my iPhone several years ago, made by Brian Eno, called Bloom. You could just tap out a tone pattern or allow it to make random ones, and it played back the tones in whatever key and scale you chose. It was really meditative. The app has long been unavailable, and my iPhone eventually died, so I wanted that back, too.

More than anything, I’ve just enjoyed the technical challenge of building this thing, and of experimenting with some of the great synthesizers other users have made. My project is no doubt a bit busy for many folks’ taste, but I’ve been enjoying it.

3 Likes

Oh! I was mistaken about Bloom! I just forgot to look back on the app store when I got my iPad (been on an android phone since the iphone died).

Here’s where it is:
http://www.generativemusic.com

1 Like

This gets kind of meditative. I inverted an ADSR to set the delay on the synth for slow tone loop on the left. It makes it sustain just about forever.

16-beat Tap Polyrhythmic Drums n Tones 8.13.18.1 Exotic Voices 16 bar 8.19.18.1.audulus (2.4 MB)

2 Likes

I’m not even sure that these are the type of modules everyone needs, these are just really crazy interesting and full of unique node programming. I think the series of patches is a very personal creation with lots of idiosyncrasies but also lots of charm.

If you are looking for a place to start, look for the Don’s Tap Tempo and give it a poke, that usually gets the ball rolling.
55%20AM

2 Likes