-
In-between, longing by jpdrecourt (jpdrecourt)
@ Code
... s.reboot; s.waitForBoot { Buffer.freeAll(s); Pdef.clear; s ... .freeAll; q.clear; s.sync ... \Reset).asSymbol].(); nil }); }; s.sync; //////////////////////////////////////////////////////////// // MasterChain effects ...
- SpacePan - A Spatial Audio Environment by audioholic (audioholic) @ SpacePan - A Spatial Audio Environment by audioholic (audioholic)
-
Vocal Clouds (work in progress) by emergent (emergent)
@ Vocal Clouds (work in progress) by emergent (emergent)
... ( // configure server s = Server.local; s.options.sampleRate_(44100); s.options.memSize_(65536 ... .add(~makeBuffers); ServerQuit.add(~cleanup); s.waitForBoot({ s.sync; SynthDef.new(\voxgrains ...
- OSC etude #1 by emergent (emergent) @ Code
- SCTweets - 140 Character - swiki repost by zecraum (zecraum) @ SCTweets - 140 Character - swiki repost by zecraum (zecraum)
-
PG_01_Introduction
@ Doc
... Describes the default event's conversions for pitch, rhythm ... - Part 1.) SuperCollider's built-in control structures allow ... representation? * It's shorter. * It's tested and it works ... conforming to the pattern's specification, and calling next ...
-
PG_Ref01_Pattern_Internals
@ PG_Ref01_Pattern_Internals
... 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 ...
-
04-Functions-and-Other-Functionality
@ 04-Functions-and-Other-Functionality
... 'curly brackets': { }. Here's an example: The stuff within ... the mathematical sense, it's what's called an assignment. Basically ... the powerful features of what's called Object Oriented Programming. ... . Simple, yes? Here's another short example showing this ...
-
11-Busses
@ Doc
... the server go away, it's still there. 'free' ... its index. Now here's another advantage when working with ... output channels! A Server's audio bus allocator will ... earlier in the server's order than synths which ... specifies the new synth's position in relation to ...
-
13-Buffers
@ 13-Buffers
... read from. Many of Buffer's methods have numerous arguments. ... server, and returns the Buffer's number for reallocation. You ... information to update the Buffer's instance variables. It then ... In addition to PlayBuf, there's a UGen called RecordBuf, which ...