- Tutorial @ Help
-
Buffer
@ Buffer
... allocated from the Server's bufferAllocator, unless you ... stereo buffer s.boot; b = Buffer.alloc(s, s.sampleRate * ... 1, bufnum ) ) }).add; ) ( s.makeBundle(nil, { b = Buffer.cueSoundFile ... = Synth(\help_Buffer_cue, [\bufnum, b], s); }); ) b.free; y.free; ...
-
Server
@ Server
... (\default)}); s.queryAllNodes; s.reorder(x, g, \addToTail); s.queryAllNodes; ... Throw an Error ( try { s.makeBundle(nil, { s.farkermartin; }); } { |error| ... first s.record; s.pauseRecording; // pausable s.record // start again s.stopRecording; ...
-
GlobalAirportDatabase
@ GlobalAirportDatabase
... RCB:RICHARDS BAY:RICHARD'S BAY:SOUTH AFRICA:28 ... KFOK:FOK:THE FRANCIS S GABRESKI:WEST HAMPTON BEACH ... :GHB:GOVERNORS HARBOUR:GOVERNOR'S HARBOR:BAHAMAS:25:17 ... :0022 MZBZ:BZE:PHILIP S W GOLDSON INTERNATIONAL:BELIZE ... :SOUTH POLE STATION:STEPHEN'S ISLAND:NEW ZEALAND:89 ...
- PG_03_What_Is_Pbind @ PG_03_What_Is_Pbind
-
PG_08_Event_Types_and_Parameters
@ PG_08_Event_Types_and_Parameters
... delay the event's server message(s). \timingOffset Number ... delay the event's server message(s). In conjunction ... id The node ID(s) must be given explicitly ... If not given directly, it's calculated as ~sustain = ~dur ...
-
05-Functions-and-Sound
@ 05-Functions-and-Sound
... and 'value' stuff; it's not important just now) This ... sample in the block. There's another method, 'kr', ... Get the idea? There's also another similar arg ... Functions and UGens -------------------------------------- Here's another example of polymorphism, ...
-
GUI-Introduction
@ GUI-Introduction
... and resizing of views * View's resize options * Decorators * Layouts * Customizing ... mechanisms for this purpose. View's resize options Views can automatically ... task of positioning the container's child views (currently there exists ...
-
Intro-to-the-ATK
@ Intro-to-the-ATK
... // boot server ( s = Server.default; s.boot; ) // ... // inspect ~decoder.kind ~checkMyServerOutputs.value(s, ~decoder) // ------------------------------------------------------------ // define ...
-
ATK-SynthDef-Examples
@ ATK-SynthDef-Examples
... to boot cond = Condition.new; s.waitForBoot({ Routine.run({ // define ... Out.ar(0, out); }).add; s.sync(cond); synth = Synth(\kernelDecode ... Out.ar(0, out); }).add; s.sync(cond); // play the synth ...