From 8fa7bf795a6760a23defb33ee69c3fd824807298 Mon Sep 17 00:00:00 2001 From: "Alexandre G.-Raymond" Date: Sun, 5 Nov 2023 16:25:10 +0100 Subject: [PATCH] Fix pianoroll documentation --- packages/core/pianoroll.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/pianoroll.mjs b/packages/core/pianoroll.mjs index 2ea5727b..60cab07c 100644 --- a/packages/core/pianoroll.mjs +++ b/packages/core/pianoroll.mjs @@ -77,12 +77,12 @@ Pattern.prototype.pianoroll = function (options = {}) { * @param {string} background hexadecimal or CSS color (defaults to transparent) - color of the background * @param {string} playheadColor hexadecimal or CSS color (defaults to transparent) - color of the line representing the play head * @param {integer} fill 1 (default) or 0 - notes are filled with color (otherwise only the label is displayed) - * @param {boolean} fillActive: false (default) or true - active notes are filled with color + * @param {boolean} fillActive false (default) or true - active notes are filled with color * @param {integer} stroke 0 (default) or 1 - notes are shown with colored borders - * @param {boolean} strokeActive: false (default) or true - active notes are shown with colored borders + * @param {boolean} strokeActive false (default) or true - active notes are shown with colored borders * @param {integer} hideInactive 0 (default) or 1 - only active notes are shown * @param {integer} colorizeInactive 1 (default) or 0 - use note color for inactive notes - * @param {string} fontFamily: defaults to 'monospace' - define the font used by notes labels + * @param {string} fontFamily defaults to 'monospace' - define the font used by notes labels * @param {integer} minMidi integer, defaults to 10 - minimum note value to display on the value axis * @param {integer} maxMidi integer, defaults to 90 - maximum note value to display on the value axis * @param {integer} autorange 0 (default) or 1 - automatically calculate the minMidi and maxMidi parameters