Merge pull request #784 from ilesinge/document_pianoroll

Document pianoroll
This commit is contained in:
Felix Roos
2023-11-09 08:46:03 +01:00
committed by GitHub
4 changed files with 76 additions and 1 deletions
+3
View File
@@ -2191,6 +2191,9 @@ export const duration = register('duration', function (value, pat) {
/**
* Sets the color of the hap in visualizations like pianoroll or highlighting.
* @name color
* @synonyms colour
* @param {string} color Hexadecimal or CSS color name
*/
// TODO: move this to controls https://github.com/tidalcycles/strudel/issues/288
export const { color, colour } = register(['color', 'colour'], function (color, pat) {