Constructor and Description |
---|
Keyboard(MidiDevice input,
MidiDevice output)
Constructs a new
Keyboard with the specified input and output
devices |
Modifier and Type | Method and Description |
---|---|
MidiDevice |
getInput()
Obtains the current input MIDI device.
|
MidiDevice |
getOutput()
Obtains the current output MIDI device.
|
String |
toString() |
public Keyboard(MidiDevice input, MidiDevice output)
Keyboard
with the specified input and output
devicesinput
- the MIDI input deviceoutput
- the MIDI output devicepublic MidiDevice getInput()
MidiDevice
public MidiDevice getOutput()
MidiDevice
Copyright © 2015 Kreatious LLC. All rights reserved.