Skip to content

Commit

Permalink
tweak pianoroll doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 30, 2024
1 parent e3f5b36 commit fbef1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/draw/pianoroll.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const getValue = (e) => {
};

/**
* Visualises a pattern as a scrolling 'pianoroll', displayed in the background of the editor. To have the pianoroll appear below
* the pattern instead, prefix with `_`, as `_pianoroll()`.
* Visualises a pattern as a scrolling 'pianoroll', displayed in the background of the editor. To show a pianoroll for all running patterns, use `all(pianoroll)`. To have a pianoroll appear below
* a pattern instead, prefix with `_`, e.g.: `sound("bd sd")._pianoroll()`.
*
* @name pianoroll
* @synonyms punchcard
Expand Down

0 comments on commit fbef1d5

Please sign in to comment.