Pvar behaviour and SynthDef update
Pre-release
Pre-release
- Improved behaviour of
TimeVar,Pvar, andPvarGeneratorclasses when created via mathematical operators. - SynthDefs can be read loaded into FoxDot from SuperCollider using the
FileSynthDefandCompiledSynthDefclasses (seeSynthDef.py). DefaultServerinstance has aforwardattribute that, when notNone, sends any outgoing OSC message to. Example:
# Sends any OSC message going to SuperCollider to the address
DefaultServer.forward = OSCClient(("localhost", 57890))