Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: osc-midi-write-short , Previous: open , Up: O , Home: Overview

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.

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate