You are here

SC non-real-time to real-time conversion

Converting non-realtime (Score/CtkScore-based) code to real-time (Task-based) code

In SuperCollider, there is number of ways of generating music and managing time-based events. 
The following SuperCollider code illustrates how to change a structure that uses CtkScore for scheduling events into one using Tasks. Differences in managing time are discussed. This might be helpful for anyone who has background in non-real-time workflow and wishes to manipulate their music during the performance in real-time.

Note: because of wiki limitations, after downloading please change file's extension from .txt. to .scd

NRT to real-time examples