|
bool | Ms::graceNotesMerged (Chord *chord) |
|
const Drumset * | Ms::getDrumset (const Chord *chord) |
|
void | Ms::renderTremolo (Chord *chord, QList< NoteEventList > &ell) |
|
void | Ms::renderArpeggio (Chord *chord, QList< NoteEventList > &ell) |
|
int | Ms::convertLine (int lineL2, ClefType clefL, ClefType clefR) |
|
int | Ms::convertLine (int lineL2, Note *noteL, Note *noteR) |
|
int | Ms::articulationExcursion (Note *noteL, Note *noteR, int deltastep) |
|
int | Ms::totalTiedNoteTicks (Note *note) |
|
bool | Ms::renderNoteArticulation (NoteEventList *events, Note *note, bool chromatic, int requestedTicksPerNote, const vector< int > &prefix, const vector< int > &body, bool repeatp, bool sustainp, const vector< int > &suffix, int fastestFreq=64, int slowestFreq=8) |
|
bool | Ms::renderNoteArticulation (NoteEventList *events, Note *note, bool chromatic, SymId articulationType, MScore::OrnamentStyle ornamentStyle) |
|
bool | Ms::renderNoteArticulation (NoteEventList *events, Note *note, bool chromatic, Trill::Type trillType, MScore::OrnamentStyle ornamentStyle) |
|
bool | Ms::noteHasGlissando (Note *note) |
|
void | Ms::renderGlissando (NoteEventList *events, Note *notestart) |
|
Trill * | Ms::findFirstTrill (Chord *chord) |
|
void | Ms::renderChordArticulation (Chord *chord, QList< NoteEventList > &ell, int &gateTime) |
|
render score into event list