accidentals example

This commit is contained in:
2023-08-28 22:55:24 +02:00
parent 94f83cea7f
commit 4627c5c2b1

View File

@ -1244,7 +1244,13 @@ mod(3) :: snd('cp').room(0.5).size(0.5).orbit(2).out()
${makeExample( ${makeExample(
"Accidentals and rests for nice melodies", "Accidentals and rests for nice melodies",
``, false)} `
z1('e 0 s 1 b2 3 e 0 s 1 b2 4')
.scale('major').sound('sine')
.fmi(usine(.5)).fmh(2)
.delay(0.5).delayt(1.25)
.sustain(0.1).out()
`, false)}
## Algorithmic operations ## Algorithmic operations