mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-07-05 04:51:47 +02:00
Add some results of playing around
This commit is contained in:
25
scratchpads/granular.tidal
Normal file
25
scratchpads/granular.tidal
Normal file
@ -0,0 +1,25 @@
|
||||
d1 $ slow 4 $ striate 3 $ sound "numbers:0 numbers:1 numbers:2 numbers:3"
|
||||
|
||||
d1 $ slow 4 $ chop 3 $ sound "numbers:0 numbers:1 numbers:2 numbers:3"
|
||||
|
||||
d1 $ slow 4 $ sound "numbers:0 numbers:1 numbers:2 numbers:3"
|
||||
|
||||
d1 $ chop 256 $ sound "bd*4 [sn cp] [hh future]*2 [cp feel]"
|
||||
|
||||
d1 $ chop 2 $ sound (samples "arpy*8" (run 16))
|
||||
|
||||
d1 $ slow 2 $ jux rev $ chop 16 $ sound "breaks125"
|
||||
|
||||
d1 $ chop "<16 128 32>" $ sound "arpy ~ feel*2 newnotes"
|
||||
|
||||
d1 "newnotes"
|
||||
|
||||
d1 $ slice 8 (irand n) $ sound "breaks165"
|
||||
# legato 1
|
||||
|
||||
d1 $ n "0 .. 7" # sound "drum"
|
||||
|
||||
d1 $ bite 4 "0 1*2 2*2 [~ 3]" $ n "0 .. 7" # sound "drum"
|
||||
|
||||
d1 $ chew 4 "0 1*2 2*2 [~ 3]" $ n "0 .. 7" # sound "drum"
|
||||
|
Reference in New Issue
Block a user