|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPhrase | |
---|---|
music |
Uses of IPhrase in music |
---|
Subinterfaces of IPhrase in music | |
---|---|
interface |
INote
Note interface for Notes and collections of Notes. |
interface |
ISeqList
Interface for sequence lists. |
Classes in music that implement IPhrase | |
---|---|
class |
Chord
A collection of notes that make up a Chord. |
class |
Header
An abc Header. |
class |
MTSeqList
An empty sequence list. |
class |
NESeqList
A non-empty sequence list. |
class |
Note
Basic class representing musical Notes. |
class |
NoteCollection
A collection of multiple notes |
class |
Triplet
A musical triplet. |
class |
Tuplet
|
Fields in music declared as IPhrase | |
---|---|
private IPhrase |
NESeqList._first
|
Methods in music that return IPhrase | |
---|---|
IPhrase |
NESeqList.getFirst()
|
Methods in music with parameters of type IPhrase | |
---|---|
java.lang.Object |
IPhraseVisitorCmd.apply(java.lang.String id,
IPhrase host,
java.lang.Object... params)
|
java.lang.Object |
IPhraseVisitor.caseAt(java.lang.String id,
IPhrase host,
java.lang.Object... params)
|
java.lang.Object |
APhraseVisitor.caseAt(java.lang.String id,
IPhrase host,
java.lang.Object... params)
|
Constructors in music with parameters of type IPhrase | |
---|---|
NESeqList(IPhrase first,
ISeqList rest)
Cons an IPhrase to a Sequence List. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |