public interface Content
| Modifier and Type | Method and Description |
|---|---|
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.
|
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