Wrapping Bass

February 2nd, 2012
contra, ideas, music, octaveless
Sometimes on the piano I would like to be able to do a long series of bass notes in the same direction, and then get frustrated when I end up way too high or low. I'd also like to have a pedalboard for bass notes while playing mandolin, and if I could get away with just twelve notes that would be a lot cheaper. So what if we construct twelve sounds in a circle so that wherever you are each note sounds a half step above it's left neighbor and a half step below it's right?

There's an effect where you have a continually rising tone. It works like an escalator: the steps are going up, but you're always adding new ones at the bottom and having old ones fall off the top. If you slowly bring up the volume of the low frequencies and bring down the volume of the high ones, I think you could make bass notes that didn't really have an octave structure.

If you were impossibly capable on the piano you could get this effect playing octaves with the left hand and varying the pressure of the low and high notes so the weighted average of the two fundamentals didn't vary as you changed notes.

Update 2012-02-02: In response to a question by email I wrote:

To a first aproximation, I'm proposing synthesizing twelve sounds. Only twelve, one for each note. For example, just guessing, looking only at the C scale:
  C: .03*C0 + .27*C1 + .46*C2 + .24*C3
  D: .06*D0 + .30*D1 + .43*D2 + .21*D3
  E: .09*E0 + .33*E1 + .40*E2 + .18*E3
  F: .12*F0 + .36*F1 + .37*F2 + .12*F3
  G: .18*G0 + .39*G1 + .34*G2 + .09*G3
  A: .21*A0 + .42*A1 + .31*A2 + .06*A3
  B: .24*B0 + .45*B1 + .28*B2 + .03*B3
The important thing is that B, C, D sounds like it's smoothly rising while D, C, B sounds like it's smoothly falling.
Referenced in: Wrapping Bass: Implementation

Comment via: google plus, facebook, substack

Recent posts on blogs I like:

Linkpost for July

Effective Altruism

via Thing of Things July 3, 2026

Agentic test processes, LLM benchmarks, and other notes on agentic coding from Galapagos Island

I've been using AI fairly heavily since last November and the whole thing is a funny experience. An agent will do something that, if a human did it, you'd immediately fire them. My reaction, of course, is to act as if this is great and spin up a t…

via Posts on July 3, 2026

Variable fonts aren't universally supported

I make a lot of webpages. I also use Lockdown Mode on iOS and MacOS for a bit of extra security. Sometimes I realize that I forgot to test on Safari and it looks like crap, or I test and don’t notice that there’s been a problem for months (as was the case…

via Home June 27, 2026

more     (via openring)