Connexion rapide:  

Forum: Old versions

Sujet: Pioneer DJM-T1 - Midi Mapping - Browser Scroll

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Ok, I have the entire unit mapped. Working like a champion. One thing I cant crack is the browser scroll.

Theres a large endless encoder knob that I would like to use to scroll up and down on a play list. Anyone know the code?

NOTE:
"param_greater 50% browser_scroll +1 : browser_scroll -1"
"param_smaller 50% browser_scroll +1 : browser_scroll -1"
"param_greater 0% browser_scroll +1 : browser_scroll -1"
"param_smaller 0% browser_scroll +1 : browser_scroll -1"

...Don't work.
 

Posté Wed 06 Feb 13 @ 3:39 pm
you just missed the question mark in the conditional variable ;-)

param_greater 0% ? browser_scroll +1 : browser_scroll -1
 

I use,

"param_greater 50% ? browser_scroll +1 : browser_scroll -1"
 

If I use either, I turn the knob both left or right and the browser only scrolls up. It only scroll in one direction. Any other possibilities?
 

Have you created a definition file or are you trying to map the device as Simple Midi Wrapper ?
 

I've been using the the midi wrapper. Phantom has been in contact with me. I gave him some sysex id info and he may be sending me a file he created. I'm really hoping to start using this mixer is real world. It's amazing.
 

As for a list of midi notes its in the manual or you can download a pdf from the pioneer site.
 

Have you tried

param_greater 0% ? browser_scroll -1 : browser_scroll +1

You can switch the '-' and '+' if you want to invert the scroll directions.
 



(Les anciens sujets et forums sont automatiquement fermés)