Hello,
I have been looking through some of the source code, and I keep coming across methods that look like this:
sched { arg delta, item;
_TempoClock_Sched
^this.primitiveFailed
}
What is the purpose of _TempoClock_Sched
here? Generally speaking, what are these leading-underscore bits of code doing and why do these methods always return this.primitiveFailed
? Is this documented somewhere?