Pvar behaviour and SynthDef update
Pre-release
Pre-release
- Improved behaviour of
TimeVar
,Pvar
, andPvarGenerator
classes when created via mathematical operators. - SynthDefs can be read loaded into FoxDot from SuperCollider using the
FileSynthDef
andCompiledSynthDef
classes (seeSynthDef.py
). DefaultServer
instance has aforward
attribute 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))