noteDuration property
Note duration determines for how long a note plays, in milliseconds.
It only affects instruments that are able to play
continuous sustained notes. Examples of these instruments
from the presets include flute
, saxophone
, trumpet
,
sawsynth
, wobble
, basic1
, basic2
, sine
,
sineGlide
, triangle
, square
, sawtooth
, noise
,
filteredNoise
, and wind
.
Can be set to a fixed value, a prop to map to, a function, or a mapping object.
API Docs: https://api.highcharts.com/highcharts/sonification.defaultInstrumentOptions.mapping.noteDuration
Implementation
HighchartsSonificationDefaultInstrumentMappingNoteDurationOptions?
noteDuration;