|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParsingBuffer | |
|---|---|
| net.charlesames.music.score | Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. |
| Uses of ParsingBuffer in net.charlesames.music.score |
|---|
| Methods in net.charlesames.music.score with parameters of type ParsingBuffer | |
|---|---|
static TimeSignature |
TimeSignature.parse(ParsingBuffer buffer)
Dereference a TimeSignature from the current position in a parsing buffer. |
static Pitch |
Pitch.parse(ParsingBuffer buffer)
Dereference a Pitch from the current position in a parsing buffer. |
static Neume |
Neume.parse(ParsingBuffer buffer)
Dereference a Neume from the current position in a parsing buffer. |
static LetterName |
LetterName.parse(ParsingBuffer buffer)
Dereference a LetterName from the current position in a parsing buffer. |
static KeySignature |
KeySignature.parse(ParsingBuffer buffer)
Dereference a KeySignature from the current position in a parsing buffer. |
static Inflection |
Inflection.parse(ParsingBuffer buffer)
Dereference an Accidental from the current position in a parsing buffer. |
static HarpPedalling |
HarpPedalling.parse(ParsingBuffer buffer)
Dereference a HarpPedalling from the current position in a parsing buffer. |
static Duration |
Duration.parse(ParsingBuffer buffer)
Dereference a Duration from the current position in a parsing buffer. |
static Degree |
Degree.parse(ParsingBuffer buffer)
Dereference a Degree from the current position in a parsing buffer. |
static Clef |
Clef.parse(ParsingBuffer buffer)
Dereference a Clef from the current position in a parsing buffer. |
static Accidental |
Accidental.parse(ParsingBuffer buffer)
Dereference an Accidental from the current position in a parsing buffer. |
static TimeSignature |
TimeSignature.parse(ParsingBuffer buffer,
Duration unit)
Dereference a TimeSignature from the current position in a parsing buffer, given a known beat unit. |
static int |
Pitch.parseCents(ParsingBuffer buffer)
Parse the cents deviation for a Pitch from the current position in a parsing buffer. |
static Pitch |
Pitch.parseInterval(ParsingBuffer buffer)
Dereference an interval (i.e. |
static Degree |
Degree.parseInterval(ParsingBuffer buffer)
Dereference an interval between degrees from the current position in a parsing buffer. |
static java.lang.String |
Degree.parseIntervalQuality(ParsingBuffer buffer)
Dereference an interval between degrees from the current position in a parsing buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||