Tag crossfade as internals
This commit is contained in:
parent
2483c673a4
commit
7e4cbefc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function applyGainCurve(val) {
|
|||
* @param {number} a - Signal A (can be a single value or an array value in buffer processing).
|
||||
* @param {number} b - Signal B (can be a single value or an array value in buffer processing).
|
||||
* @param {number} m - Crossfade parameter (0.0 = all A, 1.0 = all B, 0.5 = equal mix).
|
||||
* @noAutocomplete
|
||||
* @tags internals
|
||||
* @returns {number} Crossfaded output value.
|
||||
*/
|
||||
function crossfade(a, b, m) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue