playing_20an_20arpeggio
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playing_20an_20arpeggio [2018/03/31 13:19] – external edit 127.0.0.1 | playing_20an_20arpeggio [2024/01/05 00:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Playing an arpeggio===== | =====Playing an arpeggio===== | ||
- | //by Richard Russell, December 2014//\\ \\ If you want to play a sequence of short, rising, notes (for example from the chromatic scale) the most obvious way is something like this:\\ | + | //by Richard Russell, December 2014//\\ \\ If you want to play a sequence of short, rising, notes (for example from the chromatic scale) the most obvious way is something like this: |
+ | |||
+ | <code bb4w> | ||
ENVELOPE 1, | ENVELOPE 1, | ||
Line 9: | Line 11: | ||
pitch += 4 | pitch += 4 | ||
NEXT | NEXT | ||
- | The problem with this technique is that when each note is sounded the previous one is suddenly truncated, even though an ENVELOPE was used to give it a long release time. This happens because all the notes are played on the same **channel**, | + | </ |
+ | |||
+ | The problem with this technique is that when each note is sounded the previous one is suddenly truncated, even though an ENVELOPE was used to give it a long release time. This happens because all the notes are played on the same **channel**, | ||
+ | |||
+ | <code bb4w> | ||
ENVELOPE 1, | ENVELOPE 1, | ||
Line 20: | Line 26: | ||
pitch += 4 | pitch += 4 | ||
NEXT | NEXT | ||
- | Each note is played for two 'sound periods' | + | </ |
+ | |||
+ | Each note is played for two 'sound periods' | ||
+ | |||
+ | <code bb4w> | ||
*TEMPO 133 | *TEMPO 133 | ||
ENVELOPE 1, | ENVELOPE 1, | ||
Line 33: | Line 43: | ||
pitch += 4 | pitch += 4 | ||
NEXT | NEXT | ||
- | \\ | + | </ |
+ | |||
+ | (//My apologies to musical purists who may not feel that this is an arpeggio in the strict sense.//) |
playing_20an_20arpeggio.1522502373.txt.gz · Last modified: 2024/01/05 00:17 (external edit)