-
Sequencing with Routines and Tasks
@ Sequencing with Routines and Tasks
... as [sig, sig] }).send(s); r = Routine({ var delta; ... that all of SuperCollider's control structures are valid inside ... use for consistency.) Here's an example illustrating the ... . ( t = Task({ loop { s.makeBundle(s.latency, { Synth(\singrain, [freq: ...
-
First Steps
@ First Steps
... Hello World! Now let's take a closer look at ... window.' Remember postln, it's your friend. You can apply ... before that, so that's where you should look. ... . Using semi-colons it's possible to have more than ... and documentation, so it's always a good idea to ...
-
Harmonics
@ Help
... harmonic series b = Buffer.alloc(s, 512, 1); // harmonic series for ... , 0.5) ) }); y = z.play(s,[\out, 0, \bufnum, b]);Ã y ... , true, true); y = z.play(s,[\out, 0, \bufnum, b]);Ã y ... true, true); y = z.play(s,[\out, 0, \bufnum, b]);Ã y ...
-
PG_01_Introduction
@ PG_01_Introduction
... * Ã PG_07_Value_Conversions: Describes the default event's conversions for pitch, rhythm and ... + 1; }; }; a.nextN(10); SuperCollider's built-in control structures allow ... the pattern representation? * It's shorter. * It's tested and it works ...
-
PG_06f_Server_Control
@ Help
... private bus) for the pattern's synths. * Pfx(pattern, ... }).add; ~vbus1 = Bus.control(s, 1).set(0.5); ~vbus2 ... user's control (not the pattern's). JITLib's proxy ... ('true' ContiguousBlock) s.bufferAllocator.debug; p.stop; s.bufferAllocator.debug; // ...
-
PG_Cookbook05_Using_Samples
@ Help
... car ! 2 }.play; OSCpathResponder(s.addr, ['/n_end', recorder.nodeID], ... = Buffer.allocConsecutive(~midinotes.size, s, 44100 * 2, 1 ... , doneAction: 2); }).send(s); s.sync; // record all 8 ... , bufnum: buf]); }); }; OSCresponderNode(s.addr, '/n_end', { |t, ...
-
PG_Ref01_Pattern_Internals
@ Help
... Instance variables for the pattern's parameters * A *new method ... using the routine function's argument variable. In reality ... . To initialize the pattern's parameters (instance variables), typical ... will remove the resource(s). (The example above ...
-
Object
@ Help
... containing the resulting file's path. *readArchive(pathname) ... aDependant to the receiver's list of dependants. removeDependant ... aDependant from the receiver's list of dependants. dependants ... theChanger) Notify the receiver's dependants that the receiver ...
-
Intro-to-Objects
@ Intro-to-Objects
... is determined by the object's class. Objects of different ... a protocol. An object's interface may include several protocols ... not depend on the object's implementation and that that ... Instance Variables, Methods An object's class contains the description of ...
-
ServerTiming
@ Help
... example illustrates the difference. It's written deliberately inefficiently to expose ... from the server s.sendBundle(latency, [\s_new, defName, s.nextNodeID, targetID, ... message synth = Synth.basicNew(defName, s); s.sendBundle(latency, synth.newMsg(target ...