@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias InstrumentProfileCommon

    Fields every instrument profile carries, whatever its family.

    type InstrumentProfileCommon = {
        name: string;
        articulations: readonly Articulation[];
        polyphony: number;
    }
    Index
    name: string

    Instrument name, for issue messages and for the caller's own display.

    articulations: readonly Articulation[]

    Techniques this instrument can produce; anything else it cannot play.

    polyphony: number

    Greatest number of notes that can sound at once.