feat(jazzy): Meilleure seq piano, chunk|hurry rythm, modulated bass

parent b5571c95
hush
unsolo 3
setcps 0.65
d1 $ n
......@@ -16,17 +18,26 @@ d1 $ n "[0 3 5 7 12]*2" # s "superpiano"
d1
$ every (irand 2) (off 0.125 (|> 0)) -- double 50% des notes
$ every 2 (rev) -- inverse une séquence sur deux
$ n "<<0(3,8) [0 3 5 7]> [12 ~ 5 3]>" |+ (choose [0,2])
$ n "<<0(3,8) [0|3 3|5 5 7|12]> [12 ~ 5 3]>"
|+ (choose [0,2])
|- 7 -- octave
# s "superpiano"
# s "superpiano" # sustain 0.5
# gain 0.8
d2 $ "cp"
-- percus https://www.freedrumlessons.com/drum-lessons/jazz-drum-beats.php 1)
-- légende https://i2.wp.com/www.drummingbasics.com/wp-content/uploads/2018/03/drum-notation.jpg
d2 $ s "<[[cr,bd] sn bd [hh*2 ~ hh]] [sn cr,mt cr,bd sn] [bd cr,mt,hh*2 sn mt,cr]>"
d2
$ chunk 12 (hurry 2) -- cycle sur 12 morceaux, chacun son tour accéléré 2 fois
$ s "<[[cr,bd] sn bd [hh*2 ~ hh]] [sn cr,mt cr,bd sn] [bd cr,mt,hh*2 sn mt,cr]>"
# gain 0.8
-- ligne de basse au feeling
d3 $ note "<0 3(3,8) [5 ~ 3*2 5?]>"
d3
$ every 2 (rev) -- inverse une séquence sur deux
$ every 8 (hurry 2) -- accélère une séquence sur huit
$ note "<0 3(3,8) [5 ~ 3*2 5?]>"
# s "bass3"
-- impro synthé
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment