Connexion rapide:  

Forum: Spanish Forum

Sujet Master al 50% al iniciar Virtual DJ Pro

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

Hola

Me gustaría saber si es posible configurar de alguna manera y como, Virtual DJ Pro, para que al iniciarlo, el Master siempre quede al 50% sin tener que hacerlo manualmente siempre que se inicia el software.

Gracias y un cordial saludo
 

Posté Fri 11 Oct 13 @ 4:33 pm
Si es posible solo tienes que editar el XML del skin q usas y agregar, este comando.al final de la línea del xml..
Incluso si usas controlador MIDI entonces lo agregas en el mapper...
y listo... Y asi cada vez que inicié el software siempre el volumen al 50%

<init action="master_volume 50%">

Saludos...
 

Posté Fri 11 Oct 13 @ 5:33 pm
Gracias por contestar tan rapido.
Voy a probar en el skin que uso que está dentro de un ZIP. A ver como consigo editar el XML. No me deja. Podrias expicar como hacerlo y poner un ejemplo de en que linea y posicion iria exactamente con respecto a las ultimas lineas?

2 Decks 1280x1024
C:\Users\Usuario\Documents\VirtualDJ\Skins


Ultimas lineas
.......................................................................................
</button>
<button pannel="scratch" action="deck 2 smart_scratch">
<pos x="672" y="377"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>
<button pannel="scratch" action="deck 2 beatlock">
<pos x="672" y="388"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>

</Skin>


........................................................................


Un cordial saludo
 

Posté Fri 11 Oct 13 @ 9:44 pm
asi tiene tiene que quedar
al final
</button>
<button pannel="scratch" action="deck 2 smart_scratch">
<pos x="672" y="377"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>
<button pannel="scratch" action="deck 2 beatlock">
<pos x="672" y="388"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>

<init action="master_volume 50%">
</Skin>

Saludos

 

Posté Sat 12 Oct 13 @ 12:48 am
Perdón, había entendido que había que ponerlo al final del todo del XML. Pero creo que hay que ponerlo al final del apartado del MASTER. Quedaría así? Cuando voy a seleccionar ese skin me dice error en linea 0 o en XML. Gracias

P.D. Igualmente lo he puesto al final del todo (abajo del todo) del XML como indicas y tampoco.


************************************************************
AUDIO MIXER
************************************************************
--- Crossfader ---
<slider pannel="mixer" action="crossfader" orientation="horizontal" dblclick="crossfader 50%" rightclick="temporary">
<pos x="580" y="365"/>
<size width="123" height="35"/>
<fader>
<pos x="634" y="1465"/>
<size width="15" height="35"/>
</fader>
</slider>
--- Master Volume ---
<slider pannel="nomicmaster" action="master_volume" orientation="round" dblclick="master_volume 100%" rightclick="temporary" visible="force">
<pos x="630" y="150"/>
<size width="20" height="20"/>
<clipmask x="530" y="2419"/>
<up x="45" y="287"/>
<over x="45" y="287"/>
<down x="45" y="287"/>
<fader anglemin="-160" anglemax="+160">
<size width="20" height="20"/>
<mask x="530" y="2379" />
<pos x="528" y="2443" />
</fader>
</slider>
<slider pannel="micmaster" action="master_volume" orientation="round" dblclick="master_volume 100%" rightclick="temporary" visible="force">
<pos x="615" y="150"/>
<size width="20" height="20"/>
<clipmask x="530" y="2419"/>
<up x="45" y="287"/>
<over x="45" y="287"/>
<down x="45" y="287"/>
<fader anglemin="-160" anglemax="+160">
<size width="20" height="20"/>
<mask x="530" y="2379" />
<pos x="528" y="2443" />
</fader>
</slider>
<init action="master_volume 50%">


--- Cue Volume ---
Otras lineas del apartado Cue Volume



 

Posté Sat 12 Oct 13 @ 8:29 am
Si te da el error es porque me faltó algo
Pero aqui esta ya corregido

</button> <button pannel="scratch" action="deck 2 smart_scratch"> <pos x="672" y="377"/> <size width="8" height="10"/> <selected x="405" y="1463"/> <up x="405" y="363"/> <over x="405" y="1963"/> <down x="405" y="1463"/> </button> <button pannel="scratch" action="deck 2 beatlock"> <pos x="672" y="388"/> <size width="8" height="10"/> <selected x="405" y="1463"/> <up x="405" y="363"/> <over x="405" y="1963"/> <down x="405" y="1463"/> </button>

<init action="master_volume 50%"/>
<onit action="master_volume 50%"/>
</Skin>
 

Posté Sat 12 Oct 13 @ 9:42 am
Perfecto. Lo puse al final del todo del XML respetando las lineas en blanco que había. Mil gracias

P.D. En mi caso en el Skin de 2 decks 1280x1024 que es el que uso. He descomprimido en una carpeta el XML del ZIP, lo he modificado, eliminado el original (eliminar fichero del ZIP) y he metido el modificado (añadir fichero al archivo ZIP). Siempre con una copia del ZIP original por si acaso.


----- Beatlock and SmartScratch
<button pannel="scratch" action="deck 1 smart_scratch">
<pos x="604" y="377"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>
<button pannel="scratch" action="deck 1 beatlock">
<pos x="604" y="388"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>
<button pannel="scratch" action="deck 2 smart_scratch">
<pos x="672" y="377"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>
<button pannel="scratch" action="deck 2 beatlock">
<pos x="672" y="388"/>
<size width="8" height="10"/>
<selected x="405" y="1463"/>
<up x="405" y="363"/>
<over x="405" y="1963"/>
<down x="405" y="1463"/>
</button>

<init action="master_volume 50%"/>
<onit action="master_volume 50%"/>
</Skin>


 

Posté Sat 12 Oct 13 @ 12:53 pm
Además he modificado esto para que al hacer doble clic sobre el master se ponga al 50% de nuevo por si lo modifico manualmente y quiero volver al 50% con doble clic. Lo he cambiado en las 2 lineas en que aparecia el 100%. No se que diferencia hay de una linea a la otra, primera y segunda.

Saludos


<slider pannel="nomicmaster" action="master_volume" orientation="round" dblclick="master_volume 50%" rightclick="temporary"

<slider pannel="micmaster" action="master_volume" orientation="round" dblclick="master_volume 50%" rightclick="temporary"




************************************************************
AUDIO MIXER
************************************************************
--- Crossfader ---
<slider pannel="mixer" action="crossfader" orientation="horizontal" dblclick="crossfader 50%" rightclick="temporary">
<pos x="580" y="365"/>
<size width="123" height="35"/>
<fader>
<pos x="634" y="1465"/>
<size width="15" height="35"/>
</fader>
</slider>
--- Master Volume ---
<slider pannel="nomicmaster" action="master_volume" orientation="round" dblclick="master_volume 50%" rightclick="temporary" visible="force">
<pos x="630" y="150"/>
<size width="20" height="20"/>
<clipmask x="530" y="2419"/>
<up x="45" y="287"/>
<over x="45" y="287"/>
<down x="45" y="287"/>
<fader anglemin="-160" anglemax="+160">
<size width="20" height="20"/>
<mask x="530" y="2379" />
<pos x="528" y="2443" />
</fader>
</slider>
<slider pannel="micmaster" action="master_volume" orientation="round" dblclick="master_volume 50%" rightclick="temporary" visible="force">
<pos x="615" y="150"/>
<size width="20" height="20"/>
<clipmask x="530" y="2419"/>
<up x="45" y="287"/>
<over x="45" y="287"/>
<down x="45" y="287"/>
<fader anglemin="-160" anglemax="+160">
<size width="20" height="20"/>
<mask x="530" y="2379" />
<pos x="528" y="2443" />
</fader>
</slider>


--- Cue Volume ---
 

Posté Sat 12 Oct 13 @ 1:20 pm


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