Skip to content

Commit bffe09c

Browse files
committed
💄 Loads of experiments on Tidal tracks
Signed-off-by: Milan Gruner <milangruner@gmail.com>
1 parent fa440bd commit bffe09c

File tree

4 files changed

+50
-24
lines changed

4 files changed

+50
-24
lines changed

tidal/dubbalicious.tidal

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- dubbalicious.tidal
22
-- (c) 2017 Milan Gruner
33

4-
bps (140/60)
4+
bps (120/60)
55

66
hush
77

@@ -30,16 +30,22 @@ d1 $ slow 2 $ sound "bd ~ hh bd ~ sn:3 ~ ~ bd*4 ~ hh ~ sn*2 ~ hh" # delay "0"
3030

3131
-- quirky half-step rhythm
3232
d1 $ stack [
33-
slow 2
34-
$ sound (samples "[lbass:3(5,8,6), lsn:5(5,8,3), lkd(3,8,1)]" "2 3 3 1 3 2 6")
35-
# shape "0.8 0.2 0.6 0.3"
36-
# shape (scale 0.2 0.8 tri1)
37-
# sustain "0.6",
38-
slow 3
39-
$ sound (samples "[lhh:7(12,16,4)]" (irand 19))
33+
slow 2 $ slowcat [
34+
sound (samples "[lbass:6(7,8,6)?, lsn:7(1,8,3), lkd:7(3,8,1)]" "2 3 3 1 3 2 6")
35+
# shape "0.8 0.2 0.6 0.3"
36+
# shape (scale 0.4 0.4 tri1)
37+
# sustain "0.6",
38+
sound (samples "[lbass:6(2,8,6)?, lsn:7(3,8,1), lkd:7(5,8,3)]" "4 3 1 3 1 4 6 8 7 3")
39+
# shape "0.2 0.6 0.3 0.4"
40+
# shape (scale 0.4 0.7 sine1)
41+
# sustain "0.6"
42+
],
43+
slow 4 $ sound (samples "[lhh:7(12,16,4)]" (irand 19))
4044
# shape "0.4"
41-
# speed (scale 0.1 2 tri1)
42-
# sustain "0.7"
45+
# speed (scale 0.1 2 sine1)
46+
# sustain "0.7",
47+
d1 $ slow 2 $ sound "lhh:7(11,16,2)" # sustain "0.7" # delay "0.3" # pan (scale 0.05 0.95 sine1)
48+
d2 $ slow 2 $ sound "latmo:4"
4349
]
4450

4551
d1 silence

tidal/experiments.tidal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hush
66
-- set cycles per second
77
cps 1
88
-- set tempo of 120 BPM
9-
bps (120/60)
9+
bps (140/60)
1010

1111
d1 $ sound "arpy:5(7,5,2)" # up (run 5) # shape "0.8 0.2 0.1 0.7"
1212

@@ -32,7 +32,7 @@ d1 $ slowcat [
3232
-- multi sound pattern
3333
d2 $ stack [
3434
--sound "arpy*8" # speed "0.5 1.0 0.5 1.0",
35-
sound "arpy(5,6,12)" # speed rand # shape rand
35+
d2 $ sound "arpy(5,6,12)" # speed rand # shape rand
3636
]
3737

3838
d1 silence

tidal/striation.tidal

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,31 @@
22
-- (c) 2017 by Milan Gruner
33
-- inspired by kindohm (Mike Hodnik)
44

5-
bps (100/120)
5+
bps (180/60)
6+
7+
sound "lkd lcp [~ lkd] lcp",
8+
sound "lhh*8",
9+
10+
d1 $ slow 2 $ slowcat [
11+
sound "amen:1",
12+
sound "amen:5",
13+
sound "[amen:4 amen:2]",
14+
sound "[amen:3, amen:6]"
15+
]
16+
17+
# shape "0.7"
18+
# sustain "0.0"
19+
20+
sound "[amen:4, amen:2] amen:5 amen:1"
621

722
d1 $ stack [
8-
sound "lkd lcp [~ lkd] lcp",
9-
sound "lhh*8",
10-
every 3 (0.25 ~>) $
11-
within (0.25, 0.75) (density 2) $
12-
within (0.75, 1) (|+| speed "1.25") $
13-
degradeBy 0.5 $
14-
slow 16 $
15-
striate 128 $
16-
sound "amen" -- :146 is max
23+
every 3 (0.25 ~>)
24+
$ within (0.25, 0.75) (density 2)
25+
$ within (0.75, 1) (|+| speed "1.25")
26+
$ degradeBy 1
27+
$ slow 16
28+
$ striate 128
29+
$ sound "amen:2" -- :146 is max
1730
|+| delay "0.4"
1831
]
1932
|+| delayfeedback "0.4"

tidal/tutorial.tidal

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ hush
88

99
d1 $ sound "bd:3 sn:2 bd:2 [bd sn:3 sn:3 bd:3]"
1010
d2 $ sound "hh hh hh hh"
11-
d3 $ sound "arpy(6,8)" # speed "[1 0.5, 1.5 2 3 4 7 2 8 10 12]" # shape "0.8" # resonance "0.9" # attack "0 1 0.5 0.2 1"
12-
d3 $ sound "arpy*3 cp" # speed "[1 0.5, 1.5 2 3 4]"
11+
d3
12+
$ sound "arpy(6,8)"
13+
# speed "[1 0.5, 1.5 2 3 4 7 2 8 10 12]"
14+
# shape "0.8"
15+
# resonance "0.9"
16+
# attack "0 1 0.5 0.2 1"
17+
d3
18+
$ sound "arpy*3 cp"
19+
# speed "[1 0.5, 1.5 2 3 4]"
1320

1421
d1 silence
1522

0 commit comments

Comments
 (0)