The <instrument-sound> element

Parent elements: <instrument-change>, <score-instrument>

The <instrument-sound> element describes the default timbre of the <score-instrument>. This description is independent of a particular virtual or MIDI instrument specification and allows playback to be shared more easily between applications and libraries.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/instrument-sound/

Hierarchy

  • InstrumentSound

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "instrument-sound";
} = InstrumentSound.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc