diff --git a/metronome/index.html b/metronome/index.html new file mode 100644 index 0000000..90ebc3a --- /dev/null +++ b/metronome/index.html @@ -0,0 +1,607 @@ + + + + + + + Metronome + + + + +
+
Focus · Rhythm
+

Metronome

+

Keep perfect time. Set the tempo, choose a beat, and practise to an accurate click — no internet, no accounts.

+
+ +
+ +
+ + +
+ 100 +
BPM
+
Andante
+
+ + + + +
+ + +
+
+
+ + 100 BPM +
+
+ + + +
+
+ + + +
+ +
+
+
+
+ +
+
+ + 70% +
+
+ +
+
+
+
+ + + + + diff --git a/screenshots/metronome.webp b/screenshots/metronome.webp new file mode 100644 index 0000000..fcd7f30 Binary files /dev/null and b/screenshots/metronome.webp differ diff --git a/tools.json b/tools.json index 9484590..cb3c24c 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 19, + "catalogVersion": 20, "tools": [ { "dir": "color-capture", @@ -200,6 +200,14 @@ "glyph": "🔑", "color": "#4d63ff", "version": 1 + }, + { + "dir": "metronome", + "name": "Metronome", + "description": "Keep perfect time — set the tempo, pick a beat, and practise to an accurate, fully offline click with tap tempo.", + "glyph": "🎵", + "color": "#4d63ff", + "version": 1 } ] }