Earlier quoted context omitted.
You can just type "play A" and it will play the A chord.
How is the user supposed to know that "play" needs to be typed?!
Show HN: Note Kitchen – Learn piano chords and scales
31–40 of 44 posts
Re: Show HN: Note Kitchen – Learn piano chords and scales
#32Re: Show HN: Note Kitchen – Learn piano chords and scales
#33Earlier quoted context omitted.
RTFM?
What fucking manual?
Re: Show HN: Note Kitchen – Learn piano chords and scales
#34Re: Show HN: Note Kitchen – Learn piano chords and scales
#35In addition to what everyone else has said, something I'd find really useful would be going in the other direction. Just mark some keys and it tells you what chord you're playing.
Re: Show HN: Note Kitchen – Learn piano chords and scales
#36Shameless plug: I built something similar awhile back as an excuse to learn the basics of React http://chordial.us/ .
Neat! Just one piece of feedback - for your diminished chord, you spell C dim as C, Eb, F#. Technically this should be C, Eb, Gb. This is because the definition of a diminished is two minor thirds, and the way you have it spelled is a minor third followed by an augmented second. While these are enharmonically the same, from a theory perspective, the spelling is not correct! Otherwise really neat!
Re: Show HN: Note Kitchen – Learn piano chords and scales
#37Earlier quoted context omitted.
What fucking manual?
http://note.kitchen/help.html
Re: Show HN: Note Kitchen – Learn piano chords and scales
#38Looks really nice and it's fun to play around with. Maybe a control for inversing the chords would be fun? That would mean support for chords like A7/c# and maybe also closer chord voicings. I should also add that the app became much more fun when I accidentally read the "Help" menu and became aware of "play" and "root" - maybe that information should be a bit more visible? I'm interested in what if any library you'v…
Your point about the help page is really good, I'm going to figure out a better way to introduce the feature to new users. I was primarily thinking of users coming in via my YouTube channel in which I made a tutorial video, but I hadn't really thought about organic traffic.
For the theory I just wrote it myself, you can check it out here: https://github.com/nebs/notekitchen
Feel free to submit a PR if you find any bugs or inefficiencies.
I'll check out Teoria, haven't heard of it before.
Re: Show HN: Note Kitchen – Learn piano chords and scales
#39In addition to what everyone else has said, something I'd find really useful would be going in the other direction. Just mark some keys and it tells you what chord you're playing.
Re: Show HN: Note Kitchen – Learn piano chords and scales
#40it looks like I can click on the tiny keyboard, but nothing happens when I do, other than the color changing. I'm really not sure what I'm supposed to do with this, or how it will help me learn chords and scales.
I wanted to keep the UI very minimal, so that once you learned the features the interface was very simple. But you bring up a good point that first-time users might get confused.
I'll put this on my todo list and try to figure out a way to provide help for first time visitors while not cluttering the UI for experienced users.