snd_seq_connect_to

Name

snd_seq_connect_to -- connect from a port on the current client to an arbitrary port

Synopsis

int snd_seq_connect_to(snd_seq_t *handle, int my_port, int dest_client, int dest_port);

Description

Subscribes a write connection from a port on the current client to an arbitrary port. The source port on the current client is specified in my_port argument. The destination port address is specifed in src_client and src_port arguments. This function is a simple version of snd_seq_subscribe_port without time-stamp conversion nor exclusive mode.

Function returns zero if successful, or a negative error code.

See Also

snd_seq_disconnect_to, snd_seq_subscribe_port