Members
-
<constant> layout
-
Does not work yet, so not documented
- Source:
-
<constant> recorderWorkerJs
-
This code does NOT go through babel, so no arrow functions, let, const, etc.
- Source:
-
<constant> unpickler
-
fromPython module -- see
music21.fromPython- Source:
-
warnBanner
-
Should we warn about obsolete web browsers? default Yes.
- Source:
Methods
-
getM21attribute()
-
Get an attribute from the script tag that invokes music21 via its data-main
attribute.E.g. if you invoked music21 with:
then "getM21attribute('quiet')" would return "2".
- Source:
-
midiNumDiffFromFrequency(frequency) → {Array.<Int>}
-
Parameters:
Name Type Description frequencyNumber - Source:
Returns:
[miniNumber, centsOff]
- Type
- Array.<Int>