Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohayonao/9457990 to your computer and use it in GitHub Desktop.
Save mohayonao/9457990 to your computer and use it in GitHub Desktop.
SuperCollider、基本のオブジェクトまとめ
Object
+---------------------+-------------------------------------------+------------------+----+-------+------------+
Magnitude Collection AbstractFunction Ref Symbol Boolean Nil
+--------------+ +-----------------------+ +---------+ ` \ +-----+
Number Char SequenceableCollection Set Function Stream True False
| $. | | {} +--------+
SimpleNumber ArrayedCollection Dictionary Thread PauseStream
| | +------+ | | |
Integer Float Array RawArray IdentityDictionary Routine Task
1 1.0 [] | | {:}
String Environment
"" |
Event
()
Object
+---------+---------------------+----+
SynthDef Node Bus Buffer
+-------------+
AbstractGroup Synth
|
Group
Object
+-----------------+
AbstractFunction Mix
|
UGen
+------------+------------------------+--------------------------+-------+-----+-----+---------+
OutputProxy MultioutUGen BasicOpUGen MulAdd Sum3 Sum4 PureUGen AbstractOut
| +------------+ | |
Control UnaryOpUGen BinaryOpUGen Filter Out
+-----------+
LagControl TrigControl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment