Function

Playbacks.SetPlaybackLevel

Single Playbacks.SetPlaybackLevel(Handle srcHandle, LevelAdjust level)
API https://api.avolites.com/12.0/Playbacks.SetPlaybackLevel.html
description Sets the level of a playback.
namespace Playbacks
parameter srcHandle ( Handle ) : The playback handle.
level ( Leveladjust ) : The level.
return value Single tba - the API states that this returns a single but I have no idea what this value might be useful for.
Example in

Cuelist - Set Me At Full:

  <step>Playbacks.SetPlaybackLevel(this, level:1)</step>

In this cuelist macro this refers to the cuelist which is set to full with level:1.

Also used in
Remarks