Connexion rapide:  

Forum: General Discussion

Sujet Script Help

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

if i have a chain of commands that i want using "&" in a script...that i want to execute while being pressed..do i have to include 'momentarily' after each segment in the chain??? or is there a way to include all the commands and then encompass all with one calling of the 'momentarily'
 

Posté Mon 22 Jun 20 @ 2:52 am
locoDogPRO InfinityModeratorMember since 2013
you could query
down ? THING WHILE DOWN : THING WHEN RELEASED

depends on what you're doing really
 

Posté Mon 22 Jun 20 @ 3:01 am
can slip mode work in this way...temporarily????

i want this script to work in slip

down ? deck 1 effect_active "KeyLoopUp" on & deck 1 goto +0.125 momentarily & deck 1 loop_back on & deck 1 loop 0.125 & gain -15% momentarily : deck 1 effect_active "KeyLoopUp" off & deck 1 loop_back off & deck 1 loop_exit & deck 1 goto -0.125 & gain +15%
 

Posté Mon 22 Jun 20 @ 3:02 am
locoDogPRO InfinityModeratorMember since 2013
down ? deck 1 effect_active "KeyLoopUp" on & deck 1 goto +0.125 & deck 1 loop_back on & slip_mode on & deck 1 loop 0.125 & gain -15% : deck 1 effect_active "KeyLoopUp" off & deck 1 loop_back off & deck 1 loop_exit & slip_mode off & deck 1 goto -0.125 & gain +15%
 

Posté Mon 22 Jun 20 @ 4:12 am
I tried that already..and it doesn't work correctly as the goto + part keeps on going..it should be a one time forward thrust....
If u have time..can u plug in the script and see if u can find a solution...
U will realize it is sort of a backspin...but I want it to be in slip mode...weirdly if I manually click the slip mode in the skin and apply my script without slip inserts..it works as it should....
 

Posté Mon 22 Jun 20 @ 4:45 am
locoDogPRO InfinityModeratorMember since 2013
deck 1 goto +0.125 & down ? deck 1 effect_active "KeyLoopUp" on & deck 1 loop_back on & slip_mode on & deck 1 loop 0.125 & gain -15% : deck 1 effect_active "KeyLoopUp" off & deck 1 loop_back off & deck 1 loop_exit & slip_mode off & deck 1 goto -0.125 & gain +15%
 

Posté Mon 22 Jun 20 @ 4:52 am
Lol...still doesn't work...I added 'momentarily' after the goto command which stops it from going forward continuously...but although slip seems activated..it doesn't have effect
 

Posté Mon 22 Jun 20 @ 5:12 am
after a few hours i have finally got it..had to tweak some values etc..but this acheives my purpose...

deck 1 slip momentarily & down ? deck 1 goto +0.15 momentarily & deck 1 loop_back on & deck 1 loop 0.125 & deck 1 effect_active "KeyLoopUp" on & gain -15% momentarily : deck 1 effect_active "KeyLoopUp" off & deck 1 loop_back off & deck 1 loop_exit & deck 1 goto -0.15 & gain +15%

Thanks again loco
 

Posté Mon 22 Jun 20 @ 6:18 pm


(Les anciens sujets et forums sont automatiquement fermés)