Skip to content

Commit 4a04f1c

Browse files
author
connorwalsh
committed
update 2 and 3
1 parent c656c8f commit 4a04f1c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

2.tidal

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
-- tutorial part 2: functions
22

3-
-- stack
4-
5-
-- cat/slowcat
6-
73
-- slow/density
84

95
-- rev

3.tidal

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
-- tutorial part 3: effects
2+
--
3+
-- we can also apply some effects to our samples!
4+
5+
-- lets crush it!
6+
d1 $ sound "808bd:3 ~ [can can, 808:4 ~ ~ 808:4] 808bd:3" # crush "4"
7+
-- the # operator is used to chain effects onto the samples
8+
-- # is actually shorthand for |=|
9+
10+
hush
11+
212

0 commit comments

Comments
 (0)