Quick Sign In:  

Forum: General Discussion

Topic: Auto Change BPM on load
djdonnPRO InfinityMember since 2006
I want the bpm of a song to automatically change when it loads on to a deck using the action 'pitch 104 bpm'.

What I've done in the past is create a marker right at the beginning of the song, but until the song starts to play, the bpm shows the original bpm.

What I'd like to happen is, when the song is loaded, the bpm will automatically change to the bpm I specify and have the changed bpm display on the skin.

I know the action works, but looking at the POI editor, there doesn't seem to be an 'on load' action in the POI editor.

Is there some type of 'on load' script I can use to automatically change the bpm in conjunction with the above action?
 

Posted Thu 18 Jan 24 @ 3:33 pm
Keyboard mapper offers "ONSONGLOAD" key
Give it a shot
 

Posted Thu 18 Jan 24 @ 4:13 pm
djdonnPRO InfinityMember since 2006
But would that not be for every song? I only want it to affect the songs I select.
 

Posted Thu 18 Jan 24 @ 4:53 pm
locoDogPRO InfinityModeratorMember since 2013
If you have a tag free you could use that to use onSongLoad
say user 2 you mark it with "OSLpitch"

onsongload, could do something like this
param_equal `get_loaded_song 'user 2'` "OSLpitch" ? do the pitch thing : do nothing

Or a similar idea you could user a virtualfx to grab a tag, make the tag a pitch script.
 

Posted Thu 18 Jan 24 @ 5:10 pm