The <midi-name> element

Parent element: <midi-instrument>

The <midi-name> element corresponds to a ProgramName meta-event within a Standard MIDI File.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/midi-name/

Hierarchy

  • MidiName

Implements

Constructors

Properties

attributes: MidiNameAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "midi-name";
} = MidiName.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "midi-name"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "midi-name";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "midi-name"

      Methods

      Generated using TypeDoc