move color to hap value
This commit is contained in:
parent
5537652497
commit
d036635915
4 changed files with 10 additions and 13 deletions
|
|
@ -1532,6 +1532,14 @@ export const { zdelay } = registerControl('zdelay');
|
|||
export const { tremolo } = registerControl('tremolo');
|
||||
export const { zzfx } = registerControl('zzfx');
|
||||
|
||||
/**
|
||||
* Sets the color of the hap in visualizations like pianoroll or highlighting.
|
||||
* @name color
|
||||
* @synonyms colour
|
||||
* @param {string} color Hexadecimal or CSS color name
|
||||
*/
|
||||
export const { color, colour } = registerControl(['color', 'colour']);
|
||||
|
||||
// TODO: slice / splice https://www.youtube.com/watch?v=hKhPdO0RKDQ&list=PL2lW1zNIIwj3bDkh-Y3LUGDuRcoUigoDs&index=13
|
||||
|
||||
export let createParams = (...names) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue