hi at all: is there color fx for sampler or mic input? i have tryed filter_activate ‘echo’ ‘sampler’ but don’t work….deck master filter_activate ‘echo’ work
Mensajes Sat 13 Nov 21 @ 6:04 pm
just the single sampler fx slot for the sampler, unless you route it thru a deck.
Mensajes Sat 13 Nov 21 @ 6:29 pm
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?
Mensajes 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
Mensajes 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….
Mensajes 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
Mensajes 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’???
Mensajes 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
Mensajes 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
Mensajes 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
Mensajes 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
Mensajes Mon 15 Nov 21 @ 6:29 pm
Hey guys,
I am using the Inpulse 500 with VDJ 2021. There I have 4 FX Buttons. Two left and two right. On Click I want the left buttons to activate a certain filter on DECK 1 and the right Buttons to activate a certain filter on DECK 2. If the filter is activated it should be deactivated. I tried coding it my self. But I failed. Can some help me:
On Click:
Case 1: Filter X is not activated. Filter X gets activated.
Case 2: Filter X is activated. Filter X get deactivated.
Can you tell me how I can do this? Also I have two knobs for the filters. What is the right code for the knob to change the filter?
Thank you so much in advance!!!
I am using the Inpulse 500 with VDJ 2021. There I have 4 FX Buttons. Two left and two right. On Click I want the left buttons to activate a certain filter on DECK 1 and the right Buttons to activate a certain filter on DECK 2. If the filter is activated it should be deactivated. I tried coding it my self. But I failed. Can some help me:
On Click:
Case 1: Filter X is not activated. Filter X gets activated.
Case 2: Filter X is activated. Filter X get deactivated.
Can you tell me how I can do this? Also I have two knobs for the filters. What is the right code for the knob to change the filter?
Thank you so much in advance!!!
Mensajes Fri 19 Nov 21 @ 10:35 am
@golnar, should be covered here
FX slots & FX active
effect_select, effect_select_multi
fx buttons & sliders
FX slots & FX active
effect_select, effect_select_multi
fx buttons & sliders
Mensajes Fri 19 Nov 21 @ 12:48 pm
hi. is there a script for push browser encoder that make:
browser_folder if folder have subfolders, if folder haven’t subfolders go to browser_windows ‘songs’
thanks
browser_folder if folder have subfolders, if folder haven’t subfolders go to browser_windows ‘songs’
thanks
Mensajes Mon 22 Nov 21 @ 11:21 pm
like this
browser_open_folder & browser_open_folder ? : browser_enter
browser_open_folder & browser_open_folder ? : browser_enter
Mensajes Mon 22 Nov 21 @ 11:55 pm
mg_1978 wrote :
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
solved :) with script:
encoder: param_smaller 0 ? sampler_select & sampler_move -1 : sampler_select & sampler_move + 1
but with sampler_select is open a window..with a script can i close this window?
i would post a little video but i can’t upload here :(
Mensajes Tue 23 Nov 21 @ 9:40 am
???
sampler_move -1 isn't a script, you mean browser_move?
why call sampler_select at all?
sampler_move -1 isn't a script, you mean browser_move?
why call sampler_select at all?
Mensajes Tue 23 Nov 21 @ 10:03 am
-sorry, is browser_move -1 / browser_move +1
- sampler_select yes is generic (at all) because if i script: param_smaller 0 ?sampler_select 1 & browser_move -1 : sampler_select 1 & browser_move +1
(1 is an sxample) i can move only sample in slot 1..i wont move any sample focused, but sampler_select open a popup window...can i close this popup window with a script?
- sampler_select yes is generic (at all) because if i script: param_smaller 0 ?sampler_select 1 & browser_move -1 : sampler_select 1 & browser_move +1
(1 is an sxample) i can move only sample in slot 1..i wont move any sample focused, but sampler_select open a popup window...can i close this popup window with a script?
Mensajes Tue 23 Nov 21 @ 12:43 pm
so don't use sampler_select.
use, browser_window 'sampler' & browser_scroll 'top' & browser_scroll +X & browser_move +1
a lot of the time that is scripting, sometimes there's knowing a nice easy concise action, most times however, you do it in steps.
use, browser_window 'sampler' & browser_scroll 'top' & browser_scroll +X & browser_move +1
a lot of the time that is scripting, sometimes there's knowing a nice easy concise action, most times however, you do it in steps.
Mensajes Wed 24 Nov 21 @ 6:37 pm
since the stock echo isnt a good echo I need a script that i can assign to a button that activates a solo vocal stem, then turns on BFX-Echo and the stock echo. The BFX-Echo should turn off after the timing set in the BFX-Echo settings with the stock echo acting as it normally does.
Mensajes Thu 25 Nov 21 @ 2:26 pm