Se Connecter:     


Forum: VirtualDJ Skins

Sujet: load/unload problem

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Hi guys..

Working on a skin and want the load button to work as unload when holded for 500ms.

so far my button code look like this:

<button class="buttonsmall" action="deck 1 load" query="loaded ? play ? blink : on : off">
<Tooltip>LOAD\nLoad track to deck\nBlinking when track is playing</Tooltip>
<pos x="900-92" y="154"/>
<icon x="414" y="1706" width="26" height="29"/>
</button>

what do i have to add to the first line to make it work ?
 

Posté Wed 14 Dec 16 @ 10:56 pm
action="holding ? deck 1 unload : deck 1 load"
 

nvm
 

btw, not sure if you have that button nested inside some <deck></deck> node, but if you haven't, then the query="..." action should also have deck x in front of loaded and play, otherwise, it would indicate the status of whatever deck is the default.
 

djdad wrote :
btw, not sure if you have that button nested inside some <deck></deck> node, but if you haven't, then the query="..." action should also have deck x in front of loaded and play, otherwise, it would indicate the status of whatever deck is the default.



I have it nested...

Decided to use your multi touch skin as a base for a 4 deck version with 2 mic's routed permanently to 2 decks aswell, to gain use of effects on them.
Also needed all faders for the deck to been shown, no matter what deck is in focus.

So basicly fiddling around with some buttons and other stuff to re-position things to make room, without loosing to much



 



(Les anciens sujets et forums sont automatiquement fermés)