Can I adjust the quantize number via a skin, also can I toggle auto gain between Auto & Auto+Remember? (from the skin also)
发表时间 Thu 10 Jul 14 @ 7:30 pm
Skins can have <oninit action="..."/>
You can use the action .. setting 'settingname' 'value' to set any option/setting to the value you want, but i would choose to add to the ONINIT of the keyboard (and possibly have several keyboard mappings for different cases), instead of using a specific skin
You can use the action .. setting 'settingname' 'value' to set any option/setting to the value you want, but i would choose to add to the ONINIT of the keyboard (and possibly have several keyboard mappings for different cases), instead of using a specific skin
发表时间 Thu 10 Jul 14 @ 8:36 pm
Thanks for the reply.
I don't really follow you, are you saying that you can't change via the skin nor from a keyboard command, but with the ONINT it can set something once and hence if I wanted the setting changed on the fly I would need to load a variation of the skin/keyboard with the ONINT that I wanted.
If that is the case keyboard sounds much preferable, (and it will save me a lot of pain with my prototype mapping)
How would I change a keyboard mapping via a command?
I don't really follow you, are you saying that you can't change via the skin nor from a keyboard command, but with the ONINT it can set something once and hence if I wanted the setting changed on the fly I would need to load a variation of the skin/keyboard with the ONINT that I wanted.
If that is the case keyboard sounds much preferable, (and it will save me a lot of pain with my prototype mapping)
How would I change a keyboard mapping via a command?
发表时间 Fri 11 Jul 14 @ 5:35 am
My skin can change the quantize option on the fly (as well as Altern8 by DjTouchDan),
You just have to click on the VDJ logo !
You just have to click on the VDJ logo !
发表时间 Fri 11 Jul 14 @ 5:56 am
But buy VirtualDJ first, please don't tease me fruit :-)
How is it done via this ONINT method or just command? I'd ask Dan but a for some reason writing about skinning seems to take him ages. (*pokes dan*)
How is it done via this ONINT method or just command? I'd ask Dan but a for some reason writing about skinning seems to take him ages. (*pokes dan*)
发表时间 Fri 11 Jul 14 @ 6:25 am
That is up to you friend.
I see you already know what to do...
I see you already know what to do...
发表时间 Fri 11 Jul 14 @ 6:31 am
locodog wrote :
But buy VirtualDJ first, please don't tease me fruit :-)
How is it done via this ONINT method or just command? I'd ask Dan but a for some reason writing about skinning seems to take him ages. (*pokes dan*)
How is it done via this ONINT method or just command? I'd ask Dan but a for some reason writing about skinning seems to take him ages. (*pokes dan*)
Lol - i started a new full time job 2 weeks ago so that has consumed most of my time of late. Once i'm settled in and in a routine it should be easier.
The Wiki is almost complete - just making some minor changes. Good things come to those who wait ;-)
发表时间 Fri 11 Jul 14 @ 8:39 am
Well I had a crack at just the command via keyboard script and for quantize, it worked no problem, so I don't really understand what the Onint business was about.
Just for a bit of closure (since it was brought up here)
How would I switch keyboard mappings via script?
Just for a bit of closure (since it was brought up here)
How would I switch keyboard mappings via script?
发表时间 Fri 11 Jul 14 @ 12:19 pm
ONINIT is used if you wish something to apply/set on launch. If you just wish to use an action by clicking on a button/key , then of course there is no need to use that.
There is no action to switch a mapping. You can only do that manually from the Config->Controlelrs tab
There is no action to switch a mapping. You can only do that manually from the Config->Controlelrs tab
发表时间 Fri 11 Jul 14 @ 7:03 pm
Thanks for that,
发表时间 Sat 12 Jul 14 @ 2:27 am