Document wordfall
This commit is contained in:
parent
d25851ac17
commit
1b0427e943
1 changed files with 6 additions and 0 deletions
|
|
@ -262,6 +262,12 @@ Pattern.prototype.punchcard = function (options) {
|
|||
);
|
||||
};
|
||||
|
||||
/**
|
||||
* Displays a vertical pianoroll with event labels.
|
||||
* Supports all the same options as pianoroll.
|
||||
*
|
||||
* @name wordfall
|
||||
*/
|
||||
Pattern.prototype.wordfall = function (options) {
|
||||
return this.punchcard({ vertical: 1, labels: 1, stroke: 0, fillActive: 1, active: 'white', ...options });
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue