Quick Sign In:  

Forum: General Discussion

Topic: Script School - Page: 39.25
locoDogPRO InfinityModeratorMember since 2013
sampler_play_stop 1 & level -20% & wait 1500ms & effect_active backspin & repeat_start_instant rsiFXcheck 25ms -1 & effect_active backspin ? nothing : repeat_stop rsiFXcheck & hot_cue 1

Something like that
 

Posted Wed 20 Sep 23 @ 11:19 pm
Almost perfect! Added & level +20% at the end to return gain back to normal. Thanks!

locodog wrote :
sampler_play_stop 1 & level -20% & wait 1500ms & effect_active backspin & repeat_start_instant rsiFXcheck 25ms -1 & effect_active backspin ? nothing : repeat_stop rsiFXcheck & hot_cue 1

Something like that


 

Posted Thu 21 Sep 23 @ 1:14 am
locoDogPRO InfinityModeratorMember since 2013
level, not gain. Gain is an amplification. The up faders / level faders, [some call them gate faders] are how much of that amplified signal you let through.

It's common for new djs to use them as synonyms.

 

Posted Thu 21 Sep 23 @ 1:30 am
locoDogPRO InfinityModeratorMember since 2013
@bjk6njhc9s, I sent you a pm with a couple of fx I think you'll like.
 

Posted Thu 21 Sep 23 @ 5:59 am
locoDogPRO InfinityModeratorMember since 2013
auto_bpm_transition page updated with early access additions.
 

Posted Thu 21 Sep 23 @ 4:05 pm
locodog wrote :
level, not gain. Gain is an amplification. The up faders / level faders, [some call them gate faders] are how much of that amplified signal you let through.

It's common for new djs to use them as synonyms.

Understood! Thanks!

 

Posted Fri 22 Sep 23 @ 12:21 am
Hi, is it possible to write a script to change the pitch tempo to a specific literal value rather than as a percentage, e.g 100 or 120 bpm by script?
 

Posted Fri 22 Sep 23 @ 10:40 pm
locoDogPRO InfinityModeratorMember since 2013
yes
pitch 120 bpm
 

Posted Fri 22 Sep 23 @ 10:43 pm
what is the BPM range that the songs need to be inside in order for one of the songs not to accidentally double or half the speed?

im trying to go from 90-124 here, but track B its shooting up to 180 and then slowing it back to 124 instead of shooting down to 90 and speeding up to 124, even though 90 is a lot closer to 124 than 180 is


if im using the regular sync button it doesnt seem to have this issue
 

Posted Wed 27 Sep 23 @ 12:54 am
That's a good question.

since the 56 BPM needed to raise the 124 BPM track to 180 is about a +45% change..
vs
the 34 BPM decrease needed to lower the 124 BPM to 90 BPM .. about a -27% change.

so would seem the latter, would be preferable.

and on the other hand.. a track sounds much better pitched up (lively, higher energy), then pitched down (dragging)


------------------

OR
not that I understand this reasoning, but if one used the 180 and 90 to calculate the percentage differences (instead of the 124 BPM)
then going to 180 would be a +31% pitch change (56/180)
and going to 90 would be a -37% change (34/90)..
so by this reasoning the math, chooses going to 180 ?


---------
its all good in the end
 

Posted Wed 27 Sep 23 @ 2:17 am
IIDEEJAYII wrote :
That's a good question.

since the 56 BPM needed to raise the 124 BPM track to 180 is about a +45% change..
vs
the 34 BPM decrease needed to lower the 124 BPM to 90 BPM .. about a -27% change.

so would seem the latter, would be preferable.

and on the other hand.. a track sounds much better pitched up (lively, higher energy), then pitched down (dragging)


------------------

OR
not that I understand this reasoning, but if one used the 180 and 90 to calculate the percentage differences (instead of the 124 BPM)
then going to 180 would be a +31% pitch change (56/180)
and going to 90 would be a -37% change (34/90)..
so by this reasoning the math, chooses going to 180 ?


---------
its all good in the end


i seem to always find a way to break things...
but this is the very first transition i tried with this effect.

i think there would want to be some built in safe guard to prevent doubling/halfing, although im not sure exactly what that would consist of.
 

Posted Wed 27 Sep 23 @ 8:46 am
IIDEEJAYII wrote :
That's a good question.


OK I think i figured it out.
track A was 93bpm, track B was 124
i think the effect is designed to take the shortest route which in this case was actually 93-62 bpm (31bpm vs 32bpm difference between 93 and 124)

so by just pitching track A up to 96bpm, then 96-124 for example, becomes the shortest route (28bpm)

i dont know though, if there could be some measure in place to avoid this, there may be some situations where you might want this? but you dont want it happening by accident either, perhaps a preview of what direction its planning to go? its a strange one.


 

Posted Wed 27 Sep 23 @ 11:24 am
Baldy68PRO InfinityMember since 2019
Another problem with auto double/half the BPM is when you use Automix and prepared all mix points eight bars before vocals for example and now the eight bars become sixteen bars instead. This should be possible to fix by temporarily automatically moving the mix points the required amount bars forward or backward. Or if that isn't possible, I would like to disable this function per song.
 

Posted Wed 27 Sep 23 @ 11:38 am
Hello, is there any reason why in the mapping for the XDJ-1000MK2 during the SHORTCUT event (press BROWSE-SEARCH on the lcd) during the script
controllervar '#shortcut'

is #shortcut still 0?
 

Posted Sat 30 Sep 23 @ 10:37 pm
Hi seeing as you can't auto backup in increments of less than one day, is there a way to trigger the tidy auto zip backup via script ( or on demand?). Thanks, is a great feature.
 

Posted Fri 06 Oct 23 @ 9:15 pm
You know about the database backup from the "Browser Options" menu dot ?
(can create a backup as often as one wishes, there)
 

Posted Fri 06 Oct 23 @ 10:35 pm
locoDogPRO InfinityModeratorMember since 2013
@Mr T a l 0
automatically looks like it's just called on startup and if today's date exists it doesn't make a back up, despite making the setting 0.00000001 days

currently as IIDEEJAYII says, manually is the only way.
probably for the best.
 

Posted Fri 06 Oct 23 @ 10:41 pm
Thanks both. Manual it is then.
 

Posted Fri 06 Oct 23 @ 10:45 pm
Another challenge. Let's assume you have several tracks playing. If you want to manual increase the tempo of the currently selected track, how can you speed up the other tracks at the same rate to match the tempo change.
 

Posted Sun 08 Oct 23 @ 5:47 pm
Is:

deck all pitch XX%

what you are wanting to do with the script?
 

Posted Sun 08 Oct 23 @ 5:53 pm
86%