Dear team, I'm trying to set a controller which is Mackie Controller compatible but I'm facing an issue with encoders.
VDJ support the following settings by the "zero" parameter in XML file: "zero - set the cc value that represents zero. For a jog that sends 0x01 for forward movement and 0x7F for rewind, set this to "0" (default). For a jog that sends 0x41 for forward movement and 0x3F for rewind, set this to "0x40""
But for Mackie controller encoders, it's another way of thinking:
* it sends 0x01 (and until 0x04 depending rotation speed) for forward movement
* and it sends 0x41 (and until 0x44 depending rotation speed) for backward movement.
So it's a mix of both settings, is it possible to implement in VDJ ?
Thanks
VDJ support the following settings by the "zero" parameter in XML file: "zero - set the cc value that represents zero. For a jog that sends 0x01 for forward movement and 0x7F for rewind, set this to "0" (default). For a jog that sends 0x41 for forward movement and 0x3F for rewind, set this to "0x40""
But for Mackie controller encoders, it's another way of thinking:
* it sends 0x01 (and until 0x04 depending rotation speed) for forward movement
* and it sends 0x41 (and until 0x44 depending rotation speed) for backward movement.
So it's a mix of both settings, is it possible to implement in VDJ ?
Thanks
Inviato Thu 14 Nov 24 @ 5:02 pm
Try to create two elements the same name and "both" ways of defining a jog.
Not ideal, but I think it should work
Not ideal, but I think it should work
Inviato Thu 14 Nov 24 @ 5:53 pm
PhantomDeejay wrote :
Try to create two elements the same name and "both" ways of defining a jog.
Not ideal, but I think it should work
Not ideal, but I think it should work
Thanks for this proposal. I finally found the "max" setting and if set to 1, it works !
Inviato Sat 16 Nov 24 @ 9:52 am