|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.midi.core.DefaultMidiOutput
uk.org.toot.midi.core.channel.ChannelWriteMidiOutput
public class ChannelWriteMidiOutput
This implementation class is intended to be used by a Midi controller, such as a virtual keyboard or neck controller. It allows writing Midi channel messages with a rich channel-based write API.
Constructor Summary | |
---|---|
ChannelWriteMidiOutput(java.lang.String name)
|
Method Summary | |
---|---|
MidiChannelWriter |
getChannelWriter(int chan)
Return a MidiChannelWriter for the specified channel index. |
Methods inherited from class uk.org.toot.midi.core.DefaultMidiOutput |
---|
addConnectionTo, getConnectionCount, getName, removeConnectionTo, setName, toString, transport |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelWriteMidiOutput(java.lang.String name)
Method Detail |
---|
public MidiChannelWriter getChannelWriter(int chan)
MidiChannelWriterProvider
getChannelWriter
in interface MidiChannelWriterProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |