PitchStill gives you a note, plays the sound, and listens through your phone's mic while you match it on your instrument. Hit it clean and fast - score goes up. Miss it - streak resets. Sessions run 30 seconds to 10 minutes. That's the whole loop. It sounds simple and it is. The thing being trained is the gap between hearing a note and landing it on your instrument without hesitation. That gap is real, it's measurable (the app tracks your average time to detect), and it gets smaller with reps.
No reviews yetBe the first to leave a review for PitchStill: Note Training
Maker
📌
Hey PH - Shreyash here, solo dev on PitchStill.
Built this because I play guitar and kept running into the same wall: I could find notes on the fretboard if I thought about it, but under any time pressure I was hunting. I wanted something that would drill the reflex - hear it, play it, scored - not another theory course.
The technical part I'm most proud of: the pitch detection runs entirely in a native Swift/Kotlin module. Each audio buffer is processed using autocorrelation to extract the fundamental frequency, matched to the nearest note with a cents reading. The round-trip is fast enough that it feels like real-time feedback when you're playing.
Happy to answer questions about the app, how it works, or anything about the technical build.