mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-04 06:12:22 -04:00
need to figure out channels input + seperating left right channels from source
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user