-
Wavetable Builder with GUI by txmod (txmod)
@ Code
... = { forkIfNeeded { s.sync; d.updateBuffers; s.sync; d.updatePlot; ... s = Server.default; if (s.serverRunning.not, {s.boot}); s ... .doWhenBooted({ fork{ // allocate buffers d.allocateBuffers; s ...
- little by fatherjason (fatherjason) @ Code
-
Simple performance script to launch patterns a la Ableton by misc29377 (misc29377)
@ Code
... (64); s.latency = 0.1; s.freeAll; s.makeGui; MIDIIn.connectAll; s.waitForBoot{ s.meter ... U M E N T S /////// //////////////////////////////////// s.makeBundle(s.latency, {SynthDef(\BD, { arg ...
-
create_simple_instrument_view
@ Doc
... of a beginner's introduction to SuperCollider's GUI system. ... inside other layouts. Let's see an example about ... connecting the slider ----------------------------- Let's adapt our previous code ... have any action. It's time to connect it:â§Ââ ...
-
PG_01_Introduction
@ Doc
... Describes the default event's conversions for pitch, ... - 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 ...
-
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
-
11-Busses
@ 11-Busses
... 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
@ Doc
... in one step with Buffer's alloc method:â§Ââ The example above ... the UGen DiskIn, and Buffer's 'cueSoundFile' method:â§Ââ This is ... ---------------------- In addition to PlayBuf, there's a UGen called RecordBuf, which ...
-
02-First-Steps
@ Doc
... send you information. It's also where we'll get ... window.' Remember postln, it's your friend. You can apply ... before that, so that's where you should look. ... reasons. In fact, it's even possible that they could ... and documentation, so it's always a good idea to ...