Skip to content

Instantly share code, notes, and snippets.

View mbutz's full-sized avatar
💭
Cum Deus calculat fit mundus

G. Martin Butz mbutz

💭
Cum Deus calculat fit mundus
View GitHub Profile
@mbutz
mbutz / 018-2021-01-14.tidal
Created January 14, 2021 16:50
#18 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #18 from 100
-- 018-2021-01-14.tidal
d1 $ struct "t(<9 7>,16)"
$ n (scale "minor" $ floor <$> (range "<0>" "<-12 -24>" sine))
# sound "supervibe" # legato 4 # room 0.5 # size 0.5
d2 $ struct "t(<5 7>,8)"
$ n (scale "minor" $ floor <$> (range "<5>" "<-12 -24>" sine))
# sound "supervibe" # legato 8 # room 0.5 # size 0.5
@mbutz
mbutz / 017-2021-01-13.tidal
Created January 13, 2021 18:19
#17 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #17 from 100
-- 017-2021-01-13.tidal
d1 $ jux rev $ slow 4 $ striate 128 $ n "2 -2 5 7 -7 3 2 1 0 2 2 5 7 3 4 9 0" # sound "fm:10" # speed 0.25 # gain 0.75 # room 0.95 # size 0.75 # orbit 1
d2 $ "[hc*4, [~ dr55]*4, ~ ab:2 ~ ~, ab:4 ~ ~ [~ ab:4]]" # speed "0.5 1 1 1" # orbit 1
@mbutz
mbutz / 016-2021-01-12.tidal
Created January 12, 2021 20:23
#16 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #16 from 100
-- 016-2021-01-12.tidal
d1 $ stack [
(loopAt "2" $ every 4 (# gain 0) $ s "break:3" # gain 1),
(loopAt "2" $ every 4 (# gain 1)
$ (slice 4 "<8 0> <6 7> <9 8> <10 5>")
$ s "break:3" # gain 0)
]
@mbutz
mbutz / 015-2021-01-10.tidal
Created January 10, 2021 15:58
#15 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #15 from 100
-- 015-2021-01-10.tidal
d1 $ stack [
slow 2 $
every 1 (|-12) $
n "0 ~ [-6 ~ 6 8] -2"
# s "superfm"
# release "[1 0.25 0.25 0.25]"
# delay 0.25 # delayfb 0.5 # delayt 8
@mbutz
mbutz / 014-2021-01-08.tidal
Created January 8, 2021 17:20
#014 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #14 from 100
-- 014-2021-01-08.tidal
d1 $ stack [
every 4 (# hpf "4000 3000 2000 1000") $
stutWith 8 0.25 (|* speed 1.25) $
n "[5 2 4 3] <[~ 5] [~ 9] [~ 3]> [~ 8 8 12] [10 8 7 9]"
# s "ab"
# legato 1
# cut 1
@mbutz
mbutz / 013-2021-01-07.tidal
Last active January 7, 2021 18:10
#013 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #13 from 100
-- 013-2021-01-07.tidal
d1 $ stack [
n "2 2 2 2" # s "808bd"
, n "[~ 6]*4" # s "cpu2"
, stutWith 4 (1/8) (|* speed (choose [0.5, 0.75]))
$ n "[[0 3] 0 [[~ 3] [~ 0]] [~ 0]]"
# s "bass1" # gain 1.25 # release (choose [0.125, 0.25, 0.375])
# room 0.25 # orbit 1
@mbutz
mbutz / 012-2021-01-06.tidal
Created January 6, 2021 11:02
#12 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #12 from 100
-- 012-2021-01-06.tidal
d1
$ fast 16
$ every 3 (|+ up 5)
$ every 4 (|+ up 7)
$ every 5 (|+ up 2)
$ every 6 (|+ up 5)
$ note "[<c f? c4?>, <g c g4>]"
@mbutz
mbutz / 011-2021-01-05.tidal
Created January 5, 2021 16:21
#011 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #11 from 100
-- 011-2021-01-05.tidal
d1
$ n (scale "minor" $ "[<0 1 2 -2>, <3 [3 1] [5 [4 3]] 2>]")
# s "superpiano"
# sustain 4
# room 0.75
# size 0.75
# orbit 1
@mbutz
mbutz / 010-2021-01-04.tidal
Created January 4, 2021 17:18
#010 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #10 from 100
-- 010-2021-01-04.tidal
d1 $ n "[5 3 6 [10 ~ 1 9], 3 8? ~ 9]" # s "pluck" # room 0.4 # size 0.5 # cut 1
d2 $ loopAt "3" $ "break:5"
@mbutz
mbutz / 009-2021-01-03.tidal
Created January 3, 2021 18:31
#009 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #9 from 100
-- 009-2021-01-03.tidal
d1 $ n "5 5 5 5" # s "jungle" # speed 0.9
d2 $ n "~ 13 ~ 13 ~ 13 ~ 13" # s "db" # gain 1.25
d3 $ n "~ 3 ~ 3" # s "odx" # speed 1.25
d4 $ n "~ [~!3 7] ~ [~!3 7]" # "glitch" # release 0.25 # speed 3