Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
Tidal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
Tidal
Commits
4c421462
Unverified
Commit
4c421462
authored
Jan 04, 2020
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Technotuto, chill wip
parent
7d05a08d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
84 additions
and
1 deletion
+84
-1
melody.tidal
blocks/melody.tidal
+9
-0
anar.tidal
live/anar.tidal
+0
-1
chill.tidal
live/chill.tidal
+13
-0
technotuto.tidal
tutorial/technotuto.tidal
+62
-0
No files found.
blocks/melody.tidal
0 → 100644
View file @
4c421462
d2
$ whenmod 8 6 (# gain 0)
$ every' 16 12 (# speed 0.75)
$ every' 16 13 (# speed 0.5)
$ every' 8 6 rev
$ s "<arpy*8 ~>"
# n (run 8)
# gain 0.8
live/anar.tidal
View file @
4c421462
...
...
@@ -8,7 +8,6 @@ $ every 1 (off 0.25 (|+ 1))
$ every 1 (off 0.375 (|+ 1))
$ every 2 (off 0.125 (|+ 1))
$ s "ulgab"
# gain 0
d2
$ every 3 (off 0.125 (|+ 0))
...
...
live/chill.tidal
0 → 100644
View file @
4c421462
-- Chill hop beat?
d1 $ s "lighter:1" # n (irand 32)
# gain 1.1
d3 $ chop 1 $ s "lighter:1"
d1 $ s "<dr dr*2> <hh hh hh ~>"
d5
$ slow 2
$ n "<0 3>/8"
# s "toys"
# gain 0.8
tutorial/technotuto.tidal
0 → 100644
View file @
4c421462
-- From https://tidalcycles.org/index.php/Tutorial#Shifting_Time
setcps 1
d1
$ sometimes (hurry 2)
$ sometimes (off 0.5 (+ 0))
$ every 4 (0.25 ~>)
$ whenmod 16 14 (# gain 0)
$ fast 2
$ s "reverbkick"
# pan 0.2
# gain 0.8
d2
$ whenmod 16 13 (# gain 0.7)
$ every' 16 15 (fast 2)
$ every 16 (# gain 0.7)
$ every 16 (hurry 2)
$ fast 2
$ s "hardkick:3"
# gain 0.5
# pan 0.8
d3
$ sometimesBy 0.2 (jux rev)
$ up "1(<2 <6 0>>,8)"
# s "glitch2"
# n 6
d4
$ degradeBy 0.3
$ sometimesBy 0.2 (jux rev)
$ sometimes (off 0 (# up 2))
$ sometimes (off 0 (# up 5))
$ rev
$ chop 8 $ s "moan"
# crush 5
# pan (rand)
# gain 0.6
d5
$ slow 2
$ n "<0 3>/8"
# s "toys"
-- Tuto area
d1 $ every 8 (rev) $ every 4 (density 2) $ sound "bd hh sn cp"
d1 $ whenmod 16 14 (# speed "2") $ sound "bd arpy*2 cp bass2"
d1 $ whenmod 8 6 (const $ sound "arpy(3,8) bd*4") $ sound "bd sn bass2 sn"
d1 $ every 12 (const $ sound "bd*4 sn*2") $ sound "bd sn bass2 sn"
-- Composing Multi-Part Patterns
d1 $ every 4 (slow 2) $ whenmod 5 3 (# speed "0.75 1.5") $ stack [
sound "bd bd*2",
sound "hh*2 [sn cp] cp future*4",
sound (samples "arpy*8" (run 16))
] # speed "[[1 0.8], [1.5 2]*2]/3"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment