Quick Sign In:  

Forum: General Discussion

Topic: Re-pitch track to a specific BPM

This topic is old and might contain outdated or incorrect information.

I just cannot figure out the syntax of VJD script. I wanted to have one of the custom buttons to pitch bend the track to a specific BPM, 87.5 in my case. This is what I came up with, but it doesn't seem to work:
 pitch_bend & param_multiply 1.143 & param_add -87.5 & get_bpm absolute 


Does anyone know how to make that work? Cheers :)
 

Posted Tue 27 Oct 20 @ 1:37 am
I'm not sure that pitch_bend can be set to a specifc BPM value

But you can use pitch to set it to a specific bpm "while pressed" using:
pitch 87.5 bpm while_pressed

Is that usable
 

Posted Tue 27 Oct 20 @ 7:42 am
xylumePRO InfinityMember since 2015
It worked for me without while pressed or else it'll revert back when released. Thank you, I was looking for this too (didn't mean to post in someone else's thread). I sometimes require this function to get a track to return to a certain BPM without having to load another track. I have it mapped in my Custom Pad Layout now!
 

Posted Tue 27 Oct 20 @ 8:00 am
user12251628 wrote :
It worked for me without while pressed or else it'll revert back when released. Thank you, I was looking for this too (didn't mean to post in someone else's thread). I sometimes require this function to get a track to return to a certain BPM without having to load another track. I have it mapped in my Custom Pad Layout now!


Yes, if you don't use while_pressed it stays at the new BPM
But since it was a "bend" I thought the "reverting back when released" part was mandatory :-)
 

Posted Tue 27 Oct 20 @ 8:43 am
klausmogensen wrote :
I'm not sure that pitch_bend can be set to a specifc BPM value

But you can use pitch to set it to a specific bpm "while pressed" using:
pitch 87.5 bpm while_pressed

Is that usable


yes thank you! this is exactly what I was looking for
 

Posted Tue 27 Oct 20 @ 9:33 am


(Old topics and forums are automatically closed)