-
ParamView
@ ParamView
... get and set the view's label . spec . spec = ... get and set the view's control spec . action . action ... get and set the paramview's action . ezviews . slider . ranger ... action . doAction do the view's action . viewType . viewType_(newType ...
-
Streams-Patterns-Events7
@ Streams-Patterns-Events7
... a custom msgFunc manually. Here's an example: As you can ... look at Event's source, it's easy, and it's cleaner than ...
-
PG_04_Words_to_Phrases
@ PG_04_Words_to_Phrases
... example is longer, but that's only because of a larger ... like a Markov chain, that's because the Pfsm implementation is ... hard to read because it's more work to separate note ... and keeps playing until it's finished. But the length of ...
-
08-Scoping-and-Plotting
@ 08-Scoping-and-Plotting
... be useful to check what's happening, and if you're ... display of the Function's output. So let's try to scope ... server window and pressing the 's' key. For more information see ...
-
NodeMessaging
@ NodeMessaging
... -1, which is the server's equivalent to nil. As soon ... keep track of the synth's state, it is advisable to ... . problem free use of Server's record and scope functionality) you ... was using n_setn (or Node's setn method). Beginning in version ...
-
ServerTiming
@ ServerTiming
... exactly, throughout the event's execution, the logical time ... illustrates the difference. It's written deliberately inefficiently to expose ... same timestamp: the clock's current logical time plus the ... latency parameter from the server's latency variable. You can ...
-
UsingQuarks
@ Doc
... the classes are in SuperCollider's class path when you recompile ... edit, add in your quark's info, and submit a pull ... request. Here's an example of what an ... specify the help file. It's similar to the package.json ...
-
UserView-Subclassing
@ UserView-Subclassing
... set this.drawFunc (SCUserView's drawing function) to ... and View: Subclassing. That's it. Now recompile, only ... } // this ensures that SCUserView's primitive is called // (3) Set ... this }); ^nil // bubble if it's an invalid key } // (8) ...
-
FFT-Overview
@ FFT-Overview
... Buffer or LocalBuf. The buffer's size must correspond to a ... a multiple of the server's current block size. The window ... methods pvcalc, pvcalc2, pvcollect. Here's an example which uses the ... to a different buffer. Here's an example of one way ...
- MultiClient_Setups @ Doc