The standard buttons below the pitch slider are pitch bend +5% 500ms. Is there any way I can set other features to be time sensitive and apply there affects over a designated amount of time? for example "Deck 1 filter -50% 500ms"... but that doesnt work so please help.
发表时间 Sat 14 May 11 @ 3:36 pm
Sorry, this is not possible. The action has to be programmed in VirtualDJ to work that way.
However, an action will repeat automatically if assigned to a keyboard shortcut at the repeat rate set in the operating system.
For MIDI buttons, you can use the following:
repeat : repeat the actions every x ms as long as the key is pressed: 'repeat 1000ms & browser_scroll +1' (default is 500ms if no speed is specified. Second parameter can specify a delay before repeating the next time, e.g: repeat 100ms 500ms & effect slider
However, an action will repeat automatically if assigned to a keyboard shortcut at the repeat rate set in the operating system.
For MIDI buttons, you can use the following:
repeat : repeat the actions every x ms as long as the key is pressed: 'repeat 1000ms & browser_scroll +1' (default is 500ms if no speed is specified. Second parameter can specify a delay before repeating the next time, e.g: repeat 100ms 500ms & effect slider
发表时间 Sat 14 May 11 @ 5:59 pm