MAJ: edition des accords dans la progression

This commit is contained in:
lrdlg
2026-07-28 11:23:43 +02:00
parent a680173138
commit 17903b63a9
6 changed files with 366 additions and 52 deletions
+7 -3
View File
@@ -149,8 +149,8 @@
<div class="sheet">
<div class="cover">
<div class="kicker">user manual · rev. 2.5 &nbsp;·&nbsp; <a href="tuto.html" style="color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent)">Version française</a></div>
<h1><em>_chordlab</em></h1>
<div class="kicker">user manual · rev. 2.8 &nbsp;·&nbsp; <a href="tuto.html" style="color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent)">Version française</a></div>
<h1>_chordlab <em>ORC</em></h1>
<p>A chord and progression machine. The whole idea fits in one sentence: <strong>you don't play the notes of a chord, you describe it</strong> — a root, a type, some tensions — and the machine takes it from there, all the way to your synths or your DAW.</p>
</div>
@@ -486,6 +486,7 @@
<p>The <code>6</code> <code>m7</code> <code>M7</code> <code>9</code> <code>11</code> <code>13</code> tensions stay active and are harmonised <strong>within the scale</strong>: the 7th on G in C major gives a real G7 (with a natural F). The asterisk in the name (<code>G7*</code>) marks that diatonic harmonisation.</p>
<div class="tip"><strong>Harmonic minor</strong> is worth a try: its V degree becomes a genuine dominant chord with a leading tone — the classic minor cadence, with one finger.</div>
<p><strong>Type and tensions.</strong> By default the quality comes from the degree (auto mode). You can <strong>pin</strong> a type button to force a quality on the played root, then click again to return to auto; the root always stays in key. All twelve tensions and alterations (including ♭9, ♯9, ♯11, ♭5, ♯5) work in both cases.</p>
</section>
<!-- ============ 06 PROGRESSION ============ -->
@@ -519,6 +520,7 @@
<li><span class="dot">3</span><span class="t"><strong>Click the slot</strong> — audition it on its own.</span></li>
<li><span class="dot">4</span><span class="t"><strong> / +</strong> — length from <strong>1 to 16 beats</strong>, one beat at a time. A 3-, 5- or 7-beat chord fits in a single slot.</span></li>
<li><span class="dot">5</span><span class="t"><strong> </strong> — move the slot along the sequence.</span></li>
<li><span class="dot" style="background:var(--led-green);box-shadow:none;color:#26231D"></span><span class="t"><strong>Edit the chord</strong> — reloads its configuration into the controls; <strong>✓ update</strong> rewrites the slot, <strong>✕ cancel</strong> leaves it untouched.</span></li>
</ul>
<figcaption>fig. 7 — anatomy of a progression slot</figcaption>
</figure>
@@ -690,6 +692,8 @@
<tr><td><b>render perf</b></td><td><b>yes</b>: strums and arpeggios are written note by note into the file · <b>no</b>: block chords (better if you plan to arpeggiate later in the DAW or tracker)</td></tr>
</table>
<p style="margin-top:1rem">Alongside the <code>.mid</code>, the <strong>↓ tracker (.txt)</strong> button produces a text file for hand transcription onto a tracker (Polyend Tracker Mini and similar): a pattern grid where each note takes a track (<code>T1..Tn</code> low→high) plus a bass column, with <code>OFF</code> to stop and <code>...</code> to hold, followed by a reference section giving the notes and their MIDI numbers. The <strong>tracker resol.</strong> selector (1/16, 1/8, 1/4) should match your machine's pattern resolution.</p>
<h3>Sessions</h3>
<p><strong>↓ save session</strong> writes a <code>.json</code> holding every setting and the full progression; <strong>↑ load</strong> restores all of it. Nothing is kept in the browser: the file is the only persistence — version your sessions in Git like any other project file.</p>
</section>
@@ -730,7 +734,7 @@
</table>
</section>
<footer>_chordlab · manual rev. 2.5 · underscorelab / leradiologue</footer>
<footer>_chordlab · manual rev. 2.8 · underscorelab / leradiologue</footer>
</div>
</body>
</html>