Automating the Breath Pulse

April 26th, 2023
jammer, music
One of the pieces of my rhythm stage setup is a breath controller, which measures how much I blow. It's a good fit for anything where I want to have some flexible imprecise control, but one thing I've ended up using it for a lot is just a pulse:

Here's it by itself:

Here's it live, layered with everything else I'm doing:

I'm still interested in having breath control as an option, for cases where I want more compelx patterns, but a basic pulse seems like something I should be able to automate. My system already knows the current tempo from how I'm playing the drums, so I could program it to simulate my breath pattern.

My first attempts at this sounded all wrong: it turns out I didn't actually know what pattern I was making. It was just something where I'd played around with blowing different ways until it sounded the way I wanted it. So I collected some data, tracking breath pressure as a function of how far through the beat I was:

I could do some kind of averaging to make nicer charts, but the overall picture is clear enough: I increase it linearly to a peak near the end of the beat (68% in reel time, 82% in jig time), and then decrease it linearly to a trough near the beginning of the next beat (27% in reel time, 41% in jig time). I programmed that, and now I can have the same pulse with my mouth free to do something else:

While I'm happy with how the result sounds, I'm pretty confused by the curves. The pulse sounds like it's on the upbeat, so I would have expected a peak at 50% (reel time), and I'd have expected the pictured curve to sound quite late? It seems like we identify the beat with the center of the trajectory (48% in real time, 62% in jig time)?

Referenced in: Substituting Talkbox for Breath Controller

Comment via: facebook, lesswrong, mastodon, substack

Recent posts on blogs I like:

Thing of Things AI use policy

dynomight recently wrote an article calling for bloggers to state publicly whether and how they use AI

via Thing of Things July 6, 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)