public class Tuplet extends NoteCollection
notes| Constructor and Description |
|---|
Tuplet(Note... notes)
Constructor for a tuplet
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Calls the "Tuplet" case of the visitor.
|
java.lang.String |
toString()
String representation of the tuplet:
|
getNotespublic Tuplet(Note... notes)
notes - vararg list of notes that form the tuplet, in order of play.public java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
algo - the visitor being usedparams - vararg list of parameters for the visitorpublic java.lang.String toString()
toString in class java.lang.Object