Jump to content

julienvoirin

Programmer
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by julienvoirin

  1. en hexadécimal : F8 : horloge, faut 24 horloges pour faire une noire à la résolution de 24ppqn FA : start FB : stop (si je me souviens bien) FC : pause Je t'encourage à regarder audiocommander, y a le code mais j'ai pas pris le temps de le décortiquer (et je sais pas bien le C en plus), aussi je t'encourage à trouver comment faire car ça m'intéresse bcp.
  2. julestriko has developped a "pad keyboard" with velocity AND aftertouch (MPC style !!) maybe you could ask him later when you will have to do the .asm of the application. obvious your project is very interesting, cimo is right, if you are newbee you will spend to much time on ucapps ; moreover you will have to code and it is complicated. Buying a kaosspad or a MPD + a Remote zero SL seems a better solution.
  3. look : http://www.midibox.org/forum/index.php/topic,10954.0.html absolutly no screw ! and the wiring is rather cool. Use vero to make solder tracks, usually leds share the same GND Bus, buttons too, and encoders too. All is very strong, i used spacers and the vero are soldered together and then linked to the panel by 4 screws (hidden under the handles) you can reuse the panel .fpd
  4. this pcb is more useful, and would be even more useful if it used the 2x5 HE10 socket in order to use it with Smash TV PCB.
  5. IMO this PCB is unuseful. You can achieve this by using a 17 wires ribbon cable and 3 HE10 connector. You do the same as IDE ribbon for Harddrive : the only difficulty is to rearrange the wires on the Core connector ( I did it for my SEQ)
  6. Qui a trop bu de HK ce soir ? C'est Selim !! :-X
  7. thanks for their help to Bugfight and Stryd. The code i did is enough for the moment. I did it for reboot of the forum, I won't do more in the next days. Do you know if we can add this keyboard to the MB6582 (without a second Core), and mix the code with the already made code for MB6582 ? That means that we ask to the PIC to drive 2 scan matrix at the same time.
  8. 1st thing : thanks Stryd for help ??? i tried but doesn't change anything .. what i would like to do is having : unsigned char octave into the range 0-127, 0 included and 127 included. ///////////////////////////////////////////////////////////////////////////// // Fonction de gestion de l'octave ///////////////////////////////////////////////////////////////////////////// void OCTAVE(void){ // octave doit Ãtre compris entre 0 et 127 inclus //octave &= 0x7F; if (octave<=-1) octave &=0x00; if (octave>=0x7f) octave &=0x7F; } when I press several time the "octave up" key (which correpond to a combbinaison between C5 and F3), octave is going up until it reaches Midi Note 127, but then after, it returns to Midi note 1 (meaning the PIC has lost the value of "octave" ...). WTF ??????
  9. :D :D :D LOOOOOOL, genre ! Elles sont devenues quoi 1 & 2 ? T'as bcp d'humour noir, j'adore ;)
  10. Ok, i tested for real, and there were bugs !!! so, i corrected, and it works well now :) You need one DOUT, one DIN, one CORE, make the scan matrix (i reused a mini yamaha keyboard, which has 8 rows and 6 column, +1 free column so 49 keys) Add a display (2x16 LCD) to see messages, channel and notes number played. The only problem is with "Octave", i don't know how to code a ranged value.
  11. still beta, not yet stested for real, but no compiling error ! you change the midi channel with the 16 first white keys, E3 and F3 allows you to increase or decrease Octave (+12 semi tons) it has a sustain pedal, and a pitch bend To use with mini yamaha keyboard.
  12. the second keyboard has 49 keys. I am already using a second Core, but, you know, I am gridy :p Thanks for tip Stryd ;)
  13. Dear beloved, does anybody know if it is possible to add a second scan matrix when there is already one available ? The idea is to add a keyboard to the MB6582 which already have the SM code for the buttons and encoders ? Another solution is to use cimo 1024 buttons SM but i am not enough qualified and want to treat with some C code. Regards
  14. les sockets c'est les SUPPORTS de circuits intégrés : y a rien d'écrit dessus en principe ! apres si tu mélanges 74HC165 (registre à décalage) et les multiplexeur analogiques, eh ben t'es pas sorti de l'auberge !
  15. les pins non utilisées des AIN, tu les a reliées à la masse ? t'as désactivé J5 ? les messages control change aléatoires c'est quand des pins sont restées libres alors qu'il devrait y avoir un potar branché dessus. tu as lu les explications de TK ?
  16. HE10 à sertir. Smash en vend, mais tu vas attendre longtemps. Selectronic en vend, de bonne qualité. Radio saint quantin, plus cher, moins bon. Super pratique, faut le sertir à l'étau ou avec une pince multiple en étant très soigneux et très doux. Pour tes soudures, un petit tuyau : l'étain va là où c'est chaud ... donc on chauffe la partie qui doit recevoir la soudure, on applique le fil d'étain sur la patte de composant et la pastille puis on retire vite le fer en laissant le fil appuyé, comme ça l'étain ne va pas sur le fer. C'est un coup de main à prendre, mais avec les trous métallisés or, c'est Rolls Royce.
  17. c'est pas faux, mais on va rester cool alors , vu ton message midi, tu a ton bouton qui en fait est relié à 3 pins du 74hc165 (un court circuit en fait, que TU as créé). Donc, déjà , revérifier toutes tes liaisons éléctriques au multimètre en mode "bipbip", afin de voir que ton schéma électrique correspond bien à tes soudures. Par expérience, 98% des erreurs sont dûes à ça. Le reste de tes boutons semble OK. Les potards sont sensés envoyer des messages de control change. là tu déconnes, tu l'as programmé si tu as les massages correspondant. En sysex ou via miosstudio
  18. faut déclarer la midibox comme télécommande dans les ports IN et OUT des preferences de Live. t'as midibox est sensée envoyer des messages Notes On/off quand t'appuies sur les boutons, des Control changes quand tu tritures les potards et elle allume ses LED quand tu lui envoies des Notes en MIDI. MIDIOX MIDIOX MIDIOX !!!! Le fichier "script" s'édite avec Notepad. Et tu le sauves. Il suffit de simplement lire les instructions indiquées à l'intérieur pour comprendre le fonctionnement. Courage !
  19. et pourquoi tu lui mettrais pas ça dans le ventre à ton core ? http://www.ucapps.de/mios/ain64_din128_dout128_v2_0.zip ensuite dans LIVE tu peux éditer un fichier pour ta propre surface de controle ou tu déclare en fait quel note, CC correspondent aux commandes de la mackie (page up/down des faders, les boutons de pan, les select/rec/mute, etc ..). Un utilitaire de lecture de message midi te sera utile comme midiox (PC) ou midi monitor sous OSX, afin de savoir ce qu'envoie ta boite. Pour live va voir dans /user/library/preferences/ableton/live6,0,10/user remote scripts Sous windows je connais pas. Je l'ai fait pour une midibox custom, ça marchait. Depuis je me suis concentré sur ma mackie. Sinon il reste le midi learn.
  20. http://4colors.free.fr/midibox/demos/mb6582/Beethoven%20VS%20Sidstation.mp3 Drums : Korg EM1 Fx : Kaoss Pad3 Bassline helped by doubling with a Novation KS4 MB6582 : 4 resting parts
  21. hmm ... je ne suis pas sorcier. should i understand "which" ?there is no way to break the panel if your are tiny. and because you screw the cutted screw with your hand you can't have enough force to break. moreover, the screwhole isn't complete ; Schaeffer can't mill the all hole : they need at least 0,5 mm free. So, on a 3mm thickness : 2mm milled 0,5mm free 0,5 mm of panel The case was bought at Selectronic
  22. i like it a lot ! sounds like The Postal Service
  23. t'aurais pas inversé IN et OUT dans tes branchements par hasard ???
×
×
  • Create New...