I have a question...
On my vms 4.1 there is 2 microphone inputs with each its own gain, high, mid & low...
In VDJ there is only 1 mic input...
In my skin xml file i can use mic_volume to control gain, since it's not a slider, but a knop on the controller.
But how about the eq's ?? what code should i use to control those ??
And how do i map the 2nd mic input into vdj ?
if i cant use mic eq in the skin, is it possible to use a linein, as long as I map it correctly in the mapper to the right button on the controller ??
On my vms 4.1 there is 2 microphone inputs with each its own gain, high, mid & low...
In VDJ there is only 1 mic input...
In my skin xml file i can use mic_volume to control gain, since it's not a slider, but a knop on the controller.
But how about the eq's ?? what code should i use to control those ??
And how do i map the 2nd mic input into vdj ?
if i cant use mic eq in the skin, is it possible to use a linein, as long as I map it correctly in the mapper to the right button on the controller ??
Inviato Sat 17 Nov 12 @ 4:57 pm
no one knows ??
another question too.. if i want a button in my skin to show the mic is turn on/off, why does this code not work ??
<button action="mic">
<pos x="655" y="99"/>
<size width="25" height="21"/>
<over x="655" y="868"/>
<selected x="655" y="1186"/>
<down x="655" y="1186"/>
</button>
another question too.. if i want a button in my skin to show the mic is turn on/off, why does this code not work ??
<button action="mic">
<pos x="655" y="99"/>
<size width="25" height="21"/>
<over x="655" y="868"/>
<selected x="655" y="1186"/>
<down x="655" y="1186"/>
</button>
Inviato Sun 18 Nov 12 @ 3:55 pm
The MIC section, (on/off, gain, eq) is hardware, therefore VirtualDJ can not handle them.
If they send midi, you could see them moving on the screen in theory, but there are not any fake_mic actions to use.
In other words, you cant.
If they send midi, you could see them moving on the screen in theory, but there are not any fake_mic actions to use.
In other words, you cant.
Inviato Mon 19 Nov 12 @ 1:30 am