Clamps Dictionary
add-midi-controller
Function
(add-midi-controller class #:id &rest args)
Register a MIDI controller of class class with ID id and optional initialization argumens args.
Arguments
class |
The class of the midi controller to add. |
id |
Keyword or Symbol used as ID of the instance. |
args |
Initialization arguments appropriate for the class. |
Created: 2025-02-18 Di 12:58