snd_seq_connect_from

Name

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

Synopsis

int snd_seq_connect_from(snd_seq_t *handle, int my_port, int src_client, int src_port);

Description

Subscribes a read connection from an arbitrary port to a port on the current client. The source port address is specifed in src_client and src_port arguments. The destination port on the current client is specified in my_port argument. 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_from, snd_seq_subscribe_port