View Single Post
  #8  
Old 04-12-2013, 07:01 AM
vncnt vncnt is offline
Registered Member
 
Join Date: Dec 2012
Posts: 5
Default M-Audio XSession Pro

Hey,

thanks to your post I achieved the same kind of behaviour using the M-Audio XSession Pro. I must say that it improves the trimming a lot.

Here's the controller.
http://imgur.com/dnNtzhh

I use the 4 vertical slider to control:
- propeller
- mixture
- gaz
- radiator

I also use the 2 'Low' knobs for vertical and horizontal trim.

I didn't figured out how to use the buttons yet, as I cannot easily find the corresponding Midi codes. I satisfied so far and will improve it later.

Here's my glovepie code:

PPJoy2.Analog0 =((midi2.ByteControl12)*2) -1
PPJoy2.Analog1 =((midi2.ByteControl11)*2) -1
PPJoy2.Analog2 =((midi2.ByteControl15)*2) -1
PPJoy2.Analog3 =((midi2.ByteControl14)*2) -1
PPJoy2.Analog4 =((midi2.ByteControl26)*2) -1
PPJoy2.Analog5 =((midi2.ByteControl29)*2) -1
PPJoy2.Analog6 =((midi2.ByteControl36)*2) -1
PPJoy2.Analog7 =((midi2.ByteControl33)*2) -1

The midi key codes can be find in the manual here:
http://www.m-audio.ca/images/global/...ro_UG_EN01.pdf

Thanks so much for the tip, cause I wanted to do that for a while.

v.
Reply With Quote