Created
November 2, 2018 14:46
-
-
Save iani/636192ca63f20a043a1463a8946bf34f to your computer and use it in GitHub Desktop.
Using shared quant and TempoClock in sc-hacks
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
| //: | |
| \quant <+.synchro1 1; | |
| //: | |
| \synchro1.e[\clock] = TempoClock(); | |
| //: | |
| (dur: 1, degree: (0..5).pseq) +>.synchro1 \test1; | |
| //: | |
| (dur: 2, degree: 2) +>.synchro1 \test2; | |
| //: | |
| (dur: 0.5, degree: 4) +>.synchro1 \test2; | |
| //: | |
| \synchro1.e[\clock].tempo = 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment