Skip to content

Pvar behaviour and SynthDef update

Pre-release
Pre-release
Compare
Choose a tag to compare
@Qirky Qirky released this 30 Nov 16:12
· 784 commits to master since this release
  • Improved behaviour of TimeVar, Pvar, and PvarGenerator classes when created via mathematical operators.
  • SynthDefs can be read loaded into FoxDot from SuperCollider using the FileSynthDef and CompiledSynthDef classes (see SynthDef.py).
  • DefaultServer instance has a forward attribute that, when not None, sends any outgoing OSC message to. Example:
# Sends any OSC message going to SuperCollider to the address
DefaultServer.forward = OSCClient(("localhost", 57890))