Adjustments to channel status docs.
This commit is contained in:
parent
e76ecaa59f
commit
a2be33396c
|
@ -38,16 +38,21 @@ 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 dialog to set view modes:
|
||||
- **Effect columns/collapse**: as shown above. adds buttons:
|
||||
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:
|
||||
- **-**: 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.
|
||||
- **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 beneath the names of channels that function together in some way.
|
||||
- **Visualizer**: during playback, show visual effects depending on activity in each channel.
|
||||
- also can be toggled by a right-click on the `++` button.
|
||||
- **Channel status**: a bar with icons that indicate activity in the channel.
|
||||
- **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.
|
||||
- also can be toggled by right-clicking on the `++` button.
|
||||
- **Channel status**: displays icons that indicate activity in the channel. see the "channel status" section below.
|
||||
|
||||
to rename and/or hide channels, open [the Channels window](../8-advanced/channels.md) via the window menu.
|
||||
|
||||
### channel status
|
||||
|
||||
- note status:
|
||||
-  note off
|
||||
-  note on
|
||||
|
@ -66,8 +71,6 @@ clicking the `++` at the top left corner of the pattern view pops up a small dia
|
|||
-  tremolo
|
||||
- other icons depending on chip.
|
||||
|
||||
to rename and/or hide channels, open [the Channels window](../8-advanced/channels.md) via the window menu.
|
||||
|
||||
|
||||
## input
|
||||
|
||||
|
|
|
@ -71,10 +71,10 @@ 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, why it is muted:
|
||||
when enabled, channel status will show an additional icon representing whether currently playing note is audible, and if not, the reason it is muted:
|
||||
|
||||
-  not muted
|
||||
-  gate bit disabled
|
||||
-  gate bit disabled and test bit enabled
|
||||
-  text bit enabled
|
||||
-  test bit enabled
|
||||
-  ch3off enabled in filter mode
|
||||
|
|
|
@ -27,6 +27,6 @@ this chip uses the [PC Engine](../4-instrument/pce.md) instrument editor.
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing the noise mode of the currently playing note:
|
||||
when enabled, channel status will show an additional icon representing whether noise mode is enabled:
|
||||
-  noise mode off
|
||||
-  noise mode on
|
||||
|
|
|
@ -67,7 +67,7 @@ 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 and envelope status of the currently playing note:
|
||||
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
|
||||
|
|
|
@ -27,7 +27,7 @@ this chip uses the [WonderSwan](../4-instrument/wonderswan.md) instrument editor
|
|||
|
||||
## channel status
|
||||
|
||||
when enabled, channel status will show an additional icon representing the mode of the currently playing note:
|
||||
when enabled, channel status will show an additional icon representing channel mode:
|
||||
|
||||
-  PCM mode off
|
||||
-  PCM mode on
|
||||
|
|
Loading…
Reference in a new issue