Minor doc changes as requested.
This commit is contained in:
parent
23389f12c7
commit
6fa0df18ba
|
@ -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.
|
- **cut**: moves the current selection in the pattern view to clipboard.
|
||||||
- **copy**: copies 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.
|
- **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 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**: 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.
|
- **paste mix (background)**: does the same thing as paste mix, but doesn't alter content which is already there.
|
||||||
|
|
|
@ -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.
|
- **Low-pass**: amount to attenuate everything above cutoff.
|
||||||
- **Band-pass**: amount to attenuate everything outside cutoff.
|
- **Band-pass**: amount to attenuate everything outside cutoff.
|
||||||
- **High-pass**: amount to attenuate everything below 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.
|
- **Crossfade loop points**: applies a "fade" between the loop's starting point and the end.
|
||||||
- **Number of samples**: how much of the loop to crossfade.
|
- **Number of samples**: how many samples in the loop region to take into account for crossfade.
|
||||||
- **Linear <-> Equal power**: the curve used to crossfade.
|
- **Linear <-> Equal power**: the curve used to crossfade.
|
||||||
- **Preview sample**: plays sample at base frequency.
|
- **Preview sample**: plays sample at base frequency.
|
||||||
- **Stop sample preview**: stops preview.
|
- **Stop sample preview**: stops preview.
|
||||||
|
|
Loading…
Reference in a new issue