Namespace: instrument

instrument

music21j -- Javascript reimplementation of Core music21p features.
music21/instrument -- instrument objects

Copyright (c) 2013-16, Michael Scott Cuthbert and cuthbertLab
Based on music21 (=music21p), Copyright (c) 2006–16, Michael Scott Cuthbert and cuthbertLab

Instrument module, see music21.instrument
Looking for the music21.instrument.Instrument object? :-)

Source:

Requires

  • module:music21/base

Classes

Instrument

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
fn string

name or filename of instrument

inst music21.instrument.Instrument <optional>

instrument object to load into

Source:
Returns:
Type
music21.instrument.Instrument | undefined
Music21j, Copyright © 2013-2021 Michael Scott Asato Cuthbert.
Documentation generated by JSDoc 3.6.3 on Wed Jul 31st 2019 using the DocStrap template.