Skin Scratchwave
      					Skin SDK: The <scratchwave> element
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.
-  colorVocal, colorInstru, colorBeat: The colors of the shape waveform when shapes is selected in options
-  colorNoVocal, colorNoInstru, colorNoBeat: The colors of the shape waveform when shapes selected in options, waveGreyOnKill is enabled, and stems are muted. If not set will be based on the regular colors but darkened.
-  nudge: yes/no/vinylmode - when using the mouse on the waveform will nudge the song instead of scratching
 
Children:
-  <grid mainsize="" phrasesize="" size="" height="" pos="" maincolor="" phrasecolor="" color="" transparency="" mirrored="" background="" backgroundcolor="" mirrored="" backgroundshaded="" shapepos="" shapemirrored=""/>
 Displays the CBG grid on the scratchwave. Parameters:
-  mainsize: The size of the marker for first beat of 4
-  phrasesize: The size of the marker for first beat of 16
-  size: The size of the marker for the remaining 3 beats
-  height: The height of the grid marker. If vertical, then this actually refers to the width.
-  pos: The position offset from the boundary
-  maincolor: The color of the first beat of 4
-  phrasecolor: The color of the first beat of 16
-  color: The color of the remaining 3 beats
-  transparency: The transparency level of the CBG grid (0 to 1)
-  mirrored: If set to yes then the grid markers are mirrored onto the other size of the waveform
-  background: If set to yes then the background of the scratchwave will be shaded according to the beat 
-  backgroundcolor: The color to use for the shading of 'background'. Default is white.
-  backgroundshaded: 
 
Example:
<scratchwave deck="left" orientation="horizontal">
<pos x="10" y="100" width="1900" height="60"/>
<grid mainsize="3" phrasesize="3" size="1" height="10" pos="0" maincolor="#008ce1" phrasecolor="yellow" 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>





