creation of i control for tune and xen functions
This commit is contained in:
parent
4439599117
commit
cbf472fe0a
5 changed files with 163 additions and 110 deletions
|
|
@ -394,6 +394,18 @@ export const { source, src } = registerControl('source', 'src');
|
|||
*/
|
||||
// also see https://codeberg.org/uzu/strudel/pulls/63
|
||||
export const { n } = registerControl('n');
|
||||
|
||||
/**
|
||||
* Selects the given degree. Currently used in `xen` and `tune`:
|
||||
*
|
||||
* @name i
|
||||
* @tags tonal
|
||||
* @param {number | Pattern} value
|
||||
* @example
|
||||
* i("0 1 2 3 4 5 6 7").xen("<5edo 10edo 15edo hexany15>")
|
||||
*/
|
||||
export const { i } = registerControl('i');
|
||||
|
||||
/**
|
||||
* Plays the given note name or midi number. A note name consists of
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue