]> git.tuebingen.mpg.de Git - paraslash.git/blob - play.cmd
799abbfd5600c2711e4f3550fbb1b2e8552adf17
[paraslash.git] / play.cmd
1 BN: play
2 SF: play.c
3 SN: list of commands
4 ---
5 N: info
6 D: Print information about the current file.
7 U: info
8 H: This is the audio file selector info.
9 ---
10 N: play
11 D: Start or resume playing.
12 U: play [<num>]
13 H: Without <num>, starts playing at the current position. Otherwise, the
14 H: corresponding file is loaded and playback is started.
15 ---
16 N: pause
17 D: Stop playing.
18 U: pause
19 H: When paused, it is still possible to jump around in the file via the jmp and ff
20 H: comands.
21 ---
22 N: tasks
23 D: Print list of active tasks.
24 U: tasks
25 H: Mainly useful for debugging.
26 ---
27 N: quit
28 D: Exit para_play.
29 U: quit
30 H: Pressing CTRL+D causes EOF on stdin which also exits para_play.