diff --git a/README.md b/README.md index 19ea34d..42fd35f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # VARASYS PolyMeter A small **website** built around one **polymetric groove trainer / metronome** engine. -The home page is the **PE‑1 PolyMeter Editor** — a full web app where you stack as many -"meter lanes" as you like; each is its own little metronome with a grouping, subdivision, -drum voice and a per‑step pattern with accents. Layering lanes produces polymeter and true -ratio polyrhythm. The same engine drives an ever‑expanding library of **form‑factor concepts** -(idealized and buildable hardware mockups) and ships as an **embeddable widget** anyone can -drop into their own page. +A landing page is the front door; the main app is the **PE‑1 PolyMeter Editor** — a full +web app where you stack as many "meter lanes" as you like, each its own little metronome +with a grouping, subdivision, drum voice and a per‑step pattern with accents. Layering lanes +produces polymeter and true ratio polyrhythm. The same engine drives an ever‑expanding library +of **form‑factor concepts** (idealized and buildable hardware mockups) and ships as an +**embeddable widget** anyone can drop into their own page. **Live:** https://metronome.varasys.io · **Source:** https://codeberg.org/VARASYS/metronome @@ -20,7 +20,8 @@ State (set lists, the practice log, theme and UI preferences) lives in `localSto | URL | What | |-----|------| -| [`/`](https://metronome.varasys.io/) `index.html` | **PE‑1 — PolyMeter Editor** (home / main app) | +| [`/`](https://metronome.varasys.io/) `index.html` | **Landing** — the PolyMeter front door (hero + form‑factor cards) | +| `/editor.html` | **PE‑1 — PolyMeter Editor** (the main app) | | `/concepts.html` | **PolyMeter Concepts** — the form‑factor gallery (cards → live page + info) | | `/player.html` | **PM‑1 Initial** — idealized concept device (full display + set‑list nav, theme, fullscreen "stage" view) | | `/stage.html` | **PM‑1 Stage** — pedalboard build (colour TFT, arcade buttons, 1/4″ instrument pass‑through with analog click injection) | @@ -229,7 +230,8 @@ Push the tag, then deploy. | File | Purpose | |------|---------| -| `index.html` | the **PE‑1 editor** app (home page; source, with `@BUILD:*` markers) | +| `index.html` | the **landing page** (site front door) | +| `editor.html` | the **PE‑1 editor** app (source, with `@BUILD:*` markers) | | `concepts.html` | the form‑factor gallery | | `player.html` · `stage.html` · `micro.html` | the **PM‑1 Initial / Stage** and **PM‑µ Micro** device mockups | | `info-*.html` | per‑form‑factor info pages (purpose + priced BOM for buildable hardware) |