test control doc

This commit is contained in:
Felix Roos 2022-05-21 22:51:56 +02:00
parent a8672ec432
commit 987cc63764
3 changed files with 95 additions and 54 deletions

View file

@ -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"),