|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoteListFormat | |
|---|---|
| net.charlesames.music.ensemble | Classes in package music.ensemble define the structure of scores. |
| Uses of NoteListFormat in net.charlesames.music.ensemble |
|---|
| Methods in net.charlesames.music.ensemble that return NoteListFormat | |
|---|---|
NoteListFormat |
Ensemble.getNoteListFormat()
Get the note-list format. |
static NoteListFormat |
NoteListFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NoteListFormat[] |
NoteListFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.charlesames.music.ensemble with parameters of type NoteListFormat | |
|---|---|
void |
NoteListInstrument.conformToFormat(NoteListFormat oldFormat,
NoteListFormat newFormat)
|
void |
NoteListInstrument.disableParameterEditing(NoteListFormat noteListFormat)
Make format-defined parameters unmodifiable. |
void |
NoteListInstrument.enableParameterEditing(NoteListFormat noteListFormat)
Make format-defined parameters modifiable. |
void |
Ensemble.setNoteListFormat(NoteListFormat noteListFormat)
Set the note-list format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||