See SynthDesc
SynthDescLib.all
SynthDescLib.all = value
SynthDescLib.at(i)
SynthDescLib.getLib(libname)
SynthDescLib.global
SynthDescLib.global = value
SynthDescLib.match(key)
SynthDescLib.new(name, servers)
SynthDescLib.read(path)
SynthDescLib.send(server, tryToLoadReconstructedDefs: true)
.add(synthdesc)
Add a SynthDesc to this SynthDescLib. Doing this triggers an update message with the key \synthDescAdded
for any dependants this lib may have. See Object: Dependancy.
Arguments:
.name = value
.read(path, keepDefs: true)
.readDescFromDef(stream, keepDef: true, def, metadata)
.readStream(stream, keepDefs: true, path)
.send(aServer, tryToLoadReconstructedDefs: true)