The <midi-bank> element

Parent element: <midi-instrument>

The <midi-bank> element specifies a MIDI 1.0 bank number ranging from 1 to 16,384.

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

Hierarchy

  • MidiBank

Implements

Constructors

Properties

attributes: MidiBankAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "midi16384";
            type: "label";
            value: {
                max: 16384;
                min: 1;
                type: "int";
            };
        };
    }];
    name: "midi-bank";
} = MidiBank.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "midi16384";
                type: "label";
                value: {
                    max: 16384;
                    min: 1;
                    type: "int";
                };
            };
        }]
      • Readonly name: "midi-bank"

      Methods

      Generated using TypeDoc