need to figure out channels input + seperating left right channels from source
This commit is contained in:
parent
7aa217828b
commit
f0b458cd17
2 changed files with 57 additions and 16 deletions
|
|
@ -381,6 +381,19 @@ const generic_params = [
|
|||
*/
|
||||
['coarse'],
|
||||
|
||||
/**
|
||||
* Allows you to set the output channels on the interface
|
||||
*
|
||||
* @name channels
|
||||
* @synonyms ch
|
||||
*
|
||||
* @param {!Float32Array} channels Array<int>
|
||||
* @example
|
||||
* note("e a d b g").channels([2, 3]).room(1)
|
||||
*
|
||||
*/
|
||||
['channels', 'ch'],
|
||||
|
||||
['phaserrate', 'phasr'], // superdirt only
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue