Se Connecter:     


Forum: General Discussion

Sujet: settings

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

how can I set virtualdj pro to recognize my settings? for example I would like my skin to start with volume at 75%, my bass, mid, and treble at 25% - how can I do this?
 

Posté Tue 15 Jan 13 @ 6:51 am
Add a line at the bottom of your chosen skin XML (but before </Skin>) as follows:

<INIT action="........"/>

With the text for example as follows: deck left level 80% & deck right level 80% & deck left eq_high 75% & deck left eq_low 60% & deck right eq_high 75% & deck right eq_low 60% & deck left eq_mid 35% & deck right eq_mid 35%

Just use the & to chain commands together.

If you have a controller you can add a mapping for ONINIT and everytime you start VDJ with the controller plugged in it will set accordingly.

Keith
 

any reason in particular the INIT line would have to be at the bottom?
 

Just guessing: You are using actions like "deck left" or "eq_mid" and maybe if you put INIT at the top of your skin file the decks aren't instantiated yet and your script would fail since the XML file is processed top-down.
 



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