From c995f98fe7baab4e9d44029f9b187ffe7c66a337 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Sun, 16 Jul 2023 13:37:29 -0700 Subject: [PATCH] Terminology tweaks. As requested. --- doc/2-interface/menu-bar.md | 6 +++--- doc/8-advanced/opmask.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/2-interface/menu-bar.md b/doc/2-interface/menu-bar.md index 59bb8917..b53aa5f7 100644 --- a/doc/2-interface/menu-bar.md +++ b/doc/2-interface/menu-bar.md @@ -154,7 +154,7 @@ it's not really useful, unless you're a developer and want to use a command stre - if a column is already selected, it will select the entire channel. - if a channel is already selected, it will select the entire pattern. -- **operation mask**: toggles which columns will be affected by the listed commands. [more information here.](../8-advanced/opmask.md) +- **operation mask**: toggles which columns will be affected by the listed operations. [more information here.](../8-advanced/opmask.md) - **input latch**: determines which data are placed along with a note. [more information here.](../8-advanced/inputlatch.md) - **note/octave up/down**: transposes notes in the current selection. @@ -176,7 +176,7 @@ it's not really useful, unless you're a developer and want to use a command stre - **invert values**: `00` becomes `FF`, `01` becomes `FE`, `02` becomes `FD` and so on. - **flip selection**: flips the selection so it is backwards. -- **collapse/expand amount**: allows you to specify how much to collapse/expand in the next commands. +- **collapse/expand amount**: allows you to specify how much to collapse/expand in the next two menu items. - **collapse**: shrinks the selected contents. - **expand**: expands the selected contents. @@ -203,7 +203,7 @@ it's not really useful, unless you're a developer and want to use a command stre # window -all these commands show or hide their associated windows. +all these menu items show or hide their associated windows. - [song information](song-info.md) - [subsongs](song-info.md) diff --git a/doc/8-advanced/opmask.md b/doc/8-advanced/opmask.md index 6e6ca725..d0b7240c 100644 --- a/doc/8-advanced/opmask.md +++ b/doc/8-advanced/opmask.md @@ -2,6 +2,6 @@ ![operation mask popup](opmask.png) -the operation mask toggles which columns will be affected by the listed commands. as in the pattern view, the columns are note, instrument, volume, effect types, and effect values. the effect toggles apply to all effect columns. +the operation mask toggles which columns will be affected by the listed operations. as in the pattern view, the columns are note, instrument, volume, effect types, and effect values. the effect toggles apply to all effect columns. -click any area to toggle it. a `---` or `--` means the listed command will ignore any data in that column. \ No newline at end of file +click any area to toggle it. a `---` or `--` means the operation will ignore any data in that column. \ No newline at end of file