public class AlsaSequencer.AlsaSequencerReceiver extends TMidiDevice.TReceiver implements AlsaReceiver
Constructor and Description |
---|
AlsaSequencerReceiver() |
Modifier and Type | Method and Description |
---|---|
boolean |
subscribeTo(int nClient,
int nPort)
Subscribe to the passed port.
|
close, send
public boolean subscribeTo(int nClient, int nPort)
subscribeTo
in interface AlsaReceiver
nClient
- The ALSA client number of the Transmitter that
a read subscription should established to.nPort
- The ALSA port number of the Transmitter that a
read subscription should established to.