From ca233dda91df7ff52543f1c7e748616ca2d8556a Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Thu, 5 Sep 2024 17:51:54 -0700 Subject: [PATCH] Teensy edit! --- 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 4f24655bd..98c2cd77f 100644 --- a/doc/3-pattern/effects.md +++ b/doc/3-pattern/effects.md @@ -46,7 +46,7 @@ however, effects are continuous (unless specified), which means you only need to - `E8xy`: **Quick legato up**. transposes note up by `y` semitones after `x` ticks. - `E9xy`: **Quick legato down**. transposes note down by `y` semitones after `x` ticks. - `00xy`: **Arpeggio.** this effect produces a rapid cycle between the current note, the note plus `x` semitones and the note plus `y` semitones. - - as an example, start with a chord of C-3, G-3, and D#4. The G-3 and D#4 are 7 and 15 semitones higher than the root note, so the corresponding effect is `007F`. + - as an example, start with a chord of C-3, G-3, and D#4. the G-3 and D#4 are 7 and 15 semitones higher than the root note, so the corresponding effect is `007F`. - `E0xx`: **Set arpeggio speed.** this sets the number of ticks between arpeggio values. default is 1. - --- - `04xy`: **Vibrato.** makes the pitch oscillate. `x` is the speed, while `y` is the depth.