Page 1 of 1

[SOLVED]Ability to MIDI map track selecton on an MPD?

PostPosted: 16 Oct 2008, 10:32
by phadedvision
I've been trying to figure this out for a while, it's probably not possible, but then again, I'm not the brightest Crayon in the box. ;)

Is there any way to MIDI map my MPD24 (or any pad-based MIDI controller) so that it can be used for track selection?

Any ideas or help is appreciated!

Re: Ability to MIDI map track selecton on an MPD?

PostPosted: 16 Oct 2008, 11:13
by djegun
Here an example (VCI-100) to map the track selection:

Code: Select all
[b]#90 5c[/b] SELECT   0   -1   0   NOUP
[b]#90 5d[/b] SELECT   0   1   0   NOUP
[b]#90 5e[/b] ACTIVEVIEW   1   0


You have to write the MIDI note (named Control in the MIDI Controller dialog box) of your controller buttons instead of the MIDI notes examples.

Here another example (iMix) to map the track selection:
Code: Select all
[b]#90 52 7f[/b]    SELECT      1   1    1       NOCHANGE
[b]#90 53 7f[/b]    SELECT      1   -1    1       NOCHANGE

Re: Ability to MIDI map track selecton on an MPD?

PostPosted: 16 Oct 2008, 11:27
by wazza
do you mean load/select a track in deck A or B

yes you can

go options/MIDI/..click on new box ( to make a new MIDI map ) and name it....

use the MIDI learn to map the play button in deck A or B to one of your pads on your MPD

Now go back to options/MIDI/ your new MIDI map/..click edit to see the new line
up the top off the MIDI page you will see the heading command you will see the play button you have just map'ed

next to the play command in the same box is a little black triangle arrow
click on the little black triangle arrow for a drop down window with a list off fill commands
click on the load or the select command
have alook at the vci-100 map for more info

edit...djegun beat me to it.....lol

Re: Ability to MIDI map track selecton on an MPD?

PostPosted: 16 Oct 2008, 19:28
by phadedvision
Awesome! Thanks for the help guys!