Not sure about that either
maybe a button to back scratch one beat ?
touchwheel_touch on & param_multiply -60000 `get_bpm & param_1_x` & param_cast ms & scratch & repeat_start ws 1 & repeat_stop ws & touchwheel_touch off
maybe a button to back scratch one beat ?
touchwheel_touch on & param_multiply -60000 `get_bpm & param_1_x` & param_cast ms & scratch & repeat_start ws 1 & repeat_stop ws & touchwheel_touch off
geposted Mon 18 Oct 21 @ 7:42 am
Nicotux wrote :
list looks to visually change, order seem to match but this is only visual and temporary
nothing is done, even using the mouse
exiting the bank and enter the bank again restore initial order
easy to see using sampler pad, no name change
this only moves slot position on screen, but do not move sample from slot to another
nothing save
nothing is done, even using the mouse
exiting the bank and enter the bank again restore initial order
easy to see using sampler pad, no name change
this only moves slot position on screen, but do not move sample from slot to another
nothing save
ok thanks!
hi at all, is there a way to add samples with focus in browser_window ‘songs’ to sideview ‘sampler’ (in one sampler bank)? because if focus is in sideview ‘sampler’ with script browser_remove i can remove a sample from sample bank..but i haven’t see a script for add a sample, is there? thanks!!
geposted Mon 18 Oct 21 @ 8:04 am
Nicotux wrote :
Not sure about that either
maybe a button to back scratch one beat ?
touchwheel_touch on & param_multiply -60000 `get_bpm & param_1_x` & param_cast ms & scratch & repeat_start ws 1 & repeat_stop ws & touchwheel_touch off
maybe a button to back scratch one beat ?
touchwheel_touch on & param_multiply -60000 `get_bpm & param_1_x` & param_cast ms & scratch & repeat_start ws 1 & repeat_stop ws & touchwheel_touch off
Thank you very much.
It's a complicated script for me, but could you please tell me the meaning of "ws"?
Ultimately, I would like to make a scratch like this video with VDJscript or scratch_dna.
https://www.youtube.com/watch?v=wRALDF5-jBU
geposted Mon 18 Oct 21 @ 1:40 pm
There is no special meaning at all, it's the name I gave to the "wait for scratch to end" pseudo loop ;)
(repeat_start needs a name, duration is in parameter (same as scratch duration)
wait delay is needed because "scratch" returns imediately and does not work when jog is not touched
(repeat_start needs a name, duration is in parameter (same as scratch duration)
wait delay is needed because "scratch" returns imediately and does not work when jog is not touched
geposted Mon 18 Oct 21 @ 1:54 pm
hi, why button script:
get_browsed_folder & param_contains ‘Recordings’ ? loaded ? unload : load : nothing
that if focus is in browser_window ‘songs’ would load in a deck only samples in Recordings Sampler Folder doesn’t work? in a deck i read “no file detected” and under i read “Recordings”…..what is wrong? 🤔
get_browsed_folder & param_contains ‘Recordings’ ? loaded ? unload : load : nothing
that if focus is in browser_window ‘songs’ would load in a deck only samples in Recordings Sampler Folder doesn’t work? in a deck i read “no file detected” and under i read “Recordings”…..what is wrong? 🤔
geposted Mon 18 Oct 21 @ 11:06 pm
hi, i’m trying to map 2 buttons that make sequencer like Rekordbox (i have Pioneer Ddj-Rzx)…for button play i have solved, but for button record i have this problem: i would that pushed rec button, ‘sampler’ rec be ready to rec, but rec when i push e sampler pad and not instantanealy…is there a script help me? thanks!
geposted Fri 22 Oct 21 @ 8:03 am
you're calling the sample with a script event, so just make that the moment when you call record too.
geposted Fri 22 Oct 21 @ 10:45 am
locodog wrote :
you're calling the sample with a script event, so just make that the moment when you call record too.
yes i have solved mapping button Record: sample_rec ? sampler_rec_stop : toggle ‘record’
and 8 sample pads: var ‘record’ 1 ? set ‘record’ 0 & sampler_rec_start & sample_pad 1-8 : sample_pad 1-8
geposted Sat 23 Oct 21 @ 10:52 am
…pushing button ‘RECORD’ can i mapping a countdown (4secons) and see in DDJ-RZX screens 4-3-2-1 start
?? thanks!!
?? thanks!!
geposted Sat 23 Oct 21 @ 10:54 am
is there a correct script for sampler_position ‘get_browsed_song’ ? because if i set generic script sampler_position i can’t see position about sample played in browser_window ‘songs’ :( i can see always 0
geposted Fri 29 Oct 21 @ 10:18 am
Needs a number or will return for only the default/selected sample
geposted Fri 29 Oct 21 @ 10:45 am
locodog wrote :
Needs a number or will return for only the default/selected sample
yes infact if i have sample title ‘pippo’ and i have script: sampler_position ‘pippo’
it works…but when i scroll samples in browser_window ‘songs’ how can i put sample title inside ‘’?
sampler_position ‘’
i will have different title inside ‘’
geposted Fri 29 Oct 21 @ 11:18 am
this was get_browsed_song 'Pos' but look like it was removed
geposted Fri 29 Oct 21 @ 12:34 pm
get_browsed_song 0 'columnname'
should still work. I don't think 'pos' was ever a thing.
should still work. I don't think 'pos' was ever a thing.
geposted Fri 29 Oct 21 @ 12:43 pm
yes Pos was a thing in browser and sampler getting the position playing in track or sample
"Pos" b S - -
not to confound with position which is the index in the display list (sorted)
"Position" b _ K P
not to confound with order which is the index in the display list (as it should be played - but is currently not)
I have (was having) a grid with columns -(121 entries from album to Year including alias) and place they are (were) available - (most are unusable now) browser, sampler, karaoke, search, askthedj, automix&sidelist, history
"Pos" b S - -
not to confound with position which is the index in the display list (sorted)
"Position" b _ K P
not to confound with order which is the index in the display list (as it should be played - but is currently not)
I have (was having) a grid with columns -(121 entries from album to Year including alias) and place they are (were) available - (most are unusable now) browser, sampler, karaoke, search, askthedj, automix&sidelist, history
geposted Fri 29 Oct 21 @ 1:29 pm
Ah sorry, you mean the sampler column. That one indeed still exists, but is indeed not available from script (and I don't think ever has)
But to see the position of the sample playing in the browser, the easiest would be to just use the Pos column?
But to see the position of the sample playing in the browser, the easiest would be to just use the Pos column?
geposted Fri 29 Oct 21 @ 1:42 pm
Adion wrote :
get_browsed_song 0 'columnname'
should still work. I don't think 'pos' was ever a thing.
should still work. I don't think 'pos' was ever a thing.
complete script is: sampler_position “get_browsed_song 0 'columnname'”
right?
geposted Fri 29 Oct 21 @ 1:45 pm
Adion wrote :
Ah sorry, you mean the sampler column. That one indeed still exists, but is indeed not available from script (and I don't think ever has)
But to see the position of the sample playing in the browser, the easiest would be to just use the Pos column?
But to see the position of the sample playing in the browser, the easiest would be to just use the Pos column?
no i don’t wont sampler column…i would time elapsed/remain about sample played in browser_window ‘songs’ (example: time remain if i play a sample in Recording folder)….i can’t use song_pos ‘remain’ because isn’t a song in a deck, is a sample played in browser_window ‘songs’
geposted Fri 29 Oct 21 @ 1:50 pm
tested but sampler_position does not take name as implicit parameter and does not allow scripted name
as adion said it is not available from script
as adion said it is not available from script
geposted Fri 29 Oct 21 @ 1:50 pm
how can i see a time elapsed or time remaining about sample pkayed in browser_window ‘songs’? is there a script?
geposted Fri 29 Oct 21 @ 2:05 pm