Skip to content

Instantly share code, notes, and snippets.

@iani
Created November 2, 2018 14:46
Show Gist options
  • Select an option

  • Save iani/636192ca63f20a043a1463a8946bf34f to your computer and use it in GitHub Desktop.

Select an option

Save iani/636192ca63f20a043a1463a8946bf34f to your computer and use it in GitHub Desktop.
Using shared quant and TempoClock in sc-hacks
//:
\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