From 548476cb85710f529e83154e2886bdccd40568df Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Apr 2026 15:45:28 +0000 Subject: [PATCH] Add note properties panel and human-readable pitch/timing to editor When a note is selected, a properties panel now appears with: - Pitch input (type note names like C4, D#5, Bb3) - Duration dropdown (whole, half, quarter, eighth, etc.) - Lane selector dropdown Code view now shows pitch names and duration names as comments next to each note for easy reading. Export includes pitch/duration names. Import and Apply Code accept note name strings in the f field. https://claude.ai/code/session_018SvBLznyTuvoZAYCw9WwAA --- index.html | 197 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 187 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index b885cfd..23fe8a9 100644 --- a/index.html +++ b/index.html @@ -214,6 +214,39 @@ canvas{display:block;} Click=select | Dbl-click=add note | Drag=move | Drag edge=resize | 1-5=note value | Shift+↑↓=pitch | ↑↓=lane | ←→=nudge time | D=+dur | Shift+D=-dur | Shift+drag=select range | Ctrl+C/V=copy/paste | Del=delete | Scroll=pan | Click header=set start | Dbl-click header=play from there + +