|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Content
The requirements of a piece of described auditory content
| Method Summary | |
|---|---|
int |
getType()
Get the type of this Content [i.e., 1 for whole notes, 2 for half notes, etc...] |
boolean |
isDotted()
Is this Content dotted? |
void |
render(javax.sound.midi.MidiChannel channel)
Render this Content on the given MidiChannel |
void |
setAudible(boolean audible)
Set whether this Content is audible or note |
| Method Detail |
|---|
int getType()
boolean isDotted()
void render(javax.sound.midi.MidiChannel channel)
channel - The MIDI channel to usevoid setAudible(boolean audible)
audible - true to make it audible; false otherwise
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||