forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeepLoudness.lcdoc
More file actions
44 lines (28 loc) · 950 Bytes
/
Copy pathbeepLoudness.lcdoc
File metadata and controls
44 lines (28 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name: beepLoudness
Type: property
Syntax: set the beepLoudness to <level>
Summary:
Sets the volume of the sound played by the <beep> <command>.
Introduced: 1.0
OS: linux
Platforms: desktop, server
Example:
set the beepLoudness to 0
Example:
set the beepLoudness to 50
Example:
put the beepLoudness into storedBeepVolume
Value:
The <beepLoudness> is an <integer> between zero and 100.
Description:
Use the <beepLoudness> <property> to vary the volume of the beep, in
order to increase or decrease its urgency.
Set the <beepLoudness> to -1 to use the <default> system setting.
The <beepLoudness> has no effect on <Mac OS> or <Windows|Windows
systems>, and on some <Unix|Unix systems> which don't allow changing the
beep loudness.
References: beep (command), recordLoudness (function),
property (glossary), Windows (glossary), Unix (glossary),
command (glossary), Mac OS (glossary), default (keyword),
integer (keyword)
Tags: multimedia