Sequence of Functions

Hi there -

I have several functions that seem to need to be performed in a sequence.

I know that Task and Routine would allow me to schedule functions - but I’m wondering if that is generally how these things are handled.

Thanks!

You could schedule directly on a Clock or create your own TempoClock.
See Clock | SuperCollider 3.12.2 Help
Best,
Paul

What stops you from simply calling them one after another? You don’t need Task or Routine for that.

Do you mean scheduling the functions over time, like a score?