Rename group -> tags
This commit is contained in:
parent
a4d7803d43
commit
5032b4e966
7 changed files with 368 additions and 368 deletions
|
|
@ -80,7 +80,7 @@ reverbGen.generateGraph = function (data, width, height, min, max) {
|
|||
@param {number} lpFreqEndAt
|
||||
@param {!function(!AudioBuffer)} callback May be called
|
||||
immediately within the current execution context, or later.
|
||||
@group effects
|
||||
@tags effects
|
||||
*/
|
||||
var applyGradualLowpass = function (input, lpFreqStart, lpFreqEnd, lpFreqEndAt, callback) {
|
||||
if (lpFreqStart == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue