Files
chat_grid/client/public/piano.json
2026-02-23 02:07:47 -05:00

46 lines
1.1 KiB
JSON

{
"sections": [
{
"title": "Piano Mode",
"items": [
{
"keys": "Home row",
"description": "A S D F G H J K L semicolon quote. Play white keys (C major scale from C4)."
},
{
"keys": "Qwerty row",
"description": "W E T Y U O P right bracket. Play black keys (sharps)."
},
{
"keys": "1 through 0",
"description": "Change instrument presets."
},
{
"keys": "Minus / Equals",
"description": "Shift octave down or up."
},
{
"keys": "Z",
"description": "Start, pause, or resume recording (up to 30 seconds of recorded time)."
},
{
"keys": "X",
"description": "Play saved recording."
},
{
"keys": "Enter",
"description": "Play demo melody."
},
{
"keys": "C",
"description": "Stop demo, recording playback, and active recording."
},
{
"keys": "Escape",
"description": "Exit piano mode."
}
]
}
]
}