hi, is there a script to zoom scratch zone (in Pro Skin)…i have tried zoom_scratch but zoom only deck waveform..thanks a lot
Posté Sat 16 Oct 21 @ 10:20 pm
zoom_vertical
Posté Sat 16 Oct 21 @ 10:29 pm
locodog wrote :
zoom_vertical
yeah! thanks
Posté Sun 17 Oct 21 @ 6:58 am
I want to scratch -60000ms/BPM (scratch backwards by one beat).
Is there a way to write a VDJ script to achieve this?
I'm not sure how to combine the scratch and get_bpm command with param_multiply or param_1_x.
Is there a way to write a VDJ script to achieve this?
I'm not sure how to combine the scratch and get_bpm command with param_multiply or param_1_x.
Posté Sun 17 Oct 21 @ 6:39 pm
scratch_dna "-Q"
try that, not exactly sure what you're after.
try that, not exactly sure what you're after.
Posté Sun 17 Oct 21 @ 6:54 pm
hi! i have mapped an encoder that move a sample in sideview ‘sampler’ with var ‘samplermove’ 1:
encoder: browser_window ‘sampler’ ? var ‘samplermove’ 1 ? param_smaller 0 ? browser_move -1 : browser_move +1 : nothing : nothing
but, for example, if i move sample 1 to 3 position and i play with pad 3 i can’t listen new sample in position 3, but i listen old sample 3 :( is not a really moving with script ‘browser_move’?
thanks who help me
encoder: browser_window ‘sampler’ ? var ‘samplermove’ 1 ? param_smaller 0 ? browser_move -1 : browser_move +1 : nothing : nothing
but, for example, if i move sample 1 to 3 position and i play with pad 3 i can’t listen new sample in position 3, but i listen old sample 3 :( is not a really moving with script ‘browser_move’?
thanks who help me
Posté Sun 17 Oct 21 @ 10:14 pm
appears so.
Posté Sun 17 Oct 21 @ 10:53 pm
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
Posté Sun 17 Oct 21 @ 11:49 pm
Ultimately, I want to play one beat and then scratch back one beat. However, scratch_dna does not allow us to take our hand off the platter and play it.
Posté Mon 18 Oct 21 @ 5:31 am
@twaga I understand even less now, wanting a script and talking about hand on platter are opposites.
Posté Mon 18 Oct 21 @ 5:36 am
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
Posté 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!!
Posté 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
Posté 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
Posté 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? 🤔
Posté 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!
Posté 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.
Posté 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
Posté 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!!
Posté 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
Posté Fri 29 Oct 21 @ 10:18 am