From 81b57df47d6b40b5f78c82c24bb97a18b3477a55 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 15 Sep 2026 10:56:02 -0300 Subject: [PATCH] 1st --- Robs Metronome.html | 555 ++++++++++++++++++++++++++++++++++++++++++++ tunes.json | 7 + 2 files changed, 562 insertions(+) create mode 100644 Robs Metronome.html create mode 100644 tunes.json diff --git a/Robs Metronome.html b/Robs Metronome.html new file mode 100644 index 0000000..a62dfd1 --- /dev/null +++ b/Robs Metronome.html @@ -0,0 +1,555 @@ + + + + +Session Tempo + + + + +
+

Session Tempo

+

A metronome that remembers the tune

+ +
+
120
+
beats per minute
+ + + +
+ + + +
+ +
+ + +
+ + +
+ +
+ +

Your tunes

+
+
Loading…
+
+ +
+ + +
+
+ + + +
+
+
+ + + + diff --git a/tunes.json b/tunes.json new file mode 100644 index 0000000..f523567 --- /dev/null +++ b/tunes.json @@ -0,0 +1,7 @@ +[ + { + "id": "mu2qen69", + "name": "Cant we be friends", + "bpm": 111 + } +] \ No newline at end of file