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
7d05a08d
Unverified
Commit
7d05a08d
authored
Jan 04, 2020
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save session
parent
0c8be6d7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
92 additions
and
45 deletions
+92
-45
drums.tidal
blocks/drums.tidal
+28
-0
voice.tidal
blocks/voice.tidal
+3
-0
copycat.tidal
copycat.tidal
+8
-0
hello.tidal
hello.tidal
+53
-45
No files found.
blocks/drums.tidal
View file @
7d05a08d
setcps 0.8
d1 $ "<dr <dr*2 dr?*8>>" # s ( choose ["hh", "dr"])
d2 $ euclid "<1 3>" 8
$ s "glitch"
# n 1
# gain (1 + rand)
d9 $ "808bd:1"
# gain 0.9
d1
$ every 2 (off (6/12) (|+0))
$ every' 2 1 (off (3/12) (|+0))
$ every' 4 1 (off (5/12) (|+0))
$ every' 4 1 (off (6/12) (|+0))
$ every' 8 6 (# n "2 0 0")
$ every' 8 7 (# gain 0)
$ s "dr"
# n 0
d2 $ s "dr*2 ~ dr ~ dr*8"
d1
-- $ degrade
$ s "dr dr dr dr dr dr sn ~ dr dr dr dr sn"
d1
$ every 1 (off (8/16) (|+ 0))
$ every 2 (off (9/16) (|+0))
...
...
blocks/voice.tidal
0 → 100644
View file @
7d05a08d
d1
$ n "8 13 3 4 15 4 13 19"
# s "alphabet*8"
copycat.tidal
View file @
7d05a08d
...
...
@@ -14,6 +14,14 @@ d2 $ s "<808bd 808cy 808hc 808ht 808lc 808lt 808mc 808mt 808oh 808sd 909 ~ ~>"
-- TODO: Parov - Fusion, Klangwolke (Pt.2 pattern piano 2.15)
-- Dre - Kush
d1 $ s "bd ~ [bd*2]"
. .. . . .
-- Parov : Psychedelic jazz
setcps 0.46
...
...
hello.tidal
View file @
7d05a08d
setcps 0.1
solo 2
hush
d1 $ s "<bd:14([3,5],8) <cp bd*2>>"
d2 $ s "<amencutup*8>" # n (run 16)
d1 $ s "dr_few bd(3,5) sn"
d2 $ s "superpiano"
d1 $ s "bd*2 sn bd*2 <cp bd,cp sn,cp cp*2>"
d2 $ s "alphabet*2" # n "24 20"
# shape 0.2 # gain 0.5
d3 $ n "[0 5 <9,16> <5,12>]*2"
# s "superpiano" # sustain 0.3
d1 $ s "~ sn:1 ~ sn:1"
d2 $ s "[808bd*2 [~ bd*2] [~ bd bd ~] ~]"
d3 $ n (off 0.125 (|+7) $ off 0 (|+12) "1*2 <3 8> 5 8")
# s "supermandolin"
# gain 0.85
d1 $ s "[<cp>](5,8)"
d2 $ s "[808cy*24]/3 ~" # n "0 .. 23" # gain "1.5"
d2 $ slow 4 $ chop "1" $ s "bev cp*4"
d1 $ jux rev $ n
(
off 0.125 (|+ 12)
$ off 0.125 (|+ 7)
"<c*2 a(3,8) f(3,8,2) e*2>")
# s "notes"
# gain 0.5
-- # legato (0.5 + (rand / 2))
-- Pattern add
-- Structure 5:
-- *1*
...
...
@@ -144,8 +99,61 @@ $ off 0.125 (|+ 7)
-- 7 bass drum + static
-- 8 tom sec
-- Piano notes:
-- do -14 -7 0 07 14 21
-- re -13 -6 1 08 15
-- mi -12 -5 2 09 16
-- fa -11 -4 3 10 17
-- sol -10 -3 4 11 18
-- la -09 -2 5 12 19
-- si -08 -1 13 20
-- Playground
setcps 0.1
solo 2
hush
d1 $ s "<bd:14([3,5],8) <cp bd*2>>"
d2 $ s "<amencutup*8>" # n (run 16)
d1 $ s "dr_few bd(3,5) sn"
d2 $ s "superpiano"
d1 $ s "bd*2 sn bd*2 <cp bd,cp sn,cp cp*2>"
d2 $ s "alphabet*2" # n "24 20"
# shape 0.2 # gain 0.5
d3 $ n "[0 5 <9,16> <5,12>]*2"
# s "superpiano" # sustain 0.3
d1 $ s "~ sn:1 ~ sn:1"
d2 $ s "[808bd*2 [~ bd*2] [~ bd bd ~] ~]"
d3 $ n (off 0.125 (|+7) $ off 0 (|+12) "1*2 <3 8> 5 8")
# s "supermandolin"
# gain 0.85
d1 $ s "[<cp>](5,8)"
d2 $ s "[808cy*24]/3 ~" # n "0 .. 23" # gain "1.5"
d2 $ slow 4 $ chop "1" $ s "bev cp*4"
d1 $ jux rev $ n
(
off 0.125 (|+ 12)
$ off 0.125 (|+ 7)
"<c*2 a(3,8) f(3,8,2) e*2>")
# s "notes"
# gain 0.5
-- # legato (0.5 + (rand / 2))
hush
setcps 0.5
...
...
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