Add label function documentation
This commit is contained in:
parent
624e540cb4
commit
0d06840a1b
1 changed files with 6 additions and 1 deletions
|
|
@ -867,7 +867,12 @@ const generic_params = [
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
['lsize'],
|
['lsize'],
|
||||||
// label for pianoroll
|
/**
|
||||||
|
* Sets the displayed text for an event on the pianoroll
|
||||||
|
*
|
||||||
|
* @name label
|
||||||
|
* @param {string} label text to display
|
||||||
|
*/
|
||||||
['activeLabel'],
|
['activeLabel'],
|
||||||
[['label', 'activeLabel']],
|
[['label', 'activeLabel']],
|
||||||
// ['lfo'],
|
// ['lfo'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue