Skip to content

Instantly share code, notes, and snippets.

@st01c
Created April 28, 2015 23:36
Show Gist options
  • Select an option

  • Save st01c/65dfbef2f46e5876dfe2 to your computer and use it in GitHub Desktop.

Select an option

Save st01c/65dfbef2f46e5876dfe2 to your computer and use it in GitHub Desktop.
Signal Culture Day 01 tests
# @st01c Signal Culture residency day01
# voice sample stretch loop test
# TD: substitute for Blixa sample
n = 0.01
print sample_duration :loop_garzul
define :loopdidoo do
sample :loop_garzul, start: 0.5-n, finish: 0.5+n, amp: 2
sleep 8*n
sleep 1-1*n
n = n + 0.01
print n
end
loop do
loopdidoo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment