ScorePart class

Internal representation of a MusicXML

A

If no MIDI info is found for the part, use the default MIDI channel (0) and default to the Grand Piano program (MIDI Program #1).

Constructors

ScorePart([String id = '', String name = '', int midiChannel = defaultMidiChannel, int midiProgram = defaultMidiProgram])
ScorePart.parse(XmlElement element)
Parse the
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
midiChannel int
final
midiProgram int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited