Last active
August 29, 2015 13:57
-
-
Save mohayonao/9457990 to your computer and use it in GitHub Desktop.
SuperCollider、基本のオブジェクトまとめ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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