-
TempoClock
@ TempoClock
... this translates the current thread's logical time in seconds to ... this clock's logical time in beats. ... is determined by the clock's queueSize argument upon instantiation. The ... because beats uses a thread's logical time. seconds returns the ...
- SymbolicNotations @ SymbolicNotations
- ListComprehensions @ Help
- SynthDefsVsSynths @ SynthDefsVsSynths
-
MCG
@ MCG
... external controllers. The mixer's position onscreen relates to ... .) ⢠If the BP's MixerChannel exists as ~chan ... : { ~target = MixerChannel(\default, s, 2, 2); Voicer(10, \default ... : { ~mixer = MixerChannel(\default, s, 2, 2); Voicer(10, \default ...
- ChuckExamples @ ChuckExamples
- Fact @ Fact
-
bufPerc
@ Quark
... manipulation functions It's often easier to generate ... beat 2 exactly. Examples: s.boot; TempoClock.default.tempo ... , compactPatterns == false // let's also add random panning per ... )); ) BP(\ex3).play; // What's the audible difference between these ...
- SCPodcast @ Quark
-
Latency
@ Latency
... depending mainly on the server's hardware buffer size. This ... s.boot; s.ping(10, 0.1); // compare s.options.hardwareBufferSize; s.options.hardwareBufferSize / s ... estimated (e.g. with s.ping). The default for this ... is 0.2 sec. s.latency; 3. Audio I ...