Se Connecter:     


Forum: Wishes and new features

Sujet: Scripts you'd like to see - Page: 9
locoDog wrote :
get_cue prev|next|nearest

or cue_countdown, cue_countup & cue_counter to accept the string "number" as a param to return a number.

I was trying for this and discovered I can't do it reliably with "name", unnamed cues that display the default "Cue 3" can't be accessed with goto_cue "Cue 3".


I second that. I’m stuck with that too. I’m trying to move to the next cue from a non cue position. Only solution I found is to set a temp cue, goto_cue +1 and delete the temp cue. Since it doesn’t work when POI are locked, I have to check for that and toggle it if necessary.
 

@Yan Duval you can do with name param now, it's not 100% fool proof as cues could possibly share a name, but it works for the most part.

cue_counter name & param_cast & goto_cue
 

Hi all, thanks for escelent support.
This time i´m thinking and exploring the possibility to develop or copy one amazing feature of cdjs...
think it can be named CUE BANKS
the original name is HOTCUEBANKS and this feature i recently saw in rekordbox and cdj3000, maybe can be used by others controllers
and i think it can do using a custom pad page.
using shift+pad1 f.e. had to set on pad 1 a script who set cue at actual postion and bring the file name song.
later in pad1 (wihtout shift) need scripting for load recorded information of file and cue position and play it like a cue,
additional had to check if the song is already loaded for make the process more efficienly and faster.
Had many time scripting, and have some ideas, but this porject is very complicated for me...
first cons i find,
how can record the file and cue from the loaded song in pad using param cast,
maybe will be something like this
set_var "cue1bank" & get_loaded_song ´filepath´ & PARAM_cast & load
i know this script do nothing and it´s really stupid...but i´m very confused how could be the way to get succes.
Any help or idea for afront the work will be very apreciated...
thanks you fos read me.
regards