fix the doc
This commit is contained in:
parent
14b9ba1a56
commit
18a2e628ea
|
@ -39,10 +39,10 @@ clicking on a channel name mutes that channel.
|
|||
double-clicking or right-clicking it enables solo mode, in which only that channel will be audible.
|
||||
|
||||
clicking the `++` at the top left corner of the pattern view pops up a small menu to set view modes:
|
||||
- **Effect columns/collapse**: as shown above. adds the following buttons beneath the channel name:
|
||||
- **Effect columns/collapse**: displays extra options for collapsing channels and adding/removing effect columns:
|
||||
- **-**: collapse visible columns. changes to **+** when columns are hidden; click to expand them.
|
||||
- **<**: disables the last effect column and hides it. effects are not deleted...
|
||||
- **>**: adds an effects column. if one previously existed, its contents will be preserved.
|
||||
- **>**: adds an effect column. if one previously existed, its contents will be preserved.
|
||||
- **Pattern names**: displays pattern names (per channel). pattern names are also visible when hovering over a pattern in the order list.
|
||||
- **Channel group hints**: display indicators when channels are paired in some way (e.g. OPL3 4-op mode).
|
||||
- **Visualizer**: during playback, show visual effects in the pattern view.
|
||||
|
@ -53,23 +53,23 @@ to rename and/or hide channels, open [the Channels window](../8-advanced/channel
|
|||
|
||||
### channel status
|
||||
|
||||
- note status:
|
||||
- note status:
|
||||
-  note off
|
||||
-  note on
|
||||
-  note on, macro released
|
||||
-  note released
|
||||
- pitch effect:
|
||||
-  no effect
|
||||
-  pitch up
|
||||
-  pitch down
|
||||
-  note on but macro released (`REL`)
|
||||
-  note released (`===`)
|
||||
- pitch alteration:
|
||||
-  nothing
|
||||
-  pitch slide up
|
||||
-  pitch slide down
|
||||
-  portamento
|
||||
-  arpeggio
|
||||
- volume effect:
|
||||
-  no effect
|
||||
-  volume up
|
||||
-  volume down
|
||||
- volume alteration:
|
||||
-  nothing
|
||||
-  volume slide up
|
||||
-  volume slide down
|
||||
-  tremolo
|
||||
- other icons depending on chip.
|
||||
- other icons may be present depending on the used chips.
|
||||
|
||||
|
||||
## input
|
||||
|
|
|
@ -71,10 +71,11 @@ this chip uses the [C64](../4-instrument/c64.md) instrument editor.
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing whether currently playing note is audible, and if not, the reason it is muted:
|
||||
the following icons are displayed when channel status is enabled in the pattern view:
|
||||
|
||||
-  not muted
|
||||
-  gate bit disabled
|
||||
-  gate bit disabled and test bit enabled
|
||||
-  test bit enabled
|
||||
-  ch3off enabled in filter mode
|
||||
- channel is silent:
|
||||
-  it's not
|
||||
-  gate bit disabled
|
||||
-  gate bit disabled and test bit enabled
|
||||
-  test bit enabled
|
||||
-  ch3off enabled in filter mode
|
||||
|
|
|
@ -27,6 +27,8 @@ this chip uses the [PC Engine](../4-instrument/pce.md) instrument editor.
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing whether noise mode is enabled:
|
||||
-  noise mode off
|
||||
-  noise mode on
|
||||
the following icons are displayed when channel status is enabled in the pattern view:
|
||||
|
||||
- noise mode (channels 5 and 6 only):
|
||||
-  off
|
||||
-  on
|
||||
|
|
|
@ -67,16 +67,18 @@ this chip uses the [SNES](../4-instrument/snes.md) instrument editor.
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing the gain mode or envelope status of the currently playing note:
|
||||
-  direct gain, envelope off
|
||||
-  linear gain decrease
|
||||
-  logarithmic gain decrease
|
||||
-  linear gain increase
|
||||
-  bent-line gain increase
|
||||
-  envelope attack
|
||||
-  envelope decay
|
||||
-  envelope sustain
|
||||
-  envelope release
|
||||
the following icons are displayed when channel status is enabled in the pattern view:
|
||||
|
||||
- envelope/gain status:
|
||||
-  direct gain
|
||||
-  linear gain decrease
|
||||
-  logarithmic gain decrease
|
||||
-  linear gain increase
|
||||
-  bent-line gain increase
|
||||
-  envelope attack
|
||||
-  envelope decay
|
||||
-  envelope sustain
|
||||
-  envelope release
|
||||
|
||||
## ADSR
|
||||
|
||||
|
|
|
@ -27,11 +27,14 @@ this chip uses the [WonderSwan](../4-instrument/wonderswan.md) instrument editor
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing channel mode:
|
||||
the following icons are displayed when channel status is enabled in the pattern view:
|
||||
|
||||
-  PCM mode off
|
||||
-  PCM mode on
|
||||
-  sweep mode off
|
||||
-  sweep mode on
|
||||
-  noise mode off
|
||||
-  noise mode on
|
||||
- PCM mode (channel 2):
|
||||
-  off
|
||||
-  on
|
||||
- sweep (channel 3):
|
||||
-  disabled
|
||||
-  enabled
|
||||
- noise mode (channel 4):
|
||||
-  off
|
||||
-  on
|
||||
|
|
Loading…
Reference in a new issue