Project

General

Profile

Vol » History » Version 4

Per Amundsen, 12/22/2018 12:41 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 3 Per Amundsen
-m - Sets the Midi player volume.
10
-p - Sets the Mp3 player volume.
11 1 Per Amundsen
-uN - Sets mute setting; 1 = on, 2 = off.
12 3 Per Amundsen
-v - Sets the system master volume.
13
-w - Sets the Wave player volume.
14 1 Per Amundsen
15
*Parameters*
16
17
[volume] - Volume. (0 to 65535)
18
19
*Examples*
20
21
<pre>
22 4 Per Amundsen
; Turn on mute for the system master volume.
23
/vol -vu1
24
25
; Turn off mute for the system master volume.
26 1 Per Amundsen
/vol -vu1
27
</pre>