|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcaas.midi.messages.MMessage
jcaas.midi.messages.KeySignatureMessage
public class KeySignatureMessage
A class to pass messages for Key Signatures
| Field Summary |
|---|
| Fields inherited from class jcaas.midi.messages.MMessage |
|---|
CHORD_MESSAGE, INSTRUMENT_MESSAGE, KEYSIGNATURE_MESSAGE, NOTECHANGE_MESSAGE, NOTELISTCHANGE_MESSAGE, RYTHM_MESSAGE, STAFFCHANGE_MESSAGE, STAFFPROPERTY_MESSAGE, TEMPO_MESSAGE, TIMESIGNATURE_MESSAGE, VOLUME_MESSAGE |
| Constructor Summary | |
|---|---|
KeySignatureMessage(KeySignature ks)
Standard Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getContents()
A method to return the information carried by this message. |
int |
getType()
A method to determine if the MidiPlayer or the Staff cares about this message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeySignatureMessage(KeySignature ks)
ks - the stored key signature| Method Detail |
|---|
public int getType()
MMessage
getType in class MMessagepublic java.lang.Object getContents()
MMessage
getContents in class MMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||