Clamps Dictionary
list-midi-ports
Function
(list-midi-ports &key (sort t))
Return a list of the ids of all registered Midi Ports. If sort is non-nil, return a sorted list of the ids, otherwise return the ids in the reverse order of their instantiation.
Arguments
:sort |
Boolean denoting sort order of the ids. Defaults to t. |
See also
Created: 2025-06-08 So 16:56