Add piano demo playback on Enter with stop on C
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
},
|
||||
{
|
||||
"keys": "Piano mode",
|
||||
"description": "When using a piano: press question mark for piano help. 1-9 (and 0 for the 10th slot) changes instrument, -/= changes octave, ASDFGHJKL;' plays C major notes, WETYUOP] plays sharps, Z starts/stops recording, X plays recording, C stops playback, Escape exits"
|
||||
"description": "When using a piano: press question mark for piano help. 1-9 (and 0 for the 10th slot) changes instrument, -/= changes octave, ASDFGHJKL;' plays C major notes, WETYUOP] plays sharps, Z starts/stops recording, X plays recording, Enter plays demo, C stops demo/playback, Escape exits"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -27,9 +27,13 @@
|
||||
"keys": "X",
|
||||
"description": "Play the saved recording."
|
||||
},
|
||||
{
|
||||
"keys": "Enter",
|
||||
"description": "Play demo melody. Press Enter again to restart it."
|
||||
},
|
||||
{
|
||||
"keys": "C",
|
||||
"description": "Stop recording playback."
|
||||
"description": "Stop demo and recording playback."
|
||||
},
|
||||
{
|
||||
"keys": "Escape",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Maintainer-controlled web client version.
|
||||
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
||||
window.CHGRID_WEB_VERSION = "2026.02.23 R211";
|
||||
window.CHGRID_WEB_VERSION = "2026.02.23 R212";
|
||||
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
||||
window.CHGRID_TIME_ZONE = "America/Detroit";
|
||||
|
||||
Reference in New Issue
Block a user