We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c656c8f commit 4a04f1cCopy full SHA for 4a04f1c
2.tidal
@@ -1,9 +1,5 @@
1
-- tutorial part 2: functions
2
3
--- stack
4
-
5
--- cat/slowcat
6
7
-- slow/density
8
9
-- rev
3.tidal
@@ -1,2 +1,12 @@
-- tutorial part 3: effects
+--
+-- we can also apply some effects to our samples!
+
+-- lets crush it!
+d1 $ sound "808bd:3 ~ [can can, 808:4 ~ ~ 808:4] 808bd:3" # crush "4"
+-- the # operator is used to chain effects onto the samples
+-- # is actually shorthand for |=|
10
+hush
11
12
0 commit comments