Quick Sign In:  

Forum: Old versions

Topic: Mapping a button to a Plugin button

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

DHoudePRO InfinityMember since 2009
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!
 

geposted Mon 05 Nov 12 @ 1:21 pm
djmilaPRO InfinityMember since 2008
example: var '$shift' ? effect 'backspin' active : effect 'beatgrid' active

button on = beatgrid & shift+button on = backspin
 

geposted Mon 05 Nov 12 @ 1:40 pm
SBDJPRO Infinity Member since 2006
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.
 

geposted Tue 06 Nov 12 @ 12:13 am
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%
 

geposted Tue 06 Nov 12 @ 12:55 am
DHoudePRO InfinityMember since 2009
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.
 

geposted Tue 06 Nov 12 @ 1:36 pm
SBDJPRO Infinity Member since 2006
I can add a command for that :)
 

geposted Wed 07 Nov 12 @ 11:04 am


(Alte Themen und Foren werden automatisch geschlossen)