Looking for the music21.instrument.Instrument object? :-)
- Source:
Requires
- module:music21/base
Classes
Methods
-
<static> find(fn, inst) → {music21.instrument.Instrument|undefined}
-
Find information for a given instrument (by filename or name)
and load it into an instrument object.Parameters:
Name Type Argument Description fnstring name or filename of instrument
instmusic21.instrument.Instrument <optional>
instrument object to load into
- Source:
Returns:
- Type
- music21.instrument.Instrument | undefined