Home | History | Annotate | Download | only in frontend

Lines Matching full:curve

54  * Audio curve class
97 * Adds curve on the canvas
98 * @param {AudioCurve} audio curve object
107 * Removes curve from the canvas
108 * @param {int} curve index
174 * @param {int} curve index
239 * Draws a channel of a curve
241 * @param {string} curve color
314 var curve = curveBuffer[j];
315 for (var k = 0; k < curve.channel.length; k++) {
316 var fftBuffer = curve.channel[k].fftBuffer;
318 calcIndex(freqList[i - 1], fftBuffer.length, curve.sampleRate);
320 freqList[i], fftBuffer.length, curve.sampleRate);