From 1ab8c69068cbf6e52de9f1306b7687670b15b2fa Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 24 Jan 2024 15:04:51 -0500 Subject: [PATCH] make the arpeggio thing that explains plusgood --- doc/3-pattern/effects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/3-pattern/effects.md b/doc/3-pattern/effects.md index 8182d4c93..e8f02c8cf 100644 --- a/doc/3-pattern/effects.md +++ b/doc/3-pattern/effects.md @@ -34,7 +34,7 @@ however, effects are continuous, which means you only need to type it once and t - `E2xy`: **Note slide down.** `x` is the speed, while `y` is how many semitones to slide down. - --- - `EAxx`: **Toggle legato.** while on, new notes instantly change the pitch of the currently playing sound instead of starting it over. -- `00xy`: **Arpeggio.** after using this effect the channel will rapidly switch between semitone values of `note`, `note + x` and `note + y`. +- `00xy`: **Arpeggio.** this effect produces a rapid cycle between the current note, the note plus `x` semitones and the note plus `y` semitones. - `E0xx`: **Set arpeggio speed.** this sets the number of ticks between arpeggio values. default is 1. - --- - `04xy`: **Vibrato.** changes pitch to be "wavy" with a sine LFO. `x` is the speed, while `y` is the depth.