Page 1 of 1

Mixvibes 7.218 with American Audio VMS 4.1(solved)

PostPosted: 29 Jul 2012, 17:06
by OnkelHorscht
Hello everybody,

I try to use the American Audio VMS 4.1 with Mixvibes 7.218.

I have a problem with the pitch slider on the right side (and with the 2 jogwheels, biut this is another problem).
All buttons are sending on MIDI channel 1. The only one who is sending on channel 2 is the pitch slider on the right side.

Here you can see first the signals I get using MIDIOX.
The play button is only for an further example.

TIMESTAMP IN PORT STATUS DATA1 DATA2 CHAN NOTE EVENT

Play button left side
00001AB0 1 -- 90 0D 7F 1 C# 0 Note On
00001B0A 1 -- 80 0D 40 1 C# 0 Note Off

Play button right side
00000A17 1 -- 90 2F 7F 1 B 2 Note On
00000A85 1 -- 80 2F 40 1 B 2 Note Off

Pitch left side
00054E55 1 -- E0 10 3F 1 --- Pitch Bend

Pitch rigt side
00065D58 1 -- E1 7F 3F 2 --- Pitch Bend

And here is the MIDI Mapping:

MIDI Mixvibes

Play left side
#90 d 7f PLAYPAUSE 1 1 NOUP
#80 d 40 PLAYPAUSE 1 1 NOUP

Play right side
#90 2f 7f PLAYPAUSE 2 1 NOUP
#80 2f 40 PLAYPAUSE 2 1 NOUP

Pitch left side
#e0 ff PITCHALL 1 0.000000 INVERSE LONGMIDIINV
Pitch rigth side
#e1 7f PITCHALL 2 0.000000 INVERSE LONGMIDIINV

The MIDI Mapping for the left pitch is not right. When I move the right pitch slider on VMS 4.1 the left pitch in Mixvibes is moving and not the right pitch slider.

I think its about the right slider is sending on MIDI channel 2. But I dont know how I put this information in the MIDI Mapping.

Can anybody help me?

Re: MixVibes 7.218 with American Audio VMS 4.1

PostPosted: 30 Jul 2012, 12:15
by Support@MixVibes
OnkelHorscht wrote:Pitch left side
#e0 ff PITCHALL 1 0.000000 INVERSE LONGMIDIINV
Pitch rigth side
#e1 7f PITCHALL 2 0.000000 INVERSE LONGMIDIINV

The MIDI Mapping for the left pitch is not right. When I move the right pitch slider on VMS 4.1 the left pitch in MixVibes is moving and not the right pitch slider.

I think its about the right slider is sending on MIDI channel 2. But I dont know how I put this information in the MIDI Mapping.

Can anybody help me?

I don't have the VMS 4.1 to test, but you should check the syntax from other controlers. Look into the MIDI folder of DVS

It should be something like that :
Code: Select all
#e0 PITCHALL 1   0.000000   LONGMIDIINV
#e1 PITCHALL 2   0.000000   LONGMIDIINV

Re: MixVibes 7.218 with American Audio VMS 4.1

PostPosted: 01 Aug 2012, 01:15
by dj_decka
You may have already found it but heres the download log of all the firmware and MIDI table for the VSM4.1.

http://www.vms4dj.com/downloads_uk.html

Re: MixVibes 7.218 with American Audio VMS 4.1

PostPosted: 02 Aug 2012, 14:08
by OnkelHorscht
Thank you very much:

That is the solution:

#e0 PITCHALL 1 0.000000 LONGMIDIINV
#e1 PITCHALL 2 0.000000 LONGMIDIINV

It works great.