stage.html: relabel "idealized" → "initial" (link, comment, loader text)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6e21ff9901
commit
758cf9c87b
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
aluminium / stainless enclosure.
|
aluminium / stainless enclosure.
|
||||||
Beside the device: a top-edge view and a bill of materials. The front and top
|
Beside the device: a top-edge view and a bill of materials. The front and top
|
||||||
views carry inch dimensions (≈ 4.7 × 5.5 × 1.8 in / 120 × 140 × 45 mm).
|
views carry inch dimensions (≈ 4.7 × 5.5 × 1.8 in / 120 × 140 × 45 mm).
|
||||||
Compare with the idealized /player.html. One file, no deps; shares src/engine.js.
|
Compare with the initial /player.html. One file, no deps; shares src/engine.js.
|
||||||
-->
|
-->
|
||||||
<script>
|
<script>
|
||||||
// Set theme before first paint (shared "metronome.theme" with the editor / player).
|
// Set theme before first paint (shared "metronome.theme" with the editor / player).
|
||||||
|
|
@ -201,7 +201,7 @@
|
||||||
<span class="topbar-right">
|
<span class="topbar-right">
|
||||||
<button id="themeBtn" class="tbtn" title="toggle light / dark theme">☀</button>
|
<button id="themeBtn" class="tbtn" title="toggle light / dark theme">☀</button>
|
||||||
<a href="/micro.html">Micro ↗</a>
|
<a href="/micro.html">Micro ↗</a>
|
||||||
<a href="/player.html">Idealized ↗</a>
|
<a href="/player.html">Initial ↗</a>
|
||||||
<a href="/index.html">Editor ↗</a>
|
<a href="/index.html">Editor ↗</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -262,7 +262,7 @@
|
||||||
<!-- ===================== LOAD CONFIG ===================== -->
|
<!-- ===================== LOAD CONFIG ===================== -->
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<h2>Load a configuration onto the device</h2>
|
<h2>Load a configuration onto the device</h2>
|
||||||
<p class="sub">Same firmware as the idealized unit — only the panel hardware differs. Paste a <b>patch</b>
|
<p class="sub">Same firmware as the initial unit — only the panel hardware differs. Paste a <b>patch</b>
|
||||||
(e.g. <code>v1;t120;kick:4;snare:4=.X.X;hatClosed:4/2</code>), a <b>set‑list code</b>, or a
|
(e.g. <code>v1;t120;kick:4;snare:4=.X.X;hatClosed:4/2</code>), a <b>set‑list code</b>, or a
|
||||||
<code>#p=…</code>/<code>#sl=…</code> link.</p>
|
<code>#p=…</code>/<code>#sl=…</code> link.</p>
|
||||||
<label for="cfg" class="hint">Patch / set‑list code / share link</label>
|
<label for="cfg" class="hint">Patch / set‑list code / share link</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue