need to figure out channels input + seperating left right channels from source

This commit is contained in:
Jade Rowland
2023-11-22 00:03:34 -05:00
parent 7aa217828b
commit f0b458cd17
2 changed files with 57 additions and 16 deletions
+13
View File
@@ -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
/**