Clamps Dictionary
cuda-dsp
Class
Superclass for dsp objects of the dsp infrastructure of clog-dsp-widgets in Clamps. An object derived from this type will be created using the add-dsp function and its slots automatically filled on initialization.
cuda-dsp implements the following slots with accessor methods of the same name (if not indicated otherwise) and initargs being the keywords of the slot symbol:
id
– The id used in the clamps dsp infrastructure. Accessor is dsp-id.
nodes
– The active Incudine nodes of a running instance. Accessor is dsp-nodes
node-group
– The Incudine group of a running instance. Defaults to 300.
unwatch
– List of unwatch functions used by the instance.
Note
Except for the unwatch slot, the user normally will not be dealing with the slots of a cuda-dsp instance directly except for inspection purposes. The slots are documented here mainly for clarity and insight.
See also
Created: 2025-02-18 Di 12:58