Miscellaneous¶
- Errors
- ERROR: Primitive ‘BasicNew’ failed. Index not an Integer
- Language (client) issues
- SynthDef Issues
- “If” statements inside a SynthDef
- What is a Boolean in the server?
- Why is
x \> 0
“non-Boolean” in the “test”? - If you can’t branch, what good is a comparison in the server?
- Logical operators: And, Or, Not, Xor
ERROR: SynthDef not found
FAILURE /s_new alloc failed, increase server's memory allocation
- Array arguments
- Why does it have to be a literal array?
- Server issues
- Other issues
- Recording in SuperCollider
- Systems interfacing
- Plugins development