Jump to content

kmargos

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by kmargos

  1. Thank you!! I had seen it in September 2017, but I had not realized I was talking about NG !! Tks !!!
  2. Hi all, I'm building a DJ MIDI controller. I'm trying to switch to NG, I studied a little, but I did not find anything on how to make new fonts. In the video I did some by the conventional method. How can I make a new font in the NG method? See the video, i can make this in NG (GLCD1306)? Tks, Marco.
  3. HI, I was having difficulty mapping the Traktor (Dj program), I had to test who would turn on the LEDs one by one, until I found C-1 instead of C-0. Tks !!!
  4. Hi TK, In midi-ox, it shows me C-1 with value 0x18 and in MIOS-Studio it shows me C-0 with a value of 0X18. Traktor C-1 has a value of 0X18. See attached photo. Marco.
  5. I have to !! LOL app.c:75:3: warning: pointer targets in passing argument 2 of 'xTaskCreate' differ in signedness [-Wpointer-sign] In file included from app.c:24:0: i:/MIOS32/trunk/FreeRTOS/Source/include/task.h:360:13: note: expected 'const char * const' but argument is of type 'signed char *' Marco.
  6. Hi TK, Thank you so much!!! Now it works !!!! I've been looking for where the bug would be for two days and today I would look at "mios32_board.c". Thanks for the quick help !!! Marco.
  7. Hi , this example should work the 4 encoders?Im mine LPC dont work, only 2 encoders(j5A). http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Ftutorials%2F014b_enc_j5_relative%2F Tks, Marco.
  8. Hi !! Strange, would not that just be for analog inputs? A0 .... A3 work fine without setting "#define MIOS32_AIN_CHANNEL_MASK 0x00ff". I do not want analog inputs. I want 4 encoders Tks Marco.
  9. Hi, Julian Can you solve it? Marco.
  10. Hi!!! Leveraging the topic. I use the LCP1769 I'm testing the example "014b_enc_j5_relative". It only works J5A (A0 ... A3) and J5B (A4 ... A7) does not work. This example tests all inputs A0 ..... A7 on the J5A and J5B connector? How do I set up so that all inputs A0 .... A7? I tested J5A / B as analog inputs and they all worked. I just set "#define MIOS32_AIN_CHANNEL_MASK 0x00ff"
  11. Hi !!! Why can not I use potentiometers over 10K? I noticed that the 50k (linear B) potentiometers connected on the ainser64 board do not send CC = 63 when it is midway (5V / 2 = 2.5V), but sends CC = 63 when it is just over halfway down (2.90 V) at the entrance of 4051. Sorry, my english. Tks, Marco
  12. Hola, me monté estos archivos no entendían su problema. Habla portugués?
  13. Hi I am the Marco who built the traktorizer, I leave with you the files I could at the time. Today I am making another midi controller using the LPC. Unfortunately I have to start from scratch. Alternative link :http://www.4shared.com/folder/mcAzNBcD/Traktorizer.html Traktorizer.rar
  14. Hi All, I need more digital outputs, making the J16 connector on the LPC1769 with exit to 128 LEDs. How to make this? I dont want matrix ... I must also not use analog outputs, only analog inputs, the connector J19 can be used the SR 74595? How to make this? TKS!!!
  15. LCD NOKIA 3310, Alguem teve experiencia com ele no midibox usando 18f452 ? Fui testa-lo com o codigo ja pronto (exemplo) do pcd8544 e nada do LCD funcionar, na porta parela funciona, mas no core nada, vi um esquema de mudar ID mas ta meio estranho. alguem fez funcionar ou pode me dar uma luz? Valew!!!!
  16. Consegui fazer os LEds funcionarem quem quiser ver ta na comunidade projetos com PIC no orkut Enquanto a latencia, fica ruim acima de 15 LEDS, o som picota, talvez usando um Placa de som profissional com suporte a ASIO de pra acender mais LEDS mas acho que nao ajudar muito nao. Tenho uma controladora bcd3000 ela da pau quando faço um VU de leds por midi. Fica lento d+.
  17. Lennysson eu tenho o codigo de fonte do traktorizer que o MTE me passou, qualquer coisa te passo meu email eh kmargos@gmail.com,. Galera gostaria de saber como faço pra controlar todos os LEDS independentemente, usei esse codigo do ain64_din128_dout128_v2b mas ele pula os LEDS iniciais. void MPROC_NotifyReceivedEvnt(unsigned char evnt0, unsigned char evnt1, unsigned char evnt2) __wparam { // check if note on or off event at channel 1 has been received if( evnt0 == 0x80 || evnt0 == 0x90 ) { // if note off event: force evnt2 to 0 for easier handling of 'LED off' if( evnt0 == 0x80 ) evnt2 = 0; // number of DOUT pin in evnt1, value in evnt2 MIOS_DOUT_PinSet(evnt1, evnt2 ? 0x01 : 0x00); // notify display handler in DISPLAY_Tick() that DOUT value has changed last_dout_pin = evnt1; app_flags.DISPLAY_UPDATE_REQ = 1; } } alguem sabe?
  18. Fala galera vim relatar minha experiencia com o midibox....Sou DJ e vi um tal de traktorizer e comecei a ler com ajuda do google traduçoes hehe, depois de uns 4 meses saiu isso ó quase perfeito o funcionamento.Como nao sei bulhufas de programação de pic, hoje estou querendo aprender para melhorar esse projeto, quem sabe usar até outros componentes em smd fazer outros layouts de placa e montar um produto barato e brasileiro. O acabamento desses produtos eh que quebra.Fazer uma caixa com botoes criados por vc fica inviavel e temos que apelar com algo mais pratico como botoes de embutir com roscas e por ae vai. Abraços
×
×
  • Create New...