Can anyone else confirm this bug with midi and VDJ?
Using VDJScript and setting each deck as follows works fine:
Deck 1 pitch_slider
Deck 2 pitch_slider
but adding param_invert causes the "Deck x" part of the script to be ignored. The pitch will always shift on the active deck
Deck 1 param_invert & pitch_slider
Deck 2 param_invert & pitch_slider
It doesn't really affect me as I'm using a definiton.xml file for my controller where I've specified "inverted=true" "deck="x" and it works fine but I thought I'd mention the bug.
Using VDJScript and setting each deck as follows works fine:
Deck 1 pitch_slider
Deck 2 pitch_slider
but adding param_invert causes the "Deck x" part of the script to be ignored. The pitch will always shift on the active deck
Deck 1 param_invert & pitch_slider
Deck 2 param_invert & pitch_slider
It doesn't really affect me as I'm using a definiton.xml file for my controller where I've specified "inverted=true" "deck="x" and it works fine but I thought I'd mention the bug.
发表时间 Mon 10 Aug 09 @ 10:04 am
It's not a bug, you're using VDJScript wrong - you want param_invert & deck 1 pitch_slider ;)
发表时间 Mon 10 Aug 09 @ 1:53 pm
Thanks for this script. Does this means the wiki documentation is incorrect as it states that the command syntax starts with deck or am I just reading it wrong and param_invert is a chained command
[deck [deck]] [sampler [slot] | effect [effectname/slot] | get] verb [param1] [param2] [blink | blinkfast] [while_pressed]
[deck [deck]] [sampler [slot] | effect [effectname/slot] | get] verb [param1] [param2] [blink | blinkfast] [while_pressed]
发表时间 Mon 10 Aug 09 @ 4:07 pm
The "deck" modifier applies to the current command in the chain, not all commands ;)
发表时间 Mon 10 Aug 09 @ 5:09 pm