I cannot seem to get the sampler manager plug in to work in ver 4. Any suggestions?
- I cannot save current bank. Does not seem to recognise the changes.
- I figure that the dir change is why I cannot load old banks...
TP
- I cannot save current bank. Does not seem to recognise the changes.
- I figure that the dir change is why I cannot load old banks...
TP
geposted Sun 03 Sep 06 @ 3:31 am
No in fact the problem is here:
CRegistry VDJReg(HKEY_LOCAL_MACHINE,"SOFTWARE\VirtualDJ");
now it's in HKEY_CURRENT_USER
CRegistry VDJReg(HKEY_LOCAL_MACHINE,"SOFTWARE\VirtualDJ");
now it's in HKEY_CURRENT_USER
geposted Sun 03 Sep 06 @ 3:52 am
I see. And even kinda understand (change to a multiple user platform). I just don't know what to do about it... I stumbled through the reg edit, but I did not see anything obvious...
TP
TP
geposted Sun 03 Sep 06 @ 3:09 pm
Is there a fix to this yet?
geposted Wed 04 Oct 06 @ 3:56 pm