Skip to content

Instantly share code, notes, and snippets.

@rileyjshaw
Created January 11, 2020 02:18
Show Gist options
  • Save rileyjshaw/b642357dff121a33681d282dfe1ebce8 to your computer and use it in GitHub Desktop.
Save rileyjshaw/b642357dff121a33681d282dfe1ebce8 to your computer and use it in GitHub Desktop.
Testing tidal out with some copypastas
d1 $ sound "bd bd bd bd"
d2 $ sound "hh hh hh hh hh"
d2 $ silence
d3 $ sound "arpy"
d4 $ sound "bd sd hh cp mt arpy drum odx bd arpy bass2 feel future"
d5 $ sound "[bd bd bd, [sd sd] cp, arpy [arpy [arpy arpy] arpy arpy], odx]"
d6 $ sound "bd <arpy:1 arpy:2 arpy:3>"
d1 $ jux (density 2) $ sound (samples "drum can can" (slow 2.5 "0 1 2 4 5 6"))
d2 $ rev $ every 16 (density 24 . (|+| midinote "24") . (# sustain "0.3") . (# attack "0.05"))
$ s "supercomparator/4" # midinote ((irand 24) + 24)
# sustain "8" # attack "0.5" # hold "4" # release "4"
# voice "0.5" # resonance "0.9" # lfo "1" # speed "30" # pitch1 "4"
d3 $ whenmod 20 19 (const $ fast 3 $ sound "alphabet" # n (irand 26) # vowel "<a e i o u>") $ randslice 16 $ sound "bev" # speed 0.25
d1 $ sound "jvbass [jvbass jvbass] jvbass ~" # iter 2 (note "1 [3 5] 7")
d9 $ fast 2 $ sound "alphabet" # n (irand 26) # vowel "<a e i o u>"
d9 $ silence
d1 $ silence
hush
d1 $ sound "amencutup*8" # n (irand 16)
# lpq 0.2
# lpf (slow 4 (sine * 5000 + 300))
d2 $ every 2 (# vowel "a") $
off 0.5 (# (s "superpiano" # gain 0.8))
$ n (off 0.25 (+7) $ slow 2 $ "c(3,8) g [c6*2 f] e*2" + "<0 0 7 5>") # sound "supermandolin"
# room 0.4
# size 0.9
# shape 0.3
d1 $ slow 4 $ slice 64 "[0..64]" $ s "bev" # accelerate (range (irand 8 - 8) (irand 8) $ sine)
d1 $ stack [sound "[bd [sd:1 mt:5] sn:3*2 [[sd ~] mt]]*2" # legato (slow 4 sine), sound "bev(5,8)" # legato 1 # gain 1.2 # begin (slow 8 saw), sound "sd(5,8)" # speed 2]
d1 $ chew 4 "0 [<3 2> 1] <3 1*2> <1 [2 4] 1 3>" $ n "[0 3] [2 5] [1 5] [2 3]" # s "drum"
d1 $ weave 16 (pan sine # speed (sine + 1)) [s "future(3,8,<0 2>)", s "drum(5,8,<0 2>)", sound "~ [cp*2 ~]", sound "sn:3*3"]
d1 $ randslice 16 $ sound "bev bev bev bev bev" # speed r23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment