README: reflect the landing page at / and the editor at /editor.html

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Me Here 2026-05-26 12:20:18 -05:00
parent ce943761f3
commit 50c4e4da32

View file

@ -1,12 +1,12 @@
# VARASYS PolyMeter # VARASYS PolyMeter
A small **website** built around one **polymetric groove trainer / metronome** engine. A small **website** built around one **polymetric groove trainer / metronome** engine.
The home page is the **PE1 PolyMeter Editor** — a full web app where you stack as many A landing page is the front door; the main app is the **PE1 PolyMeter Editor** — a full
"meter lanes" as you like; each is its own little metronome with a grouping, subdivision, web app where you stack as many "meter lanes" as you like, each its own little metronome
drum voice and a perstep pattern with accents. Layering lanes produces polymeter and true with a grouping, subdivision, drum voice and a perstep pattern with accents. Layering lanes
ratio polyrhythm. The same engine drives an everexpanding library of **formfactor concepts** produces polymeter and true ratio polyrhythm. The same engine drives an everexpanding library
(idealized and buildable hardware mockups) and ships as an **embeddable widget** anyone can of **formfactor concepts** (idealized and buildable hardware mockups) and ships as an
drop into their own page. **embeddable widget** anyone can drop into their own page.
**Live:** https://metronome.varasys.io · **Source:** https://codeberg.org/VARASYS/metronome **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 | | URL | What |
|-----|------| |-----|------|
| [`/`](https://metronome.varasys.io/) `index.html` | **PE1 — PolyMeter Editor** (home / main app) | | [`/`](https://metronome.varasys.io/) `index.html` | **Landing** — the PolyMeter front door (hero + formfactor cards) |
| `/editor.html` | **PE1 — PolyMeter Editor** (the main app) |
| `/concepts.html` | **PolyMeter Concepts** — the formfactor gallery (cards → live page + info) | | `/concepts.html` | **PolyMeter Concepts** — the formfactor gallery (cards → live page + info) |
| `/player.html` | **PM1 Initial** — idealized concept device (full display + setlist nav, theme, fullscreen "stage" view) | | `/player.html` | **PM1 Initial** — idealized concept device (full display + setlist nav, theme, fullscreen "stage" view) |
| `/stage.html` | **PM1 Stage** — pedalboard build (colour TFT, arcade buttons, 1/4″ instrument passthrough with analog click injection) | | `/stage.html` | **PM1 Stage** — pedalboard build (colour TFT, arcade buttons, 1/4″ instrument passthrough with analog click injection) |
@ -229,7 +230,8 @@ Push the tag, then deploy.
| File | Purpose | | File | Purpose |
|------|---------| |------|---------|
| `index.html` | the **PE1 editor** app (home page; source, with `@BUILD:*` markers) | | `index.html` | the **landing page** (site front door) |
| `editor.html` | the **PE1 editor** app (source, with `@BUILD:*` markers) |
| `concepts.html` | the formfactor gallery | | `concepts.html` | the formfactor gallery |
| `player.html` · `stage.html` · `micro.html` | the **PM1 Initial / Stage** and **PMµ Micro** device mockups | | `player.html` · `stage.html` · `micro.html` | the **PM1 Initial / Stage** and **PMµ Micro** device mockups |
| `info-*.html` | performfactor info pages (purpose + priced BOM for buildable hardware) | | `info-*.html` | performfactor info pages (purpose + priced BOM for buildable hardware) |