The <midi-channel> element

Parent element: <midi-instrument>

The <midi-channel> element specifies a MIDI 1.0 channel numbers ranging from 1 to 16.

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

Hierarchy

  • MidiChannel

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "midi16";
            type: "label";
            value: {
                max: 16;
                min: 1;
                type: "int";
            };
        };
    }];
    name: "midi-channel";
} = MidiChannel.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "midi16";
                type: "label";
                value: {
                    max: 16;
                    min: 1;
                    type: "int";
                };
            };
        }]
      • Readonly name: "midi-channel"

      Methods

      Generated using TypeDoc