Algosim documentation: PercussionInstrumentInfo

PercussionInstrumentInfo

Returns information about a MIDI percussion instrument.

Syntax

Description

If i is the name of a MIDI percussion instrument as a string, or a MIDI percussion instrument number between 35 and 81, then PercussionInstrumentInfo(i) returns a structure containing data about this instrument.

Examples

PercussionInstrumentInfo("Acoustic Bass Drum")
InstrumentFamily: Percussion channel instrument
InstrumentName: Acoustic Bass Drum
IsPercussionChannel: true
NoteNumber: 35

See also