|
jlscp v0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MidiDataEvent.Type | |
---|---|
org.linuxsampler.lscp | Provides classes for retrieving information and configuring LinuxSampler instance. |
org.linuxsampler.lscp.event | Provides interfaces and classes for handling events send by LinuxSampler instance. |
Uses of MidiDataEvent.Type in org.linuxsampler.lscp |
---|
Methods in org.linuxsampler.lscp with parameters of type MidiDataEvent.Type | |
---|---|
void |
Client.sendChannelMidiData(int samplerChn,
MidiDataEvent.Type type,
int arg1,
int arg2)
Sends a MIDI event to this sampler channel. |
Uses of MidiDataEvent.Type in org.linuxsampler.lscp.event |
---|
Methods in org.linuxsampler.lscp.event that return MidiDataEvent.Type | |
---|---|
MidiDataEvent.Type |
MidiDataEvent.getType()
|
static MidiDataEvent.Type |
MidiDataEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MidiDataEvent.Type[] |
MidiDataEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.linuxsampler.lscp.event with parameters of type MidiDataEvent.Type | |
---|---|
ChannelMidiDataEvent(java.lang.Object source,
MidiDataEvent.Type type,
int note,
int velocity)
Creates a new instance of ChannelMidiDataEvent |
|
DeviceMidiDataEvent(java.lang.Object source,
MidiDataEvent.Type type,
int note,
int velocity)
Creates a new instance of DeviceMidiDataEvent |
|
MidiDataEvent(java.lang.Object source,
MidiDataEvent.Type type,
int note,
int velocity)
Creates a new instance of MidiDataEvent |
|
jlscp v0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |