|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MidiInput | |
|---|---|
| uk.org.toot.midi.core | |
| uk.org.toot.midi.core.channel | |
| uk.org.toot.synth | |
| uk.org.toot.synth.synths.multi | |
| uk.org.toot.synth.synths.plucked | |
| Uses of MidiInput in uk.org.toot.midi.core |
|---|
| Classes in uk.org.toot.midi.core that implement MidiInput | |
|---|---|
class |
LegacyDevices.DeviceAdaptor.DeviceMidiInput
|
| Methods in uk.org.toot.midi.core that return MidiInput | |
|---|---|
MidiInput |
MidiConnection.getMidiInput()
|
| Methods in uk.org.toot.midi.core that return types with arguments of type MidiInput | |
|---|---|
java.util.List<MidiInput> |
MidiSystem.getMidiInputs()
|
java.util.List<MidiInput> |
AbstractMidiDevice.getMidiInputs()
|
java.util.List<MidiInput> |
MidiDevice.getMidiInputs()
Get the list of MidiInputs for this MidiDevice. |
java.util.List<MidiInput> |
DefaultMidiSystem.getMidiInputs()
|
| Methods in uk.org.toot.midi.core with parameters of type MidiInput | |
|---|---|
void |
MidiOutput.addConnectionTo(MidiInput to)
|
void |
DefaultMidiOutput.addConnectionTo(MidiInput input)
|
void |
LegacyDevices.DeviceAdaptor.DeviceMidiOutput.addConnectionTo(MidiInput input)
|
void |
ConnectedMidiSystem.closeMidiConnection(MidiOutput from,
MidiInput to)
|
void |
DefaultConnectedMidiSystem.closeMidiConnection(MidiOutput from,
MidiInput to)
|
void |
MidiConnection.connectTo(MidiInput to)
|
void |
ConnectedMidiSystem.createMidiConnection(MidiOutput from,
MidiInput to,
int flags)
|
void |
DefaultConnectedMidiSystem.createMidiConnection(MidiOutput from,
MidiInput to,
int flags)
|
void |
MidiOutput.removeConnectionTo(MidiInput to)
|
void |
DefaultMidiOutput.removeConnectionTo(MidiInput input)
|
void |
LegacyDevices.DeviceAdaptor.DeviceMidiOutput.removeConnectionTo(MidiInput input)
|
| Constructors in uk.org.toot.midi.core with parameters of type MidiInput | |
|---|---|
MidiConnection(MidiOutput from,
MidiInput to)
|
|
MidiConnection(MidiOutput from,
MidiInput to,
int flags)
Create a connection from a MidiOutput to a MidiInput with the specified flags. |
|
| Uses of MidiInput in uk.org.toot.midi.core.channel |
|---|
| Classes in uk.org.toot.midi.core.channel that implement MidiInput | |
|---|---|
class |
ChannelReadWriteMidiInput
This implementation class is intended to be used by midi synthesizers. |
| Constructors in uk.org.toot.midi.core.channel with parameters of type MidiInput | |
|---|---|
ChannelReadWriteMidiInput(MidiInput input)
|
|
| Uses of MidiInput in uk.org.toot.synth |
|---|
| Subinterfaces of MidiInput in uk.org.toot.synth | |
|---|---|
interface |
MidiSynth
A MidiSynth is a MidiDevice which is a MidiInput. |
| Classes in uk.org.toot.synth that implement MidiInput | |
|---|---|
class |
BasicMidiSynth
A BasicMidiSynth is a MidiSynth with 16 SynthChannels which may be set by the user. |
| Uses of MidiInput in uk.org.toot.synth.synths.multi |
|---|
| Classes in uk.org.toot.synth.synths.multi that implement MidiInput | |
|---|---|
class |
MultiMidiSynth
This class allows each SynthChannel to be externally set. |
| Uses of MidiInput in uk.org.toot.synth.synths.plucked |
|---|
| Classes in uk.org.toot.synth.synths.plucked that implement MidiInput | |
|---|---|
class |
PluckedSynth
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||