Page 1 of 1

[SOLVED] Mixvibes Producer....a MIDI problem!

PostPosted: 31 Oct 2008, 00:50
by Pietronik
Hi everybody.
Today I've found a problem with the last version of Mixvibes.
I was mapping my Ecler Evo5 to scroll around tracks...using the command

90 53 1 SELECT NOUP 1 1 0 and
90 53 7f SELECT NOUP -1 1 0 (to go backward)

but I've found that the selection does not go backward...but only in one direction...how does is it possible?
I've also tried to assign the second string:
90 53 7f SELECT NOUP -1 1 0
to a button...thinking that the problem was caused by the encoder...but with no result!

Please help me!!!
Thank you! :D

Re: Mixvibes Producer....a MIDI problem!

PostPosted: 31 Oct 2008, 12:09
by djegun
See an example (VCI-100) below, it should help you:

#90 5c SELECT 0 -1 0 NOUP
#90 5d SELECT 0 1 0 NOUP

Re: Mixvibes Producer....a MIDI problem!

PostPosted: 31 Oct 2008, 14:45
by Pietronik
Thank you so much for your answer...but I've note resolved the problem. Seems like the -1 value is not understood by the software! I really don't understand!

Re: Mixvibes Producer....a MIDI problem!

PostPosted: 01 Nov 2008, 07:19
by abitmessie
I too had trouble with this for some time, to make this work for me i had to add NOCHANGE to the MIDI config file

so make it like this

#90 5c SELECT 0 -1 0 NOCHANGE NOUP
#90 5d SELECT 0 1 0 NOCHANGE NOUP

should work then

Re: Mixvibes Producer....a MIDI problem!

PostPosted: 01 Nov 2008, 09:01
by Pietronik
Thank You so much!!! Now it works fine!!!