JSMidi: Make Music with JavaScript
Contribute to aaronats/jsmidi development by creating an account on GitHub. (more…)
Read more »
In JavaScript, exp() is a function that is used to return e raised to the power of number (which is enumber). Because the exp() function is a static function of the Math object, it must be invoked through the placeholder object called Math.
Read more