More final adjustments!

This commit is contained in:
Electric Keet 2023-11-01 15:22:05 -07:00
parent 1ef6b97c36
commit 33c607df25
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ arpeggio macros have a short bar for setting whether to interpret the values as
- values are counted from `C-0`. for example, a fixed value of 48 produces a `C-4` note.
- fixed values are especially useful for noise instruments with preset periods.
below this is a short bar that controls looping.
below this is a short bar that controls macro loop and release.
- click to set the start point of a loop; the end point is the last value or release point. it appears as half-height bars. right-click to remove the loop.
- shift-click to set the release point. when played, the macro will hold here until the note is released. it appears as a full-height bar. right-click to remove the release point.

View file

@ -167,6 +167,6 @@ in the sample viewer:
- **copy**: copies the selection into the sample clipboard.
- **paste**: inserts the sample clipboard at the start of the selection.
- **paste (replace)**: replaces the selection with the sample clipboard.
- **paste (mix)**: mixes the sample clipboard into the existing sample, beginning at the start of the selection. this is done by adding values together. resulting in a mix of 100% each original and pasted.
- **set loop to selection**: changes loop start and end to match selection start and end.
- **paste (mix)**: mixes the sample clipboard into the existing sample, beginning at the start of the selection.
- **set loop to selection**: changes loop region to match selection.
- **create wavetable from selection**: copies the selection into a new wavetable entry.