Clamps Dictionary
open-midi-port
Function
(open-midi-port #:id &key (start-receiver t))
Register a new midi-port struct, open its midi input and output, define and start its default responders if start-receiver is t. id is used for the internal registry and the ports in jack will be named <id>-in and <id>-out. Returns the midi-port struct.
Arguments
id |
Keyword or Symbol denoting the id of the midi port. |
:start-receiver |
Boolean indicating whether to start the receiver. |
See also
Created: 2025-06-08 So 16:56