locodog wrote :
just the single sampler fx slot for the sampler, unless you route it thru a deck.
for mic input i can use linein ‘mic’ for route a mic into a deck and use deck color fx, right?
geposted Sat 13 Nov 21 @ 6:46 pm
yes
but mic is a deck and can use all effects directly (only need to map a custom slider to handle first slider as a color slider)
colorfx_sampler is an existing slot for samples
as well need to specifically map a slider to control it, default deck does not expose this
but mic is a deck and can use all effects directly (only need to map a custom slider to handle first slider as a color slider)
colorfx_sampler is an existing slot for samples
as well need to specifically map a slider to control it, default deck does not expose this
geposted Sat 13 Nov 21 @ 6:51 pm
another little question: filter_resonance change value only for filter color fx, right? for other color fx i can’t listen any difference….
geposted Sat 13 Nov 21 @ 7:03 pm
yes resonance is a second slider specific to filter effect
as an example: moebius exposes 2 extra sliders as well : length and echo
but only slider 1 is controlled as a color button - full left-off-full right
when used as normal effect, slider 1 is controlled normally or ping-pong inverse have to be specified in a way to mimix color slider
as an example: moebius exposes 2 extra sliders as well : length and echo
but only slider 1 is controlled as a color button - full left-off-full right
when used as normal effect, slider 1 is controlled normally or ping-pong inverse have to be specified in a way to mimix color slider
geposted Sat 13 Nov 21 @ 7:25 pm
Nicotux wrote :
yes
but mic is a deck and can use all effects directly (only need to map a custom slider to handle first slider as a color slider)
colorfx_sampler is an existing slot for samples
as well need to specifically map a slider to control it, default deck does not expose this
but mic is a deck and can use all effects directly (only need to map a custom slider to handle first slider as a color slider)
colorfx_sampler is an existing slot for samples
as well need to specifically map a slider to control it, default deck does not expose this
sorry colorfx_sampler script doesn’t work, is possible it’s effect_colorfx ‘sampler’???
geposted Sat 13 Nov 21 @ 7:39 pm
as a "slot" use
effect_select colorfx_sampler
effect_slider colorfx_slider
effect_select colorfx_sampler
effect_slider colorfx_slider
geposted Sat 13 Nov 21 @ 11:09 pm
Nicotux wrote :
After a looong time fighting with VDJScript here is a working one:
tested deck master to try to sync sampler_play_stop
if not , free to use sampler_pad instead
Svenino wrote :
Want a button with two functions:
1. short press: start and stop the sampler (sample_pad 1)
2. long hold: Set a "Var" for volume change of this sampler without starting or stoping it.
(Holding this button is like a shift, so that a slider can control the volume of this sampler, but just as long You are holding the button)
1. short press: start and stop the sampler (sample_pad 1)
2. long hold: Set a "Var" for volume change of this sampler without starting or stoping it.
(Holding this button is like a shift, so that a slider can control the volume of this sampler, but just as long You are holding the button)
After a looong time fighting with VDJScript here is a working one:
deck master up ? set '$s1v' 0 & repeat_start myrep ? sampler_play_stop 1 & repeat_stop myrep : : repeat_start myrep 200ms 1 & set '$s1v' 1
tested deck master to try to sync sampler_play_stop
if not , free to use sampler_pad instead
hi! i’m going back to this old post because i would know how i change if i wont ‘$s1v’ = 1 after 200ms pressed pad, if i release pad before 200ms i have sampler_pad script (‘$s1v’ = 0)
thanks
geposted Mon 15 Nov 21 @ 3:28 pm
I am trying to figure out how to program a pad button that will create an Action cue at the current song position and then write specific text to the Macro action field of that Action cue.
Any and all suggestions and help are appreciated.
FYI: I do know basic VDJ script.
Thank you
Any and all suggestions and help are appreciated.
FYI: I do know basic VDJ script.
Thank you
geposted Mon 15 Nov 21 @ 5:58 pm
@DJ Riot Grrrl, I've got the thing for you. Needs a plugin to add action scripts. And what the action is going to be is very opened
this is my working for action poi for OS2L, use subtitles, but can be tweaked to do any action
this is my working for action poi for OS2L, use subtitles, but can be tweaked to do any action
PM or chat here, on the sort of thing you want to add
geposted Mon 15 Nov 21 @ 6:29 pm