FAQ¶
- Changes
- Env seems to work differently than I expect
- Can we change parameter names of methods? The current naming confuses me/I don’t like it
- Can I make X addition to the language syntax?
- Why does sclang make me put
var
statements at the top of functions? Why can’t I define classes at runtime? - Is
?
or??
faster? - Can we get code folding in the IDE?
- Can I use SC in a game audio engine?
- 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