VDJPedia

Quick Sign In:  


 Skin Scratchwave

Back to Skin SDK

Skin SDK: The <scratchwave> element


Availability: v8.0 onwards

Displays the scratch waveform.

Parameters:

  • orientation: horizontal or vertical
  • color: The primary color for the waveform. Default: full
  • color2: The secondary color for the waveform. Only used if the primary is not full.

Children:

  • <grid mainsize="" size="" height="" pos="" maincolor="" color="" transparency="" mirrored="" background="" backgroundcolor="" backgroundshaded=""/> v8.2 or later required

    Displays the CBG grid on the scratchwave. Parameters:

  • <cue y="" height=""><text dx="" dy="" size=""/><mask width="" height="" x="" y=""/></cue>
  • <overlay/>

Example:

<scratchwave deck="left" orientation="horizontal">
<pos x="10" y="100" width="1900" height="60"/>
<grid mainsize="3" size="1" height="10" pos="0" maincolor="#008ce1" color="white" transparency="1" mirrored="true" background="yes"/>
<cue y="+0" height="60">
<text dx="10" dy="-3" size="14" />
<mask width="12" height="92" x="942" y="1372"/>
</cue>
</scratchwave>




Back to Skin SDK