j-kut wrote:
But some functions are not too difficult to implement. If you know the interfaces and also the commands it is not difficult.
that's the problem I know the novation side, well sort of, but i don't get what i should be doing to the .ini files for mixvibes
**FROM THE NOVATION PROGRAMMERS REF**
Set LEDs
Hex version 9A-9Fh, Key, Velocity.
Decimal version 154-159, Key, Velocity.
A note-on message changes the state of a LED. Key is the MIDI note number, which determines the LED location. Velocity is used to set the LED colour
Velocity is determined by choosing a number according to the colour of the button:
Value Meaning
00h (0) Red
10h (16) Red-orange
20h (32) Orange
30h (48) Orange-amber
40h (64) Amber
50h (80) Yellow
60h (96) Yellow-green
70h (112) Green
To this number, a LED intensity from 0 to 15 (Fh) can be added, where 0 is off and 15 is maximum
brightness. Dicer will light the button accordingly.
***END***
what i don't get is how to turn that into something the MV .ini file understands as "turn this dice this color"