20 lines
504 B
HTML
20 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetChannelDistance [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function SetChannelDistance(channel, dist_value) </h2></p>
|
|
<p>
|
|
Set a volume adjustment effect due to distance. distance must be a value between 0 and 255. Returns 0 on error.
|
|
</p>
|
|
<p>
|
|
NOTE: Setting distance to 0 will cancel the effect
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |