mirror of
				https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
				synced 2025-11-04 08:55:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			654 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			654 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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"
 | 
						|
 |