Ingresar:     


Forum: Old versions

Tópico: Mapping a button to a Plugin button

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

I was wondering if there is a way to map a a Key sequence to a button in a Plugin? I can get to the Plug in page I need, I just want to directly press a button on a specific plugin.

Thanks in advance!
 

Mensajes Mon 05 Nov 12 @ 1:21 pm
example: var '$shift' ? effect 'backspin' active : effect 'beatgrid' active

button on = beatgrid & shift+button on = backspin
 

I don't think that is what he means. You can simply do this for audio effects:

effect 'overloop' button 2

For video effects it is:

video_fx_select 'SlideShow' & video_fx_button 1

Video Transitions are the same principle, using video_transition instead of video_fx.

'Other' plugins cannot be done programatically, however some plugin authors implement a VDJScript variable you can set to simulate a button press.
 

also if it's a VST the buttons are all mapped with "effect slider" eg

button up
- effect "effect_name" slider 10 0%
button down - effect "effect_name" slider 10 100%

toggling is done with

effect "effect_name" slider 10 0% ? effect "effect_name" slider 10 100% : effect "effect_name" slider 10 0%

and momentary is

down ? effect "effect_name" slider 10 100% : effect "effect_name" slider 10 0%
 

Sorry I sent you guys on a wild goose chase, Scott is right, I was asking about plugins on the "Others" page.



Thanks for all the great advice! Computer was packed or I would have sent a screen shot.
 

I can add a command for that :)
 



(Los tópicos y foros antiguos son automáticamente cerrados)