Project

General

Profile

Vol » History » Version 5

Per Amundsen, 02/16/2023 05:08 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/vol -mpuNvw [volume]*
4
5 3 Per Amundsen
Sets the wave, midi, mp3 player volume or the system master volume.
6 1 Per Amundsen
7
*Switches*
8
9 5 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -m | Sets the Midi player volume. |
12
| -p | Sets the Mp3 player volume. |
13
| -uN | Sets mute setting; 1 = on, 2 = off. |
14
| -v | Sets the system master volume. |
15
| -w | Sets the Wave player volume. |
16 3 Per Amundsen
17
*Parameters*
18 1 Per Amundsen
19 5 Per Amundsen
table(ktable).
20
|*Parameter*|*Description*|
21
| [volume] | Volume. (0 to 65535) |
22 1 Per Amundsen
23
*Examples*
24
25
<pre>
26 4 Per Amundsen
; Turn on mute for the system master volume.
27
/vol -vu1
28
29
; Turn off mute for the system master volume.
30 1 Per Amundsen
/vol -vu1
31
</pre>