Package org.jjazz.midi.api.sequencer
Interface AutoConnectSequencer
public interface AutoConnectSequencer
Interface for Sequencers that are able to do the auto-connect as required by MidiSystem.getSequencer()
- Author:
- Florian Bomers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAutoConnect
(Receiver autoConnectReceiver) Set the receiver that this device is auto-connected.
-
Method Details
-
setAutoConnect
Set the receiver that this device is auto-connected. If non-null, the device needs to re-connect itself to a suitable device in open().
-