Package org.jfugue.devices
Class MusicReceiver
java.lang.Object
org.jfugue.devices.MusicReceiver
Represents a device that can receive music that is sent to it. For example, you
can connect your external MIDI keyboard, then use this class to send music from
your JFugue program to the device.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendSequence
(Sequence sequence) Send the given sequence to the MIDI device - use this to send MIDI files to your keyboard!
-
Constructor Details
-
MusicReceiver
-
-
Method Details
-
sendSequence
Send the given sequence to the MIDI device - use this to send MIDI files to your keyboard!- Parameters:
sequence
- The sequence to send to the MIDI device- Throws:
MidiUnavailableException
-
getReceiver
-