The gap between a hum and a song
Your ideas are dying in your voice memos.
A 4-track recorder with the songwriting tools built in. Get the idea down before you're sick of it.
No account. Works offline.
The missing middle
Two tools.
Nothing between them.
Every idea you have lands in the same gap.
Instant, but a dead end
Catches the idea in a second, then traps it there. One track, forever.
Instant and it grows
Opens as fast as a memo. Holds four parts, finds your key, leaves a song you'll open again.
Powerful, but too late
Could finish the song. But by the time it boots, the idea's cold and so are you.
From idea to song
What it actually feels like.
You're in tune before you start.
It opens on a tuner. A sketch that sounds bad never gets finished. Note, cents, your A4, guitar or bass.
The first screen is the tunerThe theory's a tab away, not an app away.
Tap in the chords you played and it names the key. The chords that fit are right there, lifted from real songs, ready to play. Or skip it and hit record.
Find your key. Get its chords. Or just record.Lay it down. No headphones required.
Put the next part down over the last, straight through the speaker, nothing in your ears. We keep the backing out of the mic, so nothing has to go in. AirPods work too.
Overdub on the couch, headphones optionalLeave with a song, not "New Recording 384."
Four tracks, in your key, named. The Record tab opens to your library, so it's still there tomorrow.
A library you'll actually come back toThe tuner, taken seriously
In tune on the first pluck.
Even the low strings.
Every app opens on a tuner. Most are a checkbox — a needle that wobbles, a low E that won't read. The first screen sets whether a sketch is worth finishing, so we wrote our own pitch detection instead of shipping someone else's.
not a toy
It locks before you've finished the pluck.
Detection is the McLeod method — a normalized square-difference function, the algorithm built for instrument pitch — running on Apple's Accelerate framework on the audio thread. The autocorrelation is hardware dot products, not a loop. It re-reads about every 23 milliseconds and locks a note in two confirming frames, on the order of fifty.
An onset detector watches for a fresh attack and drops its search lock the instant you pluck again, so a jump from low E to A, or a hammer-on, follows the new note instead of hanging on the old one. The readout is native SwiftUI — no web view spins up to draw it.
strings
The reason most phone tuners choke, fixed.
iOS runs the mic through processing tuned for phone calls, and it scrubs everything around 80 to 110 Hz — exactly where a low E, A, and B live. That's why most tuners make you pluck a low string three times before it catches anything.
We open the mic in measurement mode, which bypasses that filter, then set the detection threshold against real device logs so a valid low pluck is never thrown out. A low E locks first try, same as the high ones.
This is the part you can't paper over with an off-the-shelf library — the difference between a tuner that works on a bass and one that doesn't.
that holds
Steady when you hold it, instant when you bend.
The detected pitch is interpolated between samples for sub-cent resolution, smoothed through a median and a 1€ filter — the adaptive filter from motion tracking — then eased onto the display at 60 frames a second. It sits still on a held note and moves the moment the pitch does. Three cents reads in tune.
Guitar, bass, ukulele, and violin by string, a full chromatic mode for anything else, and a reference A from 432 to 444.
The part that was actually hard
An idea, no AirPods, no problem.
To put a second part over a first, you normally need headphones, or the speaker bleeds into the mic. Most apps tell you to plug in. We built our own way around it.
no bleed
Our own canceller, built for music.
We turned off the phone's built-in echo cancellation. It's made for phone calls, so it hears a held chord as noise and scrubs it, and your take comes back underwater.
Ours already knows the backing, because it played it. In the count-in it reads your room and speaker, then pulls the bleed out of your take and leaves what you played alone.
That's the hard case, nothing in your ears. Plug in headphones or AirPods and there's no bleed to cancel. Either way you're on the phone's mic, so the input's the same.
It's good, not a soundproof booth. A dead-silent room with the gain cranked still catches a little. On a couch, it just works.
automatically
Bluetooth lies about timing. We correct for it.
A speaker adds a little delay. Bluetooth adds a lot, and most recorders land your part late. This one measures the real delay every take and slides it back into place.
When Bluetooth still drifts, a per-track nudge wheel slides a part a few milliseconds by ear until it sits.
And yes, plenty of good headphones still have a cable, AirPods Max included. The cable isn't the problem. Hunting for it and the right dongle the second an idea hits is. Now you don't.
on purpose
This is the step before the DAW.
No mixing desk, no plugins, no automation. It's where an idea becomes a named sketch while you still care. If it earns a full production, export it and open your DAW. Most never get that far. That's the gap.
The theory tools, built in
The second app you'd open is already inside.
Everything a songwriter reaches for mid-idea, in the app you're already recording in. You never stop to look something up.
LED tuner
Cents, an LED needle, your own A4. In tune before you notice you weren't.
Key finder
Enter the chords you played and it ranks the keys that fit.
Chords & progressions
The chords that fit your key, plus progressions lifted from real songs.
Soloing fretboard
Pentatonic boxes, the blues scale, even the BB King and SRV zones, all in your key.
Circle of fifths
Where to go when the next chord won't reveal itself.
Ear training
Name intervals, triads, and sevenths by ear. The one tool you always have.
The theory engine, in full
Correct to the symbol.
Already in your key.
Most apps that bolt theory onto a recorder get it subtly wrong — the seventh that should be half-diminished, the flat key spelled sharp. This is a complete harmony engine, ported note-for-note from the original and pinned by a unit-test file so it can't drift. Here's what's under it.
real harmony
Every mode knows its own chords.
Not the usual seven. Major and all three minors, every major mode, all six modes of harmonic minor and all six of melodic minor, and an exotic shelf — Double Harmonic, Hungarian Minor, both Neapolitans. Each scale carries the triad and the seventh for all seven degrees, so the chords it hands you are right for the mode: the augmented tonic in Ionian ♯5, the ø7 in Locrian, the major-♭5 in Double Harmonic.
Spelled correctly — flat keys get flats — with proper Roman numerals (°, ø, +) and Nashville numbers. Every scale comes with what it's for: the mood, the songs that used it, the degree spelling. You get the why, not just the notes.
you back
Play it the chord, it names it.
Identify is a true reverse lookup: hand it a set of notes and it tries each one as the root against thirteen chord types — triads, sus2 and sus4, the four common sevenths, m7♭5, dim7, m(maj7), aug(maj7) — then ranks exact matches first, simplest next. Tell it the chords you've got and it finds the key they fit.
by section
Organized like a song, not a dictionary.
Per scale, sorted into verse, chorus, and bridge — each one a scale-degree pattern with a functional note and the records that used it, from I-V-vi-IV to the Andalusian descent. They're stored as degrees, so they land in whatever key you're working in. A starting point, not a lookup table.
system
The fretboard, not just a scale on it.
The five pentatonic positions with their root anchors, the blues scale with the ♭5, chord-tones-only, the modal colors (Dorian's 6, Mixolydian's ♭7, Lydian's ♯4), and the advanced moves — superimposed pentatonic up a fifth, the diagonal 3:2 run. Plus the signature shapes by their real geometry: the BB King box on the top three strings, the SRV zone fusing boxes one and two, the Hendrix major/minor-third blur. Each with a technique note, mapped to your key, in any of ten tunings from Drop D to DADGAD.
And the chords are voiced, not spelled — real fingered shapes, open and barre, for guitar and piano. With a circle of fifths, a capo calculator, and a sample-accurate metronome to round it out.
All of it wired into the recorder. Open your project's key and the chord pads are already voiced, the scale's lit on the fretboard, the suggested progressions are the ones that fit — so you absorb the theory in the act of recording, not in a separate tab.
No catch
It gets out of your way.
"Four hundred voice memos, almost no finished songs. I own a studio and a DAW, but by the time it's fired up I'm sick of the song. So I built what I needed: somewhere to catch an idea and grow it before that feeling hits."
Built by SampaTek Labs, for people with the same folder.
The one that got away
Ever think about the song that got away?
So do we. Get the next one down before it's gone.
iPhone · iOS 26. Pay once, no subscription.