Alsa.Sequencer
val create : string -> ?blocking:bool -> [ `Input | `Output | `Duplex ] -> t
val set_client_name : t -> string -> unit
val subscribe_read_all : t -> int -> unit
Real all possible input ports on given port.
val subscribe_write_all : t -> int -> unit
Write all possible output ports from given port.
module Event : sig ... end