Forum rules
Ce forum ne répond pas au support et demandes d'assistance des utilisateurs.
Veuillez choisir le forum français correspondant à votre logiciel !
by sebflava on 25 Jul 2010, 22:48
In the firmware light control is separeted to three independent groups (buttons, slider & wheel). Each of these groups can be controlled without affecting the other groups. When light control command is sent to the controller a 3000ms timer will be started. While the timer is running MIDI driver / native application is in charge of light control. After timer expires firmware steps back into control. If MIDI driver / native application wishes to remain in control it should send updates (keep alives) to reset the timer.
MIDI
Orange lights are controlled with light control channel 1 (same channel as default left deck) and green lights with light control channel 2 (same channel as default right deck). This will most probably change in future so that the user can configure which MIDI channel the driver listens to.
Commands Note on (0 <= data1 < 102) Shows / hides individual leds
intensity = data2 & 7 Intensity of the led in range 0-7 where 0 = off and 7 is brightest. Current OTUS firmware doesn't support led intensity control, but may be implemented by future firmware releases. Now intensity field value 0 = off and others = on. blink interval = (data2 >> 3) & 0x7 Blinking interval 0 = 150ms, 1 = 300ms, ... 6 = 1050ms, 7 = no blinking show only if active = (data2 >> 6) != 0 If set the led will be hidden if the deck is not active, if not set then led will be visible even if decks are switched
0 <= data1 < 60 Wheel leds (clockwise starting from the led at clock 6) 60 <= data1 < 64 Jog wheel leds (clockwise starting from upper right jog, handled as part of the button led group) 64 <= data1 < 82 Button leds (clockwise starting from 1/8th loop) 82 <= data1 < 102 Slider leds (from up to down followed by the scale leds)
Note on (data1 == 102) Emulates the firmware wheel lights with given position position = data2 & 0x3f Wheel position in 1/64th steps show only if active = (data2 >> 6) != 0 If set the led will be hidden if the deck is not active, if not set then led will be visible even if decks are switched
Note on (data1 == 103) Emulates the firmware slider lights with given position position = data2 & 0x3f Slider position in 1/64th steps show only if active = (data2 >> 6) != 0 If set the led will be hidden if the deck is not active, if not set then led will be visible even if decks are switched
Note on (data1 == 104) VU effect on left side of the wheel value = data2 & 0x3f VU value in 1/64th steps show only if active = (data2 >> 6) != 0 If set the led will be hidden if the deck is not active, if not set then led will be visible even if decks are switched
Note on (data1 == 105) VU effect on right side of the wheel value = data2 & 0x3f VU value in 1/64th steps show only if active = (data2 >> 6) != 0 If set the led will be hidden if the deck is not active, if not set then led will be visible even if decks are switched
List of data1 values and corresponding Otus leds
60 (C0)* Upper left jogwheel 61 (C#0) Upper right jogwheel 62 (D0) Lower right jogwheel 63 (D#0) Lower left jogwheel 64 (E0) 1/8 loop 65 (F0) 1/4 loop 66 (F#0) 1/2 loop 67 (G0) 1/1 loop 68 (G#0) Loop in 69 (A0) Loop out 70 (A#0) Reloop 71 (H0) Right eject 72 (C1) Deck switch 73 (C#1) Right mouse button 74 (D1) Left mouse button 75 (D#1) Left eject 76 (E1) Stop 77 (F1) Play 78 (F#1) Reverse 79 (G1) Cue 80 (G#1) Brake 81 (A1) Fast forward
* Octave numbers are not part of the MIDI standard and therefore they may vary between applications. For Traktor Upper left jogwheel would correspond to note (C5).
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 25 Jul 2010, 22:51
il faut que j arrive a decodé tous sa , on dirait que c est le langage traktor c est dommage ...
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 25 Jul 2010, 22:58
par exemple la led play pause c est 0*4d pour Cross ce qui ne correspond pas avec la note MIDI donné ci-dessus ...sinon a part les led je n ai eu auncun probleme de mapping d ailleur je mix tres bien avec mon perso .... mais bon sa me gène de pas finir mon oeuvre  ... d ailleurs si quelqu un a une otus qu il se magnifeste maintenant ou ce taise a jamais  ...
Last edited by sebflava on 25 Jul 2010, 23:01, edited 1 time in total.
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 25 Jul 2010, 22:59
ah au faite j ai inverser les controle 1et 2 pour correspondre les couleurs avec Cross ...
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by Support@MixVibes on 26 Jul 2010, 12:17
Je n'ai pas tout lu mais il faut utiliser combojog qui gère les 2 jog (scratch+cd) en fonction de la condition vinyl mode. Pour les leds aussi je trouve ça étrange car sur mon Otus les diodes suivent la roue, ça change de couleur quand on change de layer, les petites diodes prêt des boutons s'allument également et tout ça d'origine en hardware. Pour l'inversion des couleurs le jour un un mec qui a l'habitude de bosser avec l'orange à gauche, ça va lui faire bizarre ! Pour hexa <-> décimal il y a la calculatrice windows, c'est gratuit et déjà installé ! Pour l'éditeur de translation, on essaye d'utiliser le mapping usine car si on a le mapping maison sans les fichiers de configurations ça ne marchera pas correctement. (d'ailleurs je me demande si mon Otus (proto) est configuré comme les versions du commerce vu tous les problèmes que tu as...  )
-

Support@MixVibes
-
by sebflava on 26 Jul 2010, 19:33
Support@MixVibes wrote:Pour les leds aussi je trouve ça étrange car sur mon Otus les diodes suivent la roue, ça change de couleur quand on change de layer, les petites diodes prêt des boutons s'allument également et tout ça d'origine en hardware.
moi aussi mais il etait question de modifié pour que se soit plus logique ...
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 26 Jul 2010, 19:36
"Pour l'inversion des couleurs le jour un un mec qui a l'habitude de bosser avec l'orange à gauche, ça va lui faire bizarre " platine Cross jaune pour otus rouge et platine Cross rouge pour otus jaune me parait incohérent mais c est mon avis de pauvre utilisateur peut etre trop maniac  ...
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 26 Jul 2010, 19:39
"Pour hexa <-> décimal il y a la calculatrice windows, c'est gratuit et déjà installé !" A#0 ce n est pas convertible en hexa ou plutot moi je sait pas faire ... 
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by sebflava on 26 Jul 2010, 19:42
et je n ai pas de problème ,je voulait juste modifié la gestion des led mais bon je me contenterait d un produit qui fonctionne ,merci comme meme j arrete de vous embeté .... 
dell inspiron 1545,eks otus
-
sebflava

-
- Posts: 357
- Joined: 21 Dec 2009, 23:36
- Location: Corse
by UncleVibes on 26 Jul 2010, 22:14
bon je me contenterait d un produit qui fonctionne ,merci comme meme j arrete de vous embeté .... 
t'es fou tes gamberges font du bien
-
UncleVibes

-
- Posts: 10254
- Joined: 22 Sep 2003, 14:36
Return to Libre accès
Users browsing this forum: No registered users and 10 guests
|
|
|