Basically what is in the title, I want my browser encoder to adjust the zoom of waveforms, while I am playing the track(s), but I also want it to move freely when I am in the folder list and production lists like any normal browser encoder, WITHOUT affecting the set zoom.
Basically the same as an XDJ or CDJ.
In my Browser I have:
param_bigger 0 ? zoom +1% : zoom -1%.
And it works fine for zooming in or out, but not for browsing the listing.
I am doing all this through an Inpulse 500 and not with a Denon.
How can I improve this?
Basically the same as an XDJ or CDJ.
In my Browser I have:
param_bigger 0 ? zoom +1% : zoom -1%.
And it works fine for zooming in or out, but not for browsing the listing.
I am doing all this through an Inpulse 500 and not with a Denon.
How can I improve this?
Posted Tue 28 Jan 25 @ 1:27 am
CDJs have a dedicated screen showing song waveform or browser data.
So, the unit knows what the user is seeing, and the knob adjusts either the zoom of the waveform, or scrolls through browser depending on the active screen view.
Now, on an Impulse 500, how should the software know if you want to zoom the waveform or scroll the tracks?
If you can find a conditional answer, then it can be done.
However keep in mind that there's no "focus" on VirtualDJ (focus on decks / focus on browser). Everything has the same focus at the same time..
So, the unit knows what the user is seeing, and the knob adjusts either the zoom of the waveform, or scrolls through browser depending on the active screen view.
Now, on an Impulse 500, how should the software know if you want to zoom the waveform or scroll the tracks?
If you can find a conditional answer, then it can be done.
However keep in mind that there's no "focus" on VirtualDJ (focus on decks / focus on browser). Everything has the same focus at the same time..
Posted Tue 28 Jan 25 @ 7:25 am
What about pressing the shift button with that encoder knob? Have SHIFT_BROWSE command of "param_bigger 0 ? zoom +1% : zoom -1%" on that, but have "browser_scroll" as the normal (non-shift) command for the BROWSE knob.
Incidentally I have browser_window 'songs,folders,playlist' on BROWSE_PUSH so it lands on all 3 windows when pushed, not just the first two left windows.
Incidentally I have browser_window 'songs,folders,playlist' on BROWSE_PUSH so it lands on all 3 windows when pushed, not just the first two left windows.
Posted Mon 01 Sep 25 @ 4:16 am





