docs(playground): add synth controls and MIDI/arpeggiator info to help modal
This commit is contained in:
parent
33580f0ae0
commit
baa5d5016d
1 changed files with 17 additions and 1 deletions
|
|
@ -218,11 +218,27 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Start with <strong>Randomize</strong> a few times to hear/see different mappings, then use feedback to refine</li>
|
<li>Start with <strong>Randomize</strong> a few times to hear/see different mappings, then use feedback to refine</li>
|
||||||
<li>Use <strong>Follow</strong> mode to let the joystick wander automatically while you give feedback</li>
|
<li>Use <strong>Follow</strong> mode to let the joystick wander automatically while you give feedback</li>
|
||||||
<li>In Synth mode, press the <strong>play button</strong> (top left) to start audio, then explore</li>
|
<li>In Synth mode, press the <strong>play button</strong> (top left, pulses orange when audio is off) to start audio, then explore</li>
|
||||||
<li>Tap a heatmap cell to see which parameter it controls</li>
|
<li>Tap a heatmap cell to see which parameter it controls</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="help-section">
|
||||||
|
<h3>Synth Controls</h3>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Hover any bar</strong> in the synth visualizer to see parameter name, current value, range, and curve</li>
|
||||||
|
<li><strong>Hover a group name</strong> (e.g. "Env A", "Osc B") at the top to open its control drawer:</li>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Group curve</strong> — drag the top graph vertically to shape the response curve for the whole group (adjusts all param curves relatively)</li>
|
||||||
|
<li><strong>Per-param curve</strong> — drag each small graph to shape that parameter individually (down = exponential, up = logarithmic)</li>
|
||||||
|
<li><strong>Min/Max range</strong> — dual-thumb slider constrains the parameter's output range</li>
|
||||||
|
<li><strong>Mute (M)</strong> — removes the parameter from NISPS control; its bar disappears and you get a manual value slider instead</li>
|
||||||
|
</ul>
|
||||||
|
<li><strong>MIDI input</strong> — connect a MIDI controller and it will be detected automatically; MIDI notes trigger the synth directly</li>
|
||||||
|
<li><strong>Arpeggiator</strong> — expand the bottom bar to access the built-in arpeggiator with tempo, octave range, offset, and chord progression controls; press Pause to stop it</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<button class="help-got-it" id="help-got-it">Got it</button>
|
<button class="help-got-it" id="help-got-it">Got it</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue