Created
April 28, 2015 23:36
-
-
Save st01c/65dfbef2f46e5876dfe2 to your computer and use it in GitHub Desktop.
Signal Culture Day 01 tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # @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