more doc updates and fixes
This commit is contained in:
parent
4baefa569b
commit
c6c692836b
6 changed files with 32 additions and 32 deletions
|
|
@ -212,21 +212,21 @@ all these menu items show or hide their associated windows.
|
|||
- [samples](../6-sample/README.md)
|
||||
- [orders](order-list.md)
|
||||
- [pattern](../3-pattern/README.md)
|
||||
- _[mixer](mixer.md)_
|
||||
- _[grooves](grooves.md)_
|
||||
- _[channels](channels.md)_
|
||||
- _[pattern manager](pat-manager.md)_
|
||||
- _[chip manager](chip-manager.md)_
|
||||
- _[compatibility flags](compat-flags.md)_
|
||||
- [song comments](comments.md)
|
||||
- _[mixer](../8-advanced/mixer.md)_
|
||||
- _[grooves](../8-advanced/grooves.md)_
|
||||
- _[channels](../8-advanced/channels.md)_
|
||||
- _[pattern manager](../8-advanced/pat-manager.md)_
|
||||
- _[chip manager](../8-advanced/chip-manager.md)_
|
||||
- _[compatibility flags](../8-advanced/compat-flags.md)_
|
||||
- [song comments](../8-advanced/comments.md)
|
||||
|
||||
- [piano](piano.md)
|
||||
- [oscilloscope](osc.md)
|
||||
- [oscilloscopes (per-channel)](chanosc.md)
|
||||
- [clock](clock.md)
|
||||
- [register view](regview.md)
|
||||
- [log viewer](log-viewer.md)
|
||||
- [stats](stats.md)
|
||||
- [piano](../8-advanced/piano.md)
|
||||
- [oscilloscope](../8-advanced/osc.md)
|
||||
- [oscilloscopes (per-channel)](../8-advanced/chanosc.md)
|
||||
- [clock](../8-advanced/clock.md)
|
||||
- [register view](../8-advanced/regview.md)
|
||||
- [log viewer](../8-advanced/log-viewer.md)
|
||||
- [stats](../8-advanced/stats.md)
|
||||
|
||||
# help
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
the "Play/Edit Controls" are used to control playback and change parameters of the pattern view.
|
||||
|
||||
-  **Play**: plays from cursor position.
|
||||
-  **Stop**: stops all playback.
|
||||
-  **Play from the beginning of this pattern**: plays from the start of current pattern.
|
||||
-  **Repeat from the beginning of this pattern**: repeats current pattern from its start.
|
||||
-  **Step one row**: plays only the row at cursor position and moves down one.
|
||||
-  **Edit**: toggles edit mode. when turned off, you won't be able to enter notes.
|
||||
-  **Metronome**: toggles the metronome, which only works during playback.
|
||||
-  **Repeat pattern**: toggles pattern repeat. during playback while this is on, the current pattern will play over and over instead of following the order list.
|
||||
-  **Play**: plays from cursor position.
|
||||
-  **Stop**: stops all playback.
|
||||
-  **Play from the beginning of this pattern**: plays from the start of current pattern.
|
||||
-  **Repeat from the beginning of this pattern**: repeats current pattern from its start.
|
||||
-  **Step one row**: plays only the row at cursor position and moves down one.
|
||||
-  **Edit**: toggles edit mode. when turned off, you won't be able to enter notes.
|
||||
-  **Metronome**: toggles the metronome, which only works during playback.
|
||||
-  **Repeat pattern**: toggles pattern repeat. during playback while this is on, the current pattern will play over and over instead of following the order list.
|
||||
- **Poly**: turns on polyphony for previewing notes. toggles to **Mono** for monophony (one note at a time only).
|
||||
- **Octave**: sets current input octave.
|
||||
- **Step**: sets edit step. if this is 1, entering a note or effect will move to the next row. if this is a larger number, rows will be skipped. if this is 0, the cursor will stay in place.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue