Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Heads up Sampler counter countdown? Script to insert in Skin?
Hello I'd like to monitor the progress of current triggered sample slot. Is there a VDJ script to insert a counter or progress bar in a custom Skin?
 

Posted Thu 03 Feb 22 @ 6:44 pm
sampler_position
 

Posted Thu 03 Feb 22 @ 6:51 pm
PhantomDeejay wrote :
sampler_position


Thanks so much. How do I get that script to show up on the skin? Can you give me an example of the complete script that I would insert in my skin? I can adjust any height width pos values accordingly.

 

Posted Thu 03 Feb 22 @ 7:08 pm
Never mind I just trialed and erred my way to success!! I used the following code:

<visual type="linear" source="sampler_position" orientation="horizontal">
<pos x="+152" y="+0" />
<size width="64" height="14"/>
<off x="444" y="910"/>
<on x="374" y="910"/>
</visual>
 

Posted Thu 03 Feb 22 @ 8:04 pm