Anmelden:     


Forum: General Discussion

Topic: My work with VDJ and the Launchpad

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

thats great
 

geposted Tue 10 Jan 12 @ 3:10 pm
can you help me?

when i in the play mode (t3) i want to have 4 cue points for deck left und 4 for deck right...
deck left = R1 - R4 = hot_cue 1 - hot_cue 4 LED red
deck right = R5 - R8 = hot_cue 1 - hot_cue 4 LED green

thx DJ D-RoCk
 

taitgeordie wrote :
Cheers


Do not post links to external download sites for sharing. Your post has been moderated.

If you would like to share your work, you can use our download area to upload the mapping files for the VirtualDJ community.





 

If VirtualDJ is going to be exclusive about users sharing work which improves the functionality of their software, I will share it elsewhere. What I posted had value, but it is not ready to go for the average user. It is tailored specifically for my use, and honestly may contain bugs - but it is adaptable and polishable by a motivated user. I posted it here, as opposed to uploading it, because what I described is not something which belongs in the download section. It is a rough draft which must be completed by the end user in a way which suits their style and setup. The skeleton program I posted is a topic for discussion, as it (again, with work) can be applied to any controller. As your download section does not appear to facilitate any discussion, I decided to use the forum you provided. Because of your unfortunate sharing policy, though, you felt you needed to remove not only the offending links, but the entire post, and thus any opportunity for discussion of the topic. Why should the only source for community material be hosted at virtualdj.com?
 

@Djdrock:

For R-1, for example:

Button action - var "$lpmode" 2 ? deck left hot_cue 1 : nothing

(this means when mode is 2, act as hot cue 1, and do nothing otherwise)

Red LED action - var "$lpmode" 2 ? deck left hot_cue 1 ? on : off : off

(red led for R-1 is on when mode is 2 and hot cue 1 exists, off otherwise)


For R-5, for example:

Button action - var "$lpmode" 2 ? deck right hot_cue 1 : nothing

Green LED action - var "$lpmode" 2 ? deck right hot_cue 1 ? on : off : off


(you know the lpmode for that page is 2, because for the T-3 control you see set "$lpmode" 2 under button action)


If there is already an action for that button or LED, you can add this action at the end. For a button, replace the "nothing" at the end with your action. For an LED, replace the "off" at the end.
 

Its a decision made by Atomix and in fairness off site content cannot be verified and is not tested by Atomix so there is a risk in allowing this.
 

thx
 



(Alte Themen und Foren werden automatisch geschlossen)