/usr/share/SuperCollider/HelpSource/Classes/SynthDescLib.schelp is in supercollider-common 1:3.8.0~repack-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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.
|