References
Medialon MAS Pro Dante User Manual
p 74 of 88
M516-2 | 2020-05-19
Example:
SETLOOP(12,3).
Send SETLOOP(#,1) to stop the loop, where # is the PlayerIndex.
FADE
Performs a volume fade on the specified Player.
Client sends:
Field
Value
Command
FADE [FA]
PlayerIndex
1 to N
PlayerVolume
Final Volume gain in hundredth of dB (from 0dB to -100dB)
FadeTime
fade time (either timecode or millisecond format)
FadeCurve
1 to 3 (selects from fade curves):
1: Standard Logarithmic Audio Curve
2: Crossfade Curve
3: Linear Curve
Server replies with the same message:
Example:
FADE(4,-1000,3000,1)
SETMONO
Set the Mono/Stereo configuration of the specified Player.
Client sends:
Field
Value
Command
SETMONO [MO]
PlayerIndex
1 to N
MonoMode
1 for mono 0 for stereo
Server replies with the same message:
Example:
SETMONO(8,1).