Skip to content

Instantly share code, notes, and snippets.

View mbutz's full-sized avatar
💭
Ducunt volentem fata - nolentem trahunt.

G. Martin Butz mbutz

💭
Ducunt volentem fata - nolentem trahunt.
View GitHub Profile
@mbutz
mbutz / 028-2021-03-20.tidal
Created March 20, 2021 21:26
#28 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #28 from 100
-- 028-2021-03-20.tidal
d1
$ juxBy 0.75 brak
$ s "[808lt:1 [~ 808mc 808mc:3 ~] 808oh*2 [~ 808lt]]"
# room (sine*0.25)
# size (sine*0.75)
d2 $ s "[~ jungle]*4"
@mbutz
mbutz / 027-2021-03-14.tidal
Created March 14, 2021 17:44
#27 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #27 from 100
-- 027-2021-03-14.tidal
d1
$ every 4 (linger "<0.25 0.5 0.75>")
$ loopAt 1
$ slice "8" "[[0 0?] 1 [2? 4] 0 3 [3? 1] 6 7]"
$ s "break:4"
# legato 1
# room 0.375
@mbutz
mbutz / 026-2021-03-06.tidal
Created March 6, 2021 21:01
#26 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #26 from 100
-- 026-2021-03-06.tidal
d1 $
(# s "superhammond") .
(# legato 0.75) $ cat
[
n "a2 a2 ~ c3 e2 ~ d2 ~"
, n "d2 a2 ~ e3 d2 ~ ~ d3"
]
@mbutz
mbutz / 025-2021-03-05.tidal
Created March 5, 2021 18:14
#25 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #25 from 100
-- 025-2021-03-05.tidal
d1
$ jux rev
$ every 4 (fast 2)
$ slow 2
$ s "sax"
# legato 1
# lpfbus 2 "200 400 500 600 500 700 200 500"
@mbutz
mbutz / 024-2021-03-03.tidal
Created March 3, 2021 17:25
#24 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #24 from 100
-- 024-2021-03-03.tidal
d1 $ stack [ ghost $ s "~ ab:10", s "bd!3 [~ bd]", s "[~ 808oh]*4" ]
d2 $ n "c3 f3 a2" <| gain "1 1 0 0 0 1 0 1" # s "supercomparator" # legato "0.25 0.5"
@mbutz
mbutz / 023-2021-02-21.tidal
Created February 21, 2021 11:01
#23 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #23 from 100
-- 023-2021-02-21.tidal
d1 $ n (every 2 rev $ segment 16 $ range 0 32 $ sine) # s "mouth" # gain (range 0.25 1.25 rand)
d2 $ struct (every 3 inv "t f t*2 f") $ s "mouth" # gain 0.85 # speed 0.0675 # room 0.75 # orbit 1
d3 $ n (run "<4 8>") # s "mouth" # speed 0.5
d4 $ struct (every 2 inv "t(3,8)?") $ s "mouth:3" # gain 0.85 # speed 0.02 # room 0.75 # orbit 2
@mbutz
mbutz / 022-2021-02-03.tidal
Created February 3, 2021 15:10
#22 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #22 from 100
-- 022-2021-02-03.tidal
d1 $ ifp ((== 0).(flip mod 2))
(striate 4)
(# room 1) $
sound "dr55 [dr55:1 <dr55:4 dr55:5 dr55:6>]"
d2 $ slow 4 $ s (step' ["bass1", "newnotes"] "1101")
# n "[0 1] 4"
@mbutz
mbutz / 021-2021-01-31.tidal
Created January 31, 2021 10:07
#021 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #21 from 100
-- 021-2021-01-31.tidal
d1 $ slow 2 $ note (scale "major" "[[0 4] [2] [4 6] [7 6], [2 6] [2] [6 5] [9 8]]" + "-12 12")
# sound "superpiano" # legato 4
# gain 0.85
# room 0.5 # size 0.75
# delay 0.5 # delayfb 0.125 # delayt 1
# orbit 1
@mbutz
mbutz / 020-2021-01-18.tidal
Last active January 18, 2021 16:22
#20 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #20 from 100
-- 020-2021-01-18.tidal
d1
$ jux rev
$ n (off (choose [0.25, 0.5]) (|+ (choose [7, 12]))
$ off 0.25 (|+ (-12)) "<c f g bf4 ef>")
# sound "supermandolin"
# legato 0.0375
# attack 0.25 # release 4
@mbutz
mbutz / 019-2021-01-16.tidal
Last active January 16, 2021 14:23
#19 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #19 from 100
-- 019-2021-01-16.tidal
d1
$ slow 2
$ s "supercomparator"
>| n (scale "dorian" "0 2 4 0 -1 3 2 1")
# legato 16
# room 0.5
# size 0.5