MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / timeToInt

Function timeToInt

libraries/p5.sound.js:3001–3005  ·  view source on GitHub ↗
(fft)

Source from the content-addressed store, hash-verified

2999 }
3000 };
3001 var timeToInt = function (fft) {
3002 if (fft.timeDomain instanceof Uint8Array === false) {
3003 fft.timeDomain = new Uint8Array(fft.analyser.frequencyBinCount);
3004 }
3005 };
3006 }(master);
3007 /** Tone.js module by Yotam Mann, MIT License 2016 http://opensource.org/licenses/MIT **/
3008 var Tone_core_Tone;

Callers 1

p5.sound.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected