I'd like the CUE buttons on my MK2 to correspond to loop lengths of 8, 16 & 32 instead of 1, 2 & 4. Should I achieve this by changing the parameters in the Keyboard Shortcuts section of VDJ or by remapping the MK2 in some way?
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
Mensajes Wed 23 Nov 05 @ 6:24 pm
the console can be remapped by plugins.
Users can make their own plugins, look here :
http://www.virtualdj.com/support/developers/controllers.html
If you dont know how to code in C++, other users are making plugins for MK2 now, so if u wait a little bit, it will be available :)
Users can make their own plugins, look here :
http://www.virtualdj.com/support/developers/controllers.html
If you dont know how to code in C++, other users are making plugins for MK2 now, so if u wait a little bit, it will be available :)
Mensajes Wed 23 Nov 05 @ 7:22 pm
Ok I'm up for that. The DMC1 and DAC3 have sample .cpp files which sort of show the default functionality - is there something similar for the DJC? If not I guess I'll just have to *HACK*.
Should I use the VdjDspWizard.exe as my start point (seems to be geared towards sound plug-ins not controller plug-ins???).
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
Should I use the VdjDspWizard.exe as my start point (seems to be geared towards sound plug-ins not controller plug-ins???).
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
Mensajes Thu 24 Nov 05 @ 12:34 pm
http://www.virtualdj.com/support/developers/djcmapper.html
no need for hacking ;)
no need for hacking ;)
Mensajes Thu 24 Nov 05 @ 12:49 pm
Thanks, but unless I'm being dumb that's just the header file. I just wanted to see an actual implementation of the IDJCMapper e.g. a .CPP file like this one for DAC3 http://www.virtualdj.com/support/developers/dac3defaultmapper.html which shows me what happens when the various events trigger (OnButton, OnSlider, OnTimer)...
S1GUE
S1GUE
Mensajes Thu 24 Nov 05 @ 1:05 pm
i see what you mean, but there isn't a default mapper for Console... maybe thats why its not there..
maybe dev team can make a sample one... I'll ask
maybe dev team can make a sample one... I'll ask
Mensajes Thu 24 Nov 05 @ 1:49 pm
One more question - is support for a remapper plug-in only available with Version 3.2?
ADDENDUM:
Question answered - just seen this post:
http://www.virtualdj.com/forums/42705/Hardware_Technical_Support/DJ_Console_MK2_Key_Remap.html
S1GUE
ADDENDUM:
Question answered - just seen this post:
http://www.virtualdj.com/forums/42705/Hardware_Technical_Support/DJ_Console_MK2_Key_Remap.html
S1GUE
Mensajes Thu 24 Nov 05 @ 3:13 pm
djcel is currently working on a c++ implementation for the mk2 mapper. hopefully we'll see it soon!
Mensajes Thu 24 Nov 05 @ 3:40 pm
Ok, looks like I've got a stubbed out version working quite nicely (it effectively disables all MK2 controls... ;-) ) so I guess I should be able to knock up a fully functional version a bit later today.
I'll post the code if I get it going...
Thanks for all your help!
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
I'll post the code if I get it going...
Thanks for all your help!
S1GUE
http://www.ataribaby.com
http://www.sputnikworld.net
Mensajes Thu 24 Nov 05 @ 4:17 pm
best of luck ;)
And contact Dj Cel, he got his working pretty well... and can help you out probably ;)
And contact Dj Cel, he got his working pretty well... and can help you out probably ;)
Mensajes Thu 24 Nov 05 @ 8:47 pm
http://www.virtualdj.com/forums/43065/Bugs_report/Cue_Point_Bug.html
I think there is a bug on the standard 3.2 version about the cue button on MK2, probably work correctly only with the .DLL for remap, but where is? DJcel please share this DLL.
I think there is a bug on the standard 3.2 version about the cue button on MK2, probably work correctly only with the .DLL for remap, but where is? DJcel please share this DLL.
Mensajes Fri 25 Nov 05 @ 4:44 pm
hello S1GUE, i am trying to do the same thing!! but a little bit different: I would use loop button 1 on the console to set the loop to 4 or 8 beats, then the other two buttons as a + and - loop modifier.
USAGE:
let's say you find a good cue point: you would press the loop button 1, and that would set the loop to 8 beats. If you press the console loop button #2, that would divide by 2: you would get a loop of 4 beats. Click it again, and the loop goes to 1 beat, then half, then 1/4.... This has the bonus that it can be used as an effect!!
On the other hand, if you press loop button #3, you would get 16 beats, then 32, then 64....
I think it could be very useful!
Please please please post the progress of your mapping project, I am sure that there is a lot of people that want this too!!
USAGE:
let's say you find a good cue point: you would press the loop button 1, and that would set the loop to 8 beats. If you press the console loop button #2, that would divide by 2: you would get a loop of 4 beats. Click it again, and the loop goes to 1 beat, then half, then 1/4.... This has the bonus that it can be used as an effect!!
On the other hand, if you press loop button #3, you would get 16 beats, then 32, then 64....
I think it could be very useful!
Please please please post the progress of your mapping project, I am sure that there is a lot of people that want this too!!
Mensajes Fri 25 Nov 05 @ 8:23 pm
My source code is here:
http://www.virtualdj.com/addons/view.html?type=sound%20effect%20source%20code
I'm going to try to decrease the level to "professional edition user" ;-)
http://www.virtualdj.com/addons/view.html?type=sound%20effect%20source%20code
I'm going to try to decrease the level to "professional edition user" ;-)
Mensajes Sun 27 Nov 05 @ 10:47 pm
I have just uploaded my djcmapper.dll on the web site in audio plugins
Mensajes Tue 29 Nov 05 @ 10:46 pm
hello to all pleasure kinzo they are Italian (sardegna):)i cue also in mine mk2 go badly posizionano I do not have the same problem of S1GUE what I can make? perhaps with the plugin mapper possso to even resolve? who could send the DLL to me? thanks to all excused my English:)
Mensajes Thu 15 Dec 05 @ 3:40 am
Sorry but the djconsole mapper is only available for the professional edition users. even if we sent it to you it wouldn't work because the mapper doesn't work on the djconsole edition.
you can have a reduction on VDJ's price here: http://www.virtualdj.com/purchase/discount.html
you can have a reduction on VDJ's price here: http://www.virtualdj.com/purchase/discount.html
Mensajes Thu 15 Dec 05 @ 1:34 pm