MUSX Document Model
|
Classes in the OthersPool. More...
Classes | |
class | AcciAmountFlats |
Lists the aleration values of each nth flat in a custom key signature. Normally these values are all set to the number of EDO divisions in a chromatic half-step. More... | |
class | AcciAmountSharps |
Lists the aleration values of each nth sharp in a custom key signature. Normally these values are all set to the number of EDO divisions in a chromatic half-step. More... | |
class | AcciOrderFlats |
Lists the order of flats by pitch class index (0..6 = C..B) in a custom key signature. Note that while flats are numbered from 1-7, this table is indexed 0-6. More... | |
class | AcciOrderSharps |
Lists the order of sharps by pitch class index (0..6 = C..B) in a custom key signature. Note that while sharps are numbered from 1-7, this table is indexed 0-6. More... | |
class | ArticulationDef |
Stores the properties and behaviors of articulation definitions. More... | |
class | BeatChartElement |
A single beat chart element from Finale's music spacing system. More... | |
class | ChordSuffixElement |
Represents a single element in a chord suffix (e.g., a symbol like "1" or "+"). More... | |
class | ChordSuffixPlayback |
Represents a list of repeat ending numbers for a RepeatEndingStart instance. More... | |
class | ClefList |
Represents an element in multimeasure clef list with its positioning and percentage values. More... | |
class | Enclosure |
Represents the enclosure settings for text expressions. More... | |
class | FontDefinition |
The name and font characteristics of fonts contained. More... | |
class | Frame |
Represents the attributes of a TGF entry frame. More... | |
class | InstrumentUsed |
An array of InstrumentUsed defines a set of staves in a staff system or in Scroll View. More... | |
class | KeyFormat |
The key format for a custom key signature. More... | |
class | KeyMapArray |
An array of step elements from which one can create a key map. More... | |
class | LayerAttributes |
Represents the attributes of a Finale "layer". More... | |
class | MarkingCategory |
Represents a category of markings used. More... | |
class | MarkingCategoryName |
Represents the name associated with a MarkingCategory. More... | |
class | Measure |
Represents the attributes of a measure. More... | |
class | MeasureExprAssign |
Assigns a TextExpressionDef or ShapeExpressionDef to a measure. More... | |
class | MeasureNumberRegion |
Represents the Measure Number Region with detailed font and enclosure settings for score and part data. More... | |
class | MultimeasureRest |
Represents the attributes of a multimeasure rest in the page layout. More... | |
class | MultiStaffGroupId |
Represents a group ID for a multi-staff setup. More... | |
class | MultiStaffInstrumentGroup |
Represents a group of instruments spanning multiple staves. More... | |
class | MusicRange |
Represents a range of music using measure and EDUs. More... | |
class | NamePositioning |
Contains horizontal and vertical offsets, alignment, and expansion settings for name positioning. More... | |
class | Page |
Represents the attributes of a page in the page layout. More... | |
class | PartDefinition |
Represents the attributes of a Finale "partDef". More... | |
class | PartGlobals |
Represents global values that can vary by part. More... | |
class | RepeatBack |
Represents a repeat-backward marker with positioning and behavior properties. More... | |
class | RepeatEndingStart |
Represents a repeat ending start marker in the document. More... | |
class | RepeatEndingText |
Represents the text associated with a RepeatEndingStart. More... | |
class | RepeatPassList |
Represents a list of repeat ending numbers for a RepeatEndingStart instance. More... | |
class | ShapeData |
Represents the data for instruction associated with a ShapeDef. More... | |
class | ShapeDef |
Represents a shape created in Finale's Shape Designer. More... | |
class | ShapeExpressionDef |
Stores the properties and behaviors of shape expressions. More... | |
class | ShapeInstructionList |
Represents the data for instruction associated with a ShapeDef. More... | |
class | SmartShape |
Represents a Finale smart shape. More... | |
class | SmartShapeMeasureAssign |
Assigns a smart shape or center shape to a measure. More... | |
class | Staff |
Represents the definition of a Finale staff. More... | |
class | StaffComposite |
Represents a composite of an underlying Staff instance with any applicable StaffStyle instances applied. More... | |
class | StaffStyle |
Represents a Finale staff style. More... | |
class | StaffStyleAssign |
Represents an assignment. More... | |
class | StaffSystem |
Represents the attributes of a staff system in the page layout. More... | |
class | TempoChange |
A single tempo change value entered with Finale's Tempo tool. More... | |
class | TextBlock |
Represents the attributes of a Finale "textBlock". More... | |
class | TextExpressionDef |
Stores the properties and behaviors of text expressions. More... | |
class | TextExpressionEnclosure |
The enclosure for a text expression (if it exists) More... | |
class | TextRepeatAssign |
Represents a text repeat assignment with positioning and behavior properties. More... | |
class | TextRepeatDef |
Defines text repeat elements with font styling and justification. More... | |
class | TextRepeatEnclosure |
The enclosure for a text expression (if it exists) More... | |
class | TextRepeatText |
Represents the text associated with a TextRepeatDef. More... | |
class | TimeCompositeLower |
Represents the lower composite time signature array. More... | |
class | TimeCompositeUpper |
Represents the upper composite time signature structure. More... | |
class | TonalCenterFlats |
Maps the number of flats to a tonal center for a linear custom key. If there are zero flats or sharps, do not use this table. Use TonalCenterSharps for zero. If the key has flats, the number is returned as a negative number (-1..-7) from KeySignature::getAlteration. Use the absolute value of that number to index this table. More... | |
class | TonalCenterSharps |
Maps number of sharps (0..7) to a tonal center for a linear custom key. Also maps 0 sharps or flats. For a non-linear key, the first element is the tonal center and the rest are meaningless. More... | |
Classes in the OthersPool.
|
strong |
Specifies the horizontal alignment relative to musical elements for an expression or marking category.
|
strong |
|
strong |
Specifies the playback behavior for the an expression or marking category.
Enumerator | |
---|---|
None | Default value, no playback (the default). |
Tempo | Playback affects tempo. (xml value is "time") |
MidiController | Playback type for MIDI controller commands. |
KeyVelocity | Playback affects key velocity. (xml value is "amplitude") |
Transpose | Playback causes transposition. |
Channel | Playback set the MIDI channel. |
MidiPatchChange | Playback changes the MIDI patch. |
PercussionMidiMap | Playback uses percussion MIDI map. (xml value is "percMidiMap") |
MidiPitchWheel | Playback affects the MIDI pitch wheel. (xml value is "midiPitchwheel") |
ChannelPressure | Playback affects MIDI channel pressure. (xml value is "midiPressure") |
RestrikeKeys | Playback retrikes keys. (xml value is "rekey") |
Dump | Playback is an arbitrary data dump. (Data is in node |
PlayTempoToolChanges | Play changes from Tempo Tool. (xml value is "startTempo") |
IgnoreTempoToolChanges | Ignore changes from Tempo Tool. (xml value is "stopTempo") |
Swing | Playback in swing style. |
SmartPlaybackOn | Turn on smart playback. (xml value is "hpOn") |
SmartPlaybackOff | Turn off smart playback. (xml value is "hpOff") |
|
strong |
Specifies the sequencing style for rehearsal marks.
|
strong |
Enum for the possible values of the <action>
element.
|
strong |
|
strong |
Specifies the vertical alignment relative to musical elements for an expression or marking category.