Skip to content

Commit

Permalink
🎉 New track "triation" that deals with rhythmic melody (.wav) cutting
Browse files Browse the repository at this point in the history
Inspired by kindohm's youtube tutorial at https://www.youtube.com/watch?v=UAup_YOA1X0
  • Loading branch information
lemilonkh committed Mar 30, 2017
1 parent 8908468 commit 38a0c8d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tidal/striation.tidal
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-- striation.tidal
-- (c) 2017 by Milan Gruner
-- inspired by kindohm (Mike Hodnik)

bps (100/120)

d1 $ stack [
sound "lkd lcp [~ lkd] lcp",
sound "lhh*8",
every 3 (0.25 ~>) $
within (0.25, 0.75) (density 2) $
within (0.75, 1) (|+| speed "1.25") $
degradeBy 0.5 $
slow 16 $
striate 128 $
sound "amen" |+| delay "0.4"
]
|+| delayfeedback "0.4"
|+| delaytime "0.48"

hush

0 comments on commit 38a0c8d

Please sign in to comment.