first draft of soundMap to register keys for s
+ refactor sampler to use it + refactor synth to use it + add 'source' control + wip: samples tab + wip: webadirt ? + wip: soundfonts
This commit is contained in:
parent
da11069f75
commit
6059c69995
10 changed files with 244 additions and 234 deletions
|
|
@ -23,6 +23,15 @@ const generic_params = [
|
|||
*
|
||||
*/
|
||||
[['s', 'n', 'gain'], 'sound'],
|
||||
/**
|
||||
* Define a custom webaudio node to use as a sound source.
|
||||
*
|
||||
* @name source
|
||||
* @param {function} getSource
|
||||
* @synonyms src
|
||||
*
|
||||
*/
|
||||
['source', 'src'],
|
||||
/**
|
||||
* Selects the given index from the sample map.
|
||||
* Numbers too high will wrap around.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue