lpnotes's comments

lpnotes | 1 year ago | on: Learn perfect pitch in 15 years

I grew up thinking I had perfect pitch, after a youth choir director identified it and realized I could name all the notes from a random key played on the piano.

Later in life, though, I realized that sometimes my perfect pitch was... half a step off? And like the writer of the article, I was better at identifying notes from my primary instruments (in my case violin and piano) rather than from an instrument that had a much lower or higher register.

Side note: last year my family and I coded and launched Perfect Pitch Puzzle, a wordle-esque game that helps people without perfect pitch practice identifying notes by guessing the first six notes of a melody at a time. https://www.perfectpitchpuzzle.com/ New songs are still being added daily. Enjoy!

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

Thanks for your note!

> One feedback is that I would like to be able to play more times a day.

We will consider making the previous days' songs available to play.

> Finally, I personally would like to choose the music genre of the puzzle.

Nice idea! :) Maybe once we have more songs (right now there only 125) and user accounts we can support genre selection.

Thanks again for playing!

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

Thanks for the comment!

You are maybe the fifth person to mention the octaves, haha. At the moment, I'm starting to think something like:

Easy mode: we give you the octave guardrails Normal, hard: you have to select the right octave and the right note; if it's the right note but wrong octave, the tile turns pale green. Also, maybe some new design for the grid so that you can toggle the octave up or down beside the superscript of each tile

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

No big downside; it will just take some refactoring of the code, and I originally hesitated to have three letters in an input box since two letters (e.g. an A#) already fills up a lot of space.

> Perhaps you could also give the player an easy way to change the octave of a note after inputting the note

I really like this idea, and will have to think about maybe putting a superscript next to each input tile (or something) that lets you toggle up or down to change the octave. Will have to think about the design!

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

Definitely not cheating; that's exactly how you should play the puzzle! :) It's all about listening and comparing, and listening and comparing again. If you're playing in "normal" or "easy" mode feel free to also make use of that button on the right, which will play your attempt in the row so far so you can compare it to the puzzle before you submit your attempt.

My partner (who finds these puzzles more challenging) does this but still often completes the puzzle in more than one guess because they just want to test out how accurate they were on the first try and make use of the grey/yellow tiles to get closer to the answer, haha.

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

> On a phone, scroll the keyboard on the x-axis and make it full width of the screen.

Thanks for the feedback!

> leave the keys that have been used colored like in the original wordle game so there is some visual reference of what was previously used/correct/incorrect/misplaced

Oh, this is a good feature call. I'll need to look up how the original wordle deals with multiple of the same letters in the same solution -- e.g. if the puzzle is EEFGGF (the first 6 notes of Hallelujah) and you entered EFEGGE, should "E" display as yellow or green? (On second thought, probably yellow.)

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

> add a 4th color for correct note, wrong octave.

I really like this idea! Maybe the 4th color will be pale green (aka you're close)

> Another recommendation: make an easy mode in a single octave for practice. Allow progression to more octaves once easy mode is mastered.

This is unfortunately hard to do in the regular daily game cadence because I'd have to limit myself to songs that span only one octave within the first 6 notes, but I can definitely see it as an easy mode feature in "practice" mode. I'm also thinking that ironically, fixing the octave makes it easier for users because it limits the choices, so maybe:

1. easy: the octaves switch for you 2. normal, hard: you have free reign to switch octaves, but right_note && wrong_octave === pale green tile

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

Thanks for your feedback about the octaves!

There is one question that I haven't entirely figured out how to ask but am curious about -- if we let you adjust the octaves, and if you select the correct note but the wrong octave, would you want the game to highlight the note as "green" (correct) when you submit the attempt? Or would you prefer to have to guess the right octave along with the right note before the answer is accepted?

(Unrelated side note: I am a desktop person, and thus surprised that so many people are playing it on their phones, haha. I'll have to check the google analytics for that.)

lpnotes | 2 years ago | on: Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game

Sorry for the confusion here -- you're not the first to ask, but the TLDR is that you can't (right now)!

We do hope to allow octave selection in a future "practice" mode where you're not limited to one puzzle a day, though.

The reason you can't right now is because it gets a little complicated if the user selects the right note but the wrong octave; they'll hear the correct pitch when they play the note, but should we record the wrong octave in the playback, or play the right octave (but potentially cause confusion, because it wasn't exactly the note the user selected?) The easiest thing to do seemed to select the octave for the user, but I'm open to feedback on how to make this less confusing with the maximum fun.

page 1