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".
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.
Posted Sat 24 May 25 @ 3:42 am
@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
cue_counter name & param_cast & goto_cue
Posted Sat 24 May 25 @ 3:50 am
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
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
Posted Sun 25 May 25 @ 2:32 pm
@GuiYeYDJ I can't really understand what you want.
Please explain in a short simple way.
Please explain in a short simple way.
Posted Mon 26 May 25 @ 12:56 pm
spotted something 'missed', probably not important, but I might end up wanting it when I revisit my 'over the top' animated video skin project.
fadeout BT BT `query`
fadeout BT BT `query`
Posted Mon 26 May 25 @ 1:11 pm
set_deck is a very useful verb, it would even better if it was quote agnostic, so the script as param could be containing in ` ' or ".
It's a rare case it would be needed, but it's not zero cases.
It's a rare case it would be needed, but it's not zero cases.
Posted Sun 20 Jul 25 @ 12:11 pm
locoDog wrote :
@GuiYeYDJ I can't really understand what you want.
Please explain in a short simple way.
Please explain in a short simple way.
Hi, @locodog, in pioneer cdj3000 on rekordbox the function i try to replicate is called hotcue banks...
the explanation was to show my way to try do it.
recently i found a poor solution in this video
https://www.youtube.com/watch?v=IMQjQJfD6FQ
my intention is do it excatly it works on rekorbox.
thanks!
Posted Mon 04 Aug 25 @ 8:06 am
A 30 minute video, with no time stamp, in Spanish, is neither short nor simple.
If you want to play tracks like samples then scratchbanks already exist and a skin has been made on the concept
remixSkin
If you want to play tracks like samples then scratchbanks already exist and a skin has been made on the concept
remixSkin
Posted Mon 04 Aug 25 @ 10:53 am
Thanks by casuality, i just discover it by my self ...well no wxtly my self i found atiktok video showing scratch banks and come herevery excited to tell here.... thanks a lot ...i search for it long time and was ever here....
thanks for your magnific suport...
regards
thanks for your magnific suport...
regards
Posted Mon 04 Aug 25 @ 10:59 am
I would like to have a VDJScript action that will let me auto‑arm the nearest saved loop on a deck, so that playback will enter the loop automatically when it reaches it.
I know about the command saved_loop_autotrigger, which work with a specific slot number or loop name, but it doesn’t seem to handle the “nearest” saved loop automatically.
Is there any built‑in way to trigger the closest saved loop ahead of the playhead, without having to manually specify a slot or name?
to be clear - i don't want it to work everytime, i want to have the control while playing live so i can choose to activate it or let the song play and skip the loop.
I know about the command saved_loop_autotrigger, which work with a specific slot number or loop name, but it doesn’t seem to handle the “nearest” saved loop automatically.
Is there any built‑in way to trigger the closest saved loop ahead of the playhead, without having to manually specify a slot or name?
to be clear - i don't want it to work everytime, i want to have the control while playing live so i can choose to activate it or let the song play and skip the loop.
Posted Wed 06 Aug 25 @ 12:50 pm
please add vdj script command to :
change CUE type to invisible
or create new invisible cue .... for keyboard shortcuts to program dmx show for each song.
e.g.:
cue_add_invisible & cue action "os2l button" ...
change CUE type to invisible
or create new invisible cue .... for keyboard shortcuts to program dmx show for each song.
e.g.:
cue_add_invisible & cue action "os2l button" ...
Posted Wed 06 Aug 25 @ 9:26 pm
lopez453 wrote :
please add vdj script command to :
change CUE type to invisible
or create new invisible cue .... for keyboard shortcuts to program dmx show for each song.
e.g.:
cue_add_invisible & cue action "os2l button" ...
change CUE type to invisible
or create new invisible cue .... for keyboard shortcuts to program dmx show for each song.
e.g.:
cue_add_invisible & cue action "os2l button" ...
Or cue_toggle_visibility "MyCue"
Posted 3 days ago @ 5:19 pm