Minor doc changes as requested.

This commit is contained in:
Electric Keet 2023-12-09 19:53:04 -08:00 committed by tildearrow
parent 23389f12c7
commit 6fa0df18ba
2 changed files with 3 additions and 3 deletions

View file

@ -141,7 +141,7 @@ it's not really useful, unless you're a developer and want to use a command stre
- **cut**: moves the current selection in the pattern view to clipboard.
- **copy**: copies the current selection in the pattern view to clipboard.
- **paste**: inserts the clipboard's contents in the cursor position.
- this can also paste pattern data copied from OpenMPT.
- you may be able to paste from OpenMPT as well.
- _**paste special...**:_ variants of the paste feature.
- **paste mix**: inserts the clipboard's contents in the cursor position, but does not erase the occupied region.
- **paste mix (background)**: does the same thing as paste mix, but doesn't alter content which is already there.

View file

@ -154,8 +154,8 @@ in there, you can modify certain data pertaining to your sample, such as the:
- **Low-pass**: amount to attenuate everything above cutoff.
- **Band-pass**: amount to attenuate everything outside cutoff.
- **High-pass**: amount to attenuate everything below cutoff.
- **Crossfade loop points**: mixes the start of the loop into the end to create a seamless sound.
- **Number of samples**: how much of the loop to crossfade.
- **Crossfade loop points**: applies a "fade" between the loop's starting point and the end.
- **Number of samples**: how many samples in the loop region to take into account for crossfade.
- **Linear <-> Equal power**: the curve used to crossfade.
- **Preview sample**: plays sample at base frequency.
- **Stop sample preview**: stops preview.