Clamps Dictionary
add-dsp
Function
(add-dsp dsp id &rest args)
Add a new instance of dsp with id id to the registry, optionally supplying the dsp creation with initialization arguments args.
Arguments
dsp |
The dsp type to add |
id |
Keyword or Symbol to identify the registered dsp. |
args |
Optional initialization arguments accepted by the used dsp class. |
See also
Created: 2025-02-18 Di 12:58