The <midi-unpitched> element

Parent element: <midi-instrument>

For unpitched instruments, the <midi-unpitched> element specifies a MIDI 1.0 note number ranging from 1 to 128. It is usually used with MIDI banks for percussion. Note that MIDI 1.0 note numbers are generally specified from 0 to 127 rather than the 1 to 128 numbering used in this element.

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

Hierarchy

  • MidiUnpitched

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "midi128";
            type: "label";
            value: {
                max: 128;
                min: 1;
                type: "int";
            };
        };
    }];
    name: "midi-unpitched";
} = MidiUnpitched.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "midi128";
              type: "label";
              value: {
                  max: 128;
                  min: 1;
                  type: "int";
              };
          };
      }]
    • Readonly name: "midi-unpitched"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "midi128";
                type: "label";
                value: {
                    max: 128;
                    min: 1;
                    type: "int";
                };
            };
        }];
        name: "midi-unpitched";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "midi128";
                type: "label";
                value: {
                    max: 128;
                    min: 1;
                    type: "int";
                };
            };
        }]
      • Readonly name: "midi-unpitched"

      Methods

      Generated using TypeDoc