From a3fedc3f72f8005699f9de4a1a83ba0f6d231be4 Mon Sep 17 00:00:00 2001 From: sennert Date: Fri, 9 May 2025 23:11:35 +0200 Subject: [PATCH] Update counter.js use FormatLabel for Counter Button. I would like to use the Counter for MIDI Note values shown with their with name (60 =C3, 73=C#4,...) --- src/components/counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/counter.js b/src/components/counter.js index f2e07ba..c2d6855 100644 --- a/src/components/counter.js +++ b/src/components/counter.js @@ -68,7 +68,7 @@ export const Component = { }` return html`
- +
`.style(css, newStyle)