test control doc
This commit is contained in:
parent
a8672ec432
commit
987cc63764
3 changed files with 95 additions and 54 deletions
|
|
@ -8,6 +8,15 @@ import { Pattern, sequence } from './pattern.mjs';
|
|||
|
||||
const controls = {};
|
||||
const generic_params = [
|
||||
/**
|
||||
* Short for sound. Currently only supported with osc / superdirt.
|
||||
*
|
||||
* @name s
|
||||
* @param {string | Pattern} sound The sound / pattern of sounds to pick
|
||||
* @example
|
||||
* s("bd hh").osc()
|
||||
*
|
||||
*/
|
||||
['s', 's', 'sound'],
|
||||
//['s', 'toArg', 'for internal sound routing'],
|
||||
// ["f", "from", "for internal sound routing"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue