Module Duplex.Applications.PatternCursor
Navigate between lines in the pattern editor.
View the README.md (github)
Functions
__init (VarArg) | Constructor method |
start_app () | inherited from Application |
_build_app () | inherited from Application |
changeLineBy (val) | attempt to change selected line by provided amount |
changeLineTo (val) | attempt to change selected line to specified value |
Functions
- __init (VarArg)
-
Constructor method
Parameters:
- VarArg )
See also:
- start_app ()
-
inherited from Application
Returns:
-
bool or nil
See also:
- _build_app ()
-
inherited from Application
Returns:
-
bool
See also:
- changeLineBy (val)
-
attempt to change selected line by provided amount
Parameters:
- val (int) the relative number of lines to change by
Returns:
-
bool (true when able to set line, false when not)
- changeLineTo (val)
-
attempt to change selected line to specified value
Parameters:
- val (int) the line to set
Returns:
-
bool (true when able to set line, false when not)