|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.MidiDataEvent
public class MidiDataEvent
A semantic event which indicates that MIDI data has arrived.
| Nested Class Summary | |
|---|---|
static class |
MidiDataEvent.Type
|
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
MidiDataEvent(java.lang.Object source,
MidiDataEvent.Type type,
int note,
int velocity)
Creates a new instance of MidiDataEvent |
|
| Method Summary | |
|---|---|
int |
getNote()
|
MidiDataEvent.Type |
getType()
|
int |
getVelocity()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MidiDataEvent(java.lang.Object source,
MidiDataEvent.Type type,
int note,
int velocity)
MidiDataEvent
| Method Detail |
|---|
public MidiDataEvent.Type getType()
public int getNote()
public int getVelocity()
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||