Se Connecter:     


Forum: VirtualDJ Plugins

Sujet: Xponent Mapper Update... - Page: 8

Cette partie de ce topic est ancien et peut contenir des informations obselètes ou incorrectes

I'm not sure I understand the issue with the sync button. Let me explain the functionality...

Sync: this syncs the tracks
Shift+Sync: this toggles whether beatlock is on or off

If you are enable beatlock, it stays enabled until you turn it off again. You shouldn't need to be repeatedly pressing Shift+Sync, beatlock on VDJ will *automatically* sync continually.

Sync is for when you aren't using beatlock, to bring the beats aligned momentarily.

The Sync button mapping has not changed in any version. This Shift+Sync action didn't exist in previous versions *at all* and the beatlock toggle wasn't available *at all* either.

I'm guessing there is something wrong with the way you are working.

Personally I don't use Sync/Beatlock features at all anyway...

Regards,

Scott
 

madlenm wrote :

Hi Scott,

where i can change user option for example for christmas tree and others you developed. It is not in VDJ options.
Do i need to install both runtime libraries and both installers you recomend?
where i can find GUI ?
sorry, i'm only DJ


You need to install the Microsoft Visual C++ Runtime 2008:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en

You need to ensure the DLL is in your VirtualDJ\Plugins\ControlDevice folder.

To see the options, open VirtualDJ, click on the Effects button at the top of the browser, click on "External Devices", then on xponent.
 

pauljohn wrote :
i used to use sync but now for the same function i need shift + sync.


I've just double checked this:


Mapper v1.02:
case XPONENT_BTN_SYNC:
SyncButton[chan]=(down!=0);
SendAction("sync",channel,NULL,down);
break;

Mapper v1.10:
case XPONENT_BTN_SYNC:
SyncButton[chan]=(down!=0);
if (shift[chan]) {
SendAction("beatlock",channel,NULL,down);
} else {
SendAction("sync",channel,NULL,down);
}
break;


As you can see, the same action applies, unless shift is held.

Are you saying that you constantly toggle beatlock on and off? Looking at the source code, support for beatlock definately wasn't in the previous version, so you couldn't have been doing that. If you are constantly having to toggle beatlock, then you are making things hard for yourself.

Regards,

Scott
 

Hi Scott , thanks 4 the answers . yes i'm sure i'm doing something wrong , i updated 5.1 to 5,2 , m audio drivers framework & runtimes and your 1,02 to 1.10 all this week , probably something went wrong.... my usual performance all left with latency on auto is no longer good with this set up.Do you know if i should uce or not use the Asio Ultra Latency , my pc is dual core 2.4 ghz T8300 ?
I will now study the lock issue to see what i am doing differently from before , will be in touch
Best Regards Paul
 

SBDJ wrote :
madlenm wrote :

Hi Scott,

where i can change user option for example for christmas tree and others you developed. It is not in VDJ options.
Do i need to install both runtime libraries and both installers you recomend?
where i can find GUI ?
sorry, i'm only DJ


You need to install the Microsoft Visual C++ Runtime 2008:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en

You need to ensure the DLL is in your VirtualDJ\Plugins\ControlDevice folder.

To see the options, open VirtualDJ, click on the Effects button at the top of the browser, click on "External Devices", then on xponent.


simple and great, now it is working perfectly /unfortunately with VU LED active during pause.... you already know this
do i need also install C++2005 SP1 runtime too ?
best regards
 

Yup, it's fixed in v1.11 which I'll get out soon :)

No need for the 2005 runtimes for this plugin...

Regards,

Scott
 

Hi Scott , today i've ri installed the C++ runtimes and it seems all is going a better.Obviously i hope that this was the only problem , thanks P.
 

Glad to hear it :)

Regards,

Scott
 

will the PFLs ever work on the xponent with VDJ software as they do with the Torq software?
 

it works for me what are you trying to do
 

i just dont see my PFLs moving when music is playin in VDJ... bothers me
 

Should work in v5.2 with either native or my mapper...?
 

well could someone please send me the newest xponent mapper for 5.2 i can download from VDJ plugins site b/c the file is damaged.. this would be awesome and would help tremendously
 

ok...

so im mixing in VDJ with my xponent... the sound just quits, but the songs are still playing.... just nothing is coming out of my monitors...
i turn the xponent off, restart VDJ, and turn xponent back up.. everything works perfect...

several minutes into mixing again... it does the same thing... sometimes my headphones will still put out sound, and sometimes they wont.. what is going on?
 

The downloads have been fixed.

What platform are you using (Mac/Windows)?

What OS are you using?

What Xponent driver version are you using?

How is your sound set up in VirtualDJ?

Regards,

Scott
 

SBDJ wrote :
The downloads have been fixed.

What platform are you using (Mac/Windows)?

What OS are you using?

What Xponent driver version are you using?

How is your sound set up in VirtualDJ?

Regards,

Scott


Windows Vista Home Premium Build 6000
Xponent Driver 5.10.00.5112v4 (lastest driver download on m-audio site)
VDJ Sound:
Inputs: none
Outputs: Headphones
Sound Card(s): 2 Cards / Sound Card - Line 1/2 (Xpo. Audio) / Second Card - Line 3/4 (Xpo. Audio)
Output Channels: Master: First Card / Headphones: Second Card

i also tried the m-audio asio driver and asio4all too...still did the same thing.. my xponent has been working perfect for months now, so it cant be anything wrong with it.
 

by the way the download is good and loaded perfectly :)
 

I have no idea I'm afraid, I've never had this issue, and no-one has ever reported it to me. I can't see it being a problem with my mapper as I don't interface with the sound at all (purely MIDI control) - so I assume it still does it if you use it without the mapper installed?
 

yes it does....

sometimes, just sooner than others...
 

@ SBDJ
pauljohn wrote :
Hi Scott , listen i have to do some fairly major work on my notebook and would like to have an indication from you if possible on the update that you are working on.
Is it an iminent time scale or a long job.. days or weeks ?
thanks for all your work , a lot of people me included appereciate it , Paul

(This message was write for an error in the Italian forum)
 

46%