Temple Of The Sixth: Dark Eastern Ambient Music

@NanoMan - Thank you for access to your code, I can see possibilities and ideas just from a quick read through. I’ve always loved the more ‘baroque’ eastern sound and wanted ways to bring it into my own western jazz-oriented music. This will help lots.

As a trade, please accept this snippet (which Robin was kind enough to compliment, over on our old google forum) :

use_bpm 60
set_volume! 5
use_random_seed 999

live_loop :drums do
  this_sample = [:loop_compus, :loop_tabla, :loop_safari].ring
  start = [ 0.0 , 0.125 , 0.25 , 0.375 , 0.5 , 0.625 , 0.75 , 0.875 ].ring
  sample this_sample.look , beat_stretch: 4, start: start.look, rate: 0.5
  sleep 1
  tick
end

Eli…

2 Likes