View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

sc node class system for sclang

Home   How To   Code Pool   Public Library   Theory   Events
SynthLib.sit (revised version)


known problems:

server.quit does not remove nodes from the tree, (but this needs overriding a common server.quit).
use RootNode.stop(server) instead

changes to last version:

this is a revised version taking into account a cadavre exquis of changes/suggestions
by james, ron and alberto and some refactoring by felix.

changed api:

Synth.new(synthDef, arrayOfArgs, target, addAction)
there are many features taken out, especially server sided tree maintenance that
might be added later. There is a bundle construction interface added for composing
time accurate processes.
Synth.play / Function.play and such will either added later or will be done by FunctionPlayer
synth.replace is gone.

maybe we can come to a point where this is some kind of standard for
further development?
thanks for help and suggestions
jrh



Links to this Page