From 33c607df25a43c0e64c581e707064b3e7b6ff11b Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Wed, 1 Nov 2023 15:22:05 -0700 Subject: [PATCH] More final adjustments! --- doc/4-instrument/README.md | 2 +- doc/6-sample/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/4-instrument/README.md b/doc/4-instrument/README.md index f290287b5..b85c957e5 100644 --- a/doc/4-instrument/README.md +++ b/doc/4-instrument/README.md @@ -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. diff --git a/doc/6-sample/README.md b/doc/6-sample/README.md index 26b4d2c61..a6129b41a 100644 --- a/doc/6-sample/README.md +++ b/doc/6-sample/README.md @@ -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.