Hello, I’m new to the forum so to start thanks to those who find time to make themselves available to others,
and keep that spirit of self-help.
My question: is it possible that the full-screen browser window falls back to the simple slide of the track on the deck?
Is there an order for that.?
I use vdj8 skin oldschool and the like..
very thanks
and keep that spirit of self-help.
My question: is it possible that the full-screen browser window falls back to the simple slide of the track on the deck?
Is there an order for that.?
I use vdj8 skin oldschool and the like..
very thanks
发表时间 Fri 03 Apr 20 @ 6:26 pm
Not entirely sure what you meant, but if you turn on browserAutoZoom in settings, and then try a skin that has browser zoom. Is it somewhat that you had in mind?
If so, its possible, and a skin could in theory then fallback to a small area when "out" of the browser
If so, its possible, and a skin could in theory then fallback to a small area when "out" of the browser
发表时间 Fri 03 Apr 20 @ 6:32 pm
hello,
What I mean is that when I open browser/zoom in full screen while i'm playing (not the mini browser),
I would like it to close automatically when I drag my track in the deck..
I avoid going to re-click on toggle button
Sometimes, it make it alone unintentionally
(sorry for my bad translation)
Thanks
What I mean is that when I open browser/zoom in full screen while i'm playing (not the mini browser),
I would like it to close automatically when I drag my track in the deck..
I avoid going to re-click on toggle button
Sometimes, it make it alone unintentionally
(sorry for my bad translation)
Thanks
发表时间 Fri 03 Apr 20 @ 8:47 pm
As i said in the French forum a script would do
but all test ends with VDJ crash
load_pulse and browser_zoom are difficult to associate
this one is working per deck ... as a toggelable custom multibutton
repeat_start broff ? on & up ? nothing : repeat_stop broff1 & repeat_stop broff : off & repeat_start broff 133ms -1 & repeat_start broff1 ? nothing : load_pulse ? nothing : repeat_start broff1 33ms -1 & loaded ? browser_zoom off & repeat_stop broff1 : nothing
I think it is because load_pulse stay down when unloaded
but all test ends with VDJ crash
load_pulse and browser_zoom are difficult to associate
this one is working per deck ... as a toggelable custom multibutton
repeat_start broff ? on & up ? nothing : repeat_stop broff1 & repeat_stop broff : off & repeat_start broff 133ms -1 & repeat_start broff1 ? nothing : load_pulse ? nothing : repeat_start broff1 33ms -1 & loaded ? browser_zoom off & repeat_stop broff1 : nothing
I think it is because load_pulse stay down when unloaded
发表时间 Fri 03 Apr 20 @ 10:09 pm
Not in front of a computer , but if memory serves, keyboard mapping has a On Load key which you could map as browser_zoom off
发表时间 Sat 04 Apr 20 @ 5:17 am
Ah yes djdad !!
Map keyboard key "ONSONGLOAD" to action "browser_zoom off"
Map keyboard key "ONSONGLOAD" to action "browser_zoom off"
发表时间 Sat 04 Apr 20 @ 9:28 am
hi,
"browser_zoom" in the mapper does a small zoom in the browser, it is different of the button "BROWSER/ZOOM"...
so i found it in "ONSONGLOAD" to action variable --->"toggle 'brow' "
but it it work only on the selected deck,
so i must select the deck before loading the track if I want it to work .. it’s not much better,
Is there a possibility to add "ONSONGLOAD" to action--->deck select --->variable --->"toggle 'brow' " ?
Thanks everybody for your contribution,
Nicotux, it will be easier for me to communicate on the French forum
thanks a lot
"browser_zoom" in the mapper does a small zoom in the browser, it is different of the button "BROWSER/ZOOM"...
so i found it in "ONSONGLOAD" to action variable --->"toggle 'brow' "
but it it work only on the selected deck,
so i must select the deck before loading the track if I want it to work .. it’s not much better,
Is there a possibility to add "ONSONGLOAD" to action--->deck select --->variable --->"toggle 'brow' " ?
Thanks everybody for your contribution,
Nicotux, it will be easier for me to communicate on the French forum
thanks a lot
发表时间 Sat 04 Apr 20 @ 5:14 pm
Which skin are you using and which controller (if using any) ? Quite weird for a browser panel to use a deck dependant visibility variable. Sure it's not $brow ?
发表时间 Sat 04 Apr 20 @ 7:42 pm
skin oldschool de Zanard, the button is at the very top in the middle of the mixer
I just saw that there wasn’t this button in the other skins,
then i did $brow but it doesn’t react
I just saw that there wasn’t this button in the other skins,
then i did $brow but it doesn’t react
发表时间 Sat 04 Apr 20 @ 8:20 pm
Skin have some issues :
var name is 'brow'
but implementation is erroneous and the local var depends on deck initially selected
Map keyboard key "ONSONGLOAD" to action "deck master set brow 0 & deck left set brow 0 & deck right set brow 0"
this will do the trip
La variable est bien 'brow'
mais c'est un erreur de conception: l'utilisation d'une variable locale fait qu'elle dépends du deck initialement sélectionné
Map la touche du controlleur clavier "ONSONGLOAD" avec l'action "deck master set brow 0 & deck left set brow 0 & deck right set brow 0"
ça le fait
var name is 'brow'
but implementation is erroneous and the local var depends on deck initially selected
Map keyboard key "ONSONGLOAD" to action "deck master set brow 0 & deck left set brow 0 & deck right set brow 0"
this will do the trip
La variable est bien 'brow'
mais c'est un erreur de conception: l'utilisation d'une variable locale fait qu'elle dépends du deck initialement sélectionné
Map la touche du controlleur clavier "ONSONGLOAD" avec l'action "deck master set brow 0 & deck left set brow 0 & deck right set brow 0"
ça le fait
发表时间 Sat 04 Apr 20 @ 9:55 pm
yes Nicotux,
super ça marche , c'est quand meme plus pratique..
mille merci et au plaisir
djdad : my controller is only timecod vinyl + smac pro4 or multitouch + smac pro4
byby
super ça marche , c'est quand meme plus pratique..
mille merci et au plaisir
djdad : my controller is only timecod vinyl + smac pro4 or multitouch + smac pro4
byby
发表时间 Sat 04 Apr 20 @ 11:57 pm