rsc3/doc-schelp/HelpSource/Classes/SynthDescLib.schelp

14 lines
435 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
class:: SynthDescLib
summary:: SynthDesc library
categories:: Server>Nodes
related:: Classes/SynthDesc
description::
See link::Classes/SynthDesc::
INSTANCEMETHODS::
method:: add
Add a SynthDesc to this SynthDescLib. Doing this triggers an update message with the key code::\synthDescAdded:: for any dependants this lib may have. See link::Classes/Object#Dependancy::.
ARGUMENT:: synthdesc
The link::Classes/SynthDesc:: to be added.