Page 1 of 1

Mixvibes MIDI configuration file editor

PostPosted: 13 Mar 2010, 01:52
by djnacho
hi!
i'm not satisfied of the MIDI map for my controler in MV pro.it does not matter the type of it , MIDI lerning mode works good , but im intrested how to write my own , custmised MIDI configuration.
i have some experience with traktor , which MIDI commands and their atributes ( value , channels , focusing , switch/trgger - type , rotary , slider , knob , etc... ) are clearly named and easy to program.
i tried with the MIDI list , but i do not understand it.
culd anyone explain me with examples , how to program basic functions.

thanks in advance!

Re: Mixvibes MIDI configuration file editor

PostPosted: 13 Mar 2010, 02:32
by phadedvision
Hey nacho,

Check this out, I wrote it a while back (half-assedly working on an updated version as well), but this should hopefully help you get off to a good start.

viewtopic.php?f=259&t=15184

Re: Mixvibes MIDI configuration file editor

PostPosted: 18 Mar 2010, 16:47
by djnacho
Thanks !
the best way was to try and make mistakes to learn .
Your editor is really nice tool.
I understand now more....
...but i stil have some questions...
1.How to program Eff selection switch to enable choice function ( to change effect from 1 to 5 by pushing it ), same about loop lenght choice if possible . Where and which values should be filled down in the MIDI list , is it one or a few MIDI commands for the same switch comunicate?
thanks!

Re: Mixvibes MIDI configuration file editor

PostPosted: 18 Mar 2010, 20:12
by Marxon
hi djnacho!

here an example to increase the loop length on player 1
with channel 1 controler 1 value 1(hex)
#b0 1 1 BEAT 1 1.000000 INC NOCHANGE
here an example to decrease the loop length player 1
with channel 1 controler 1 value 41(hex)
#b0 1 41 BEAT 1 -1.000000 INC NOCHANGE

its also possible to map a specific loop length
to an exact cotroler (or note) value.
there you dont need the "inc" flag option.
selecting effects shouldt work the same way


marxon

Re: Mixvibes MIDI configuration file editor

PostPosted: 19 Mar 2010, 00:50
by djnacho
thanks MARXON !
i'll try .
write ya soon !