-
PG_Cookbook04_Sending_MIDI
@ PG_Cookbook04_Sending_MIDI
... an event is played. MIDIOut's newByName makes it easier to ... be sent after the note's sustain time. If you want ... SuperCollider server, the MIDIOut object's latency must match the server ...
- PG_06d_Parallel_Patterns @ PG_06d_Parallel_Patterns
-
Function
@ Help
... using the receiver as it's function, and plays it in ... zoom value for the scope's X axis. Larger values show ... and lagtimes for the function's arguments (see SynthDef for more ...
-
Adverbs
@ Adverbs
... binary operators. adverb 's' The first adverb is 's' which means 'short ... . [10, 20, 30, 40, 50] +.s [1, 2, 3] returns: [ 11 ...
-
Glossary
@ Glossary
... - A part of an object's internal state message - A request ... has data, representing the object's state, and a set of ...
-
Notes-on-the-HTML-Help-System
@ Notes-on-the-HTML-Help-System
... html help files through NSTextView's WebKit integration. The following should ... corresponding help file in SC's help search path (Help/ and ...
-
Modifying_Standalones
@ Modifying_Standalones
... /or execute the script(s) that start(s) YourApp. See the section ...
-
TopicHelpTemplate
@ Help
... : // inline example b = SomeClass.new(s, 100, 2); // explanation of this ... detailed examples b = SomeClass.new(s, 100, 2); // explanation of this ...
-
Tracing Processes
@ Tracing Processes
... help): // must use internal server s = Server.internal.boot; {Ã SinOsc.ar ... use internal server Server.default = s = Server.internal.boot; // create a ...
- JITLib @ JITLib