mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
FeedbackDelay getter functions
This commit is contained in:
parent
a5d6ae61dc
commit
49a2a6a37e
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ define(["Tone/core/Tone", "Tone/effect/FeedbackEffect", "Tone/signal/Signal"], f
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @return {number} the delay time
|
||||
*/
|
||||
Tone.FeedbackDelay.prototype.getDelayTime = function(){
|
||||
return this.delayTime.getValue();
|
||||
};
|
||||
|
||||
/**
|
||||
* sets the params in bulk
|
||||
* @param {Object} param
|
||||
|
|
Loading…
Reference in a new issue