
107 | P a g e
Description: Sets the pan setting for the target to Value, in decibels (dB). State returns the current pan
setting.
Pan – the Value (dB) to set.
Channel – represents channels A-D using integers from 0-3.
Example:
_adjust_pan(pan double, channel int)[state: (pan double, channel int)]
Description: Modifies the pan setting for the target by Value, in decibels (dB). State returns the current
pan setting.
Pan – the Value (dB) by which the Pan setting will be modified.
Channel – represents channels A-D using integers from 0-3.
Example:
_adjust_volume(double)
Description: Modifies the volume of the target by the supplied Value in decibels (dB).
Example:
_adjust_volume2(double)
Description: Modifies the volume of the target’s second slider by the supplied Value in decibels (dB).
Example:
_mute(bool)[state: (bool)]
Description: Turns Mute on or off for the target. ). State returns the current Mute setting.
Example:
Comentarios a estos manuales