登录:     


Forum: Wishes and new features

Topic: Scripts you'd like to see - Page: 10
And can I move the cue points with the gird as well??

Somehow in one of my playlists my grid and hot cues are all shifted for some reason
 

The pad I believe also has:

shift_all_cues <time in ms>ms

I also use that a lot for songs I transferred over from Serato/Rekordbox with the timeshift issue.
 

I go the other way and set my grid then let quantize_setcue fix the cues, I could include loops in this clean up [I think]


( quantize_setcue on & wait 200ms & quantize_setcue off) & ( has_cue 1 ? goto_cue 1 & delete_cue 1 & hot_cue 1 & has_cue 2 ? goto_cue 2 & delete_cue 2 & hot_cue 2 & has_cue 3 ? goto_cue 3 & delete_cue 3 & hot_cue 3 & has_cue 4 ? goto_cue 4 & delete_cue 4 & hot_cue 4 & has_cue 5 ? goto_cue 5 & delete_cue 5 & hot_cue 5 & has_cue 6 ? goto_cue 6 & delete_cue 6 & hot_cue 6 & has_cue 7 ? goto_cue 7 & delete_cue 7 & hot_cue 7 & has_cue 8 ? goto_cue 8 & delete_cue 8 & hot_cue 8 & has_cue 9 ? goto_cue 9 & delete_cue 9 & hot_cue 9 )
 

I do that too but I don't do quantized set cues - that's because I have a lot of cues that don't exactly fall on a beat depending on the song (e.g. scratching in random vocals).

If you do always set quantize cues though, that is the way to go.