User Tools

Site Tools


projects:music

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
projects:music [2020-05-20 19:02]
seven [Clients]
projects:music [2020-05-20 19:06]
seven [Sonic-Pi]
Line 52: Line 52:
 Box Box
  
-live_loop :tb303 do 
-  synth :tb303, note: (octs :c1, 3).tick, release: 0.1, cutoff: rrand(70,120), amp: 1.5 
-  sleep 0.125 
-end 
  
-live_loop :bass, sync: :tb303 do +  live_loop :tb303 do 
-  density 1 do +    synth :tb303, note: (octs :c1, 3).tick, release: 0.1, cutoff: rrand(70,120), amp: 1.5 
-    sample :bd_tek, cutoff: 110, amp: 2 +    sleep 0.125 
-    #   sample :bd_klub, cutoff: 110, amp: 2 +  end 
-    sleep 0.5+   
 +  live_loop :bass, sync: :tb303 do 
 +    density 1 do 
 +      sample :bd_tek, cutoff: 110, amp: 2 
 +      sample :bd_klub, cutoff: 110, amp: 2 
 +      sleep 0.5 
 +    end
   end   end
-end 
- 
  
  
Line 70: Line 70:
 Second Version Second Version
  
-use_bpm 60 
  
-live_loop :sound do +  use_bpm 60 
-  with_fx :reverb, room: 1, reps: 32, amp: 1 do +   
-    synth :dpulse, note: (scale :c1, :major_pentatonic, num_octaves: 4).choose, release: 0.1, cutoff: rrand(90,110), amp: 2 +  live_loop :sound do 
-    synth :tb303, note: (scale :c1, :minor_pentatonic, num_octaves: 4).take(2).choose, release: 0.1, cutoff: rrand(90,110), amp: 1.5 +    with_fx :reverb, room: 1, reps: 32, amp: 1 do 
-    sleep 0.125+      synth :dpulse, note: (scale :c1, :major_pentatonic, num_octaves: 4).choose, release: 0.1, cutoff: rrand(90,110), amp: 2 
 +      synth :tb303, note: (scale :c1, :minor_pentatonic, num_octaves: 4).take(2).choose, release: 0.1, cutoff: rrand(90,110), amp: 1.5 
 +      sleep 0.125 
 +    end
   end   end
-end +   
- +  live_loop :beats, sync: :sound do 
-live_loop :beats, sync: :sound do +    sample :loop_mika, lpf: 120, amp: 0.4 
-  sample :loop_mika, lpf: 120, amp: 0.4 +    sleep 2
-  sleep 2 +
-end +
- +
-live_loop :industry, sync: :sound do +
-  use_synth :tri +
-  use_synth_defaults attack: 0, sustain: 0.1, decay: 0.1, release: 0.1, amp: 0.4 +
-  sample :loop_industrial, beat_stretch:+
-  sleep 4 +
-end +
- +
-live_loop :bass, sync: :sound do +
-  d = (knit 1, 7, 4, 1).tick +
-  density d do +
-    sample :bd_klub, cutoff: 110, amp: 2 +
-    sleep 0.5+
   end   end
-end+   
 +  live_loop :industry, sync: :sound do 
 +    use_synth :tri 
 +    use_synth_defaults attack: 0, sustain: 0.1, decay: 0.1, release: 0.1, amp: 0.4 
 +    sample :loop_industrial, beat_stretch:
 +    sleep 4 
 +  end 
 +   
 +  live_loop :bass, sync: :sound do 
 +    d = (knit 1, 7, 4, 1).tick 
 +    density d do 
 +      sample :bd_klub, cutoff: 110, amp: 2 
 +      sleep 0.5 
 +    end 
 +  end 
projects/music.txt · Last modified: 2020-05-20 19:07 by seven