diff options
author | David Robillard <d@drobilla.net> | 2018-09-22 23:39:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-22 23:40:25 +0200 |
commit | d776345e62907ca6e78e325f6f02200f21c82497 (patch) | |
tree | a08b7b7a8487ba5f247f25d13a0137ae3f61b3d8 /doc/jalv.1 | |
parent | b563d13933bc0e52b576f9426c897d359e46c8be (diff) | |
download | jalv-d776345e62907ca6e78e325f6f02200f21c82497.tar.gz jalv-d776345e62907ca6e78e325f6f02200f21c82497.tar.bz2 jalv-d776345e62907ca6e78e325f6f02200f21c82497.zip |
Document command syntax in man page
Diffstat (limited to 'doc/jalv.1')
-rw-r--r-- | doc/jalv.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -58,6 +58,19 @@ UUID for Jack session restoration. \fB\-x\fR Use only exact Jack client name, and exit if it is taken +.SH COMMANDS + +The Jalv prompt supports several commands for interactive control: + + \fBhelp\fR Display help message + \fBcontrols\fR Print settable control values + \fBmonitors\fR Print output control values + \fBpresets\fR Print available presets + \fBpreset URI\fR Set preset + \fBset INDEX VALUE\fR Set control value by port index + \fBset SYMBOL VALUE\fR Set control value by symbol + \fBSYMBOL = VALUE\fR Set control value by symbol + .SH "SEE ALSO" .BR jalv.gtk(1), .BR jalv.gtkmm(1), |