Page 1 of 1

DVS - MIDI mapping problem

PostPosted: 23 Oct 2012, 18:38
by jaydaring
hi some pleasehepl me.
I am having problems assighning the sampler to my EMU Xboard 25/ It seem to mapp but is also velocity sesitive which i dont want. any way round this. Are ther any tutorial on sampling on DVS Ultimate system. I am using time coded vinyl and want to sample and loop creating live remixes. Any help would be greatly aprieaciated.

Re: DVS - MIDI mapping problem

PostPosted: 23 Oct 2012, 18:53
by christiankoopmann
Hey,

could you please post me some mapping code from your mapping file? you can find the mapping at the installation folder of MixVibes DVS under MIDI.

place it here on the forum in the tags: code (found on the top of the message box).

Then I can check what you can do.

Thanks
Christian

Re: DVS - MIDI mapping problem

PostPosted: 23 Oct 2012, 20:33
by christiankoopmann
Hey,

Here is some info from me what I had done in the past on DVS with my Akai LPD8. It was also sensitive and I created a workaround.

Here is the workaround. Please keep in mind that the MIDI notes (#90 **...) are from my device and you have to check for yours.

Code: Select all
#90 24 PLAY   100   1
#80 24 PAD   100   1   0
#90 25 PLAY   101   1
#80 25 PAD   101   1   0


Pad one is 100, Pad two is 101 and so on. As you can see I have two commands for one pad.

One for activating the pad and one for stopping. So the #90 24 is to start (this why I'm using play then it is not sensitive) and the Stop command (release of the pad) #80 24 is for stopping so there is on the second option a 0.

And please take care that you only take the first 4 digits of the normal 6 digit long Value. So when your mapping has something like this: #90 54 1f please delete the 1f. the last 2 digits are from 00 to 7f to indicate the value of the power of pushing the button.

regards
Christian

Re: DVS - MIDI mapping problem

PostPosted: 29 Oct 2012, 00:35
by jaydaring
Wow this seems complex. But then everything always is to begin with.will try and let you know. Thanks