Ingreso rápido:  

Forum: Old versions

Tema: Jumping to the "playlist" column. Help!

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

I have the dj2go and love it. I've remapped a couple of buttons to really customize it. I'm stuck on one remap and need help.

The "enter" button jumps the cursor from the groups column to the track column when pressed, but when i press it again, it doesn't go to the playlist column.

THAT'S what i need mapping help with. I want the enter button on the controller to allow me to move the cursor into the playlist column too. Right now it just jumps to the tracks column.
 

Mensajes Sun 05 Feb 12 @ 5:19 pm
I used to have it as a holding action for the browser folder and enter buttons, so if I hold enter it will jump to the playlist, or back from the playlist to songs, then the same was mapped to the folder button but with the sidelist, I think it was somthing like...

Enter
holding ? browser_window "playlist" ? browser_window "songs" : browser_window "playlist" : browser_window "playlist" ? load : browser_window "sidelist" ? load : browser_enter

folders
holding ? browser_window "sidelist" ? browser_window "folders" : browser_window "sidelist" : browser_window "sidelist" ? nothing : browser_folder
 

Mensajes Mon 06 Feb 12 @ 3:40 am
Because I can't help myself if you have mapped a shift button you can load the sidelist with "shift + folder" or the playlist with "shift + enter"

shift button has to be mapped with this
set '$shift' while_pressed

Enter
var '$shift' ? playlist_add : holding ? browser_window "playlist" ? browser_window "songs" : browser_window "playlist" : browser_window "playlist" ? load : browser_window "sidelist" ? load : browser_enter

folders
var '$shift' ? sidelist_add : holding ? holding ? browser_window "sidelist" ? browser_window "folders" : browser_window "sidelist" : browser_window "sidelist" ? nothing : browser_folder
 

Mensajes Mon 06 Feb 12 @ 4:46 am
No room for a shift key on that little ole' controller. I think I need to map the enter button work to me a simple toggle action.

It would be ideal that each time I press the enter button the cursor moves to the next column. (ie, folders, then to tracks, then to side list, then back to folders, etc).
 

Mensajes Mon 06 Feb 12 @ 5:03 am
this should do that... it cycle's between the

[folder --> songs --> sidelist --> playlist]

If you hold the button on folders it will open the folder tree, but if you hold the button in any of the others it will load the highlighted track.

forwards
holding ? browser_window "folders" ? browser_folder : load : cycle 'browser' 4 & var 'browser' 1 ? browser_window "songs" : var 'browser' 2 ? browser_window "sidelist" : var 'browser' 3 ? browser_window "playlist" : browser_window "folders"

backwards
holding ? browser_window "folders" ? browser_folder : load : cycle 'browser' -4 & var 'browser' 1 ? browser_window "songs" : var 'browser' 2 ? browser_window "sidelist" : var 'browser' 3 ? browser_window "playlist" : browser_window "folders"
 

Mensajes Mon 06 Feb 12 @ 5:29 am
I believe it works fantastic my friend! Thank you.

I've been learning mapping code and having fun. But, this particular action was a little too advance for me.

On a side note... I only used the Forward code and it seems to work fine. I didn't load the backwards code. I wasn't sure where to put that.
 

Mensajes Mon 06 Feb 12 @ 6:49 am
how funny. I simply loaded the backward code onto the back button. doh!
 

Mensajes Wed 08 Feb 12 @ 7:42 am


(Los tópicos y foros antiguos son automáticamente cerrados)