Jump to content

julienvoirin

Programmer
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by julienvoirin

  1. For burning PIC 16f88 with MIOS IIC, v1.0b, using the uCApps PIC Burner, I had to use pbrenner26, not the 26U version the .hex is not recognized by earlier version of pbrenner, so use that : http://www.sprut.de/electronic/soft/pbrenner26.zip the problem is known and described as pbrenner can't read the Unix code writing
  2. From what i've understood, fuses are for Atmel and calibrate the XTAL operating functions.
  3. you can trust him his kits are all sorted out, he delivers fast. cheers
  4. c'est aussi mon opinion Did you try a simple app like ain64_din128_dout128_v2c.zip ? when you connect SI to ground and release, it sends all the 128 midi note on/off messages after that, connect the DIN to J9, and test each Input pin of serial registers (don't forget pull up 10K resistors). when connected to ground it sends note On, note off when released. more over, note start from 0 and goes to 128 (if 4 DINx4 chained), indicating you which input of the 74HC165 could be dead (i had the problem 2 years ago)
  5. c'est aussi mon opinion Did you try a simple app like ain64_din128_dout128_v2c.zip ? when you connect SI to ground and release, it sends all the 128 midi note on/off messages after that, connect the DIN to J9, and test each Input pin of serial registers (don't forget pull up 10K resistors). when connected to ground it sends note On, note off when released. more over, note start from 0 and goes to 128 (if 4 DINx4 chained), indicating you which input of the 74HC165 could be dead (i had the problem 2 years ago)
  6. ALPS does such button : they are transparent. Look at Wilba MB6582 :ike:
  7. welcome onboard ! so cool studio (DM2000 !!!!) :frantics: where did you get your Moog buttons ? cheers :drool:
  8. Dear Midiboxers Does someone have the REV7 service manual. Its power supply is KO and i'd like its schematic and testing points Best Regards
  9. sympa la boite. un clone MiniMoog ???
  10. Dear Patrick, I will maybe do the same as you as it is rather complete. Whatever, your code is very well done and helps a lot :) Merry Christmas !!!
  11. excellent ! very nice looking midibox :P what are the filter CCs ? why not include M1000 inside if you have space left ?
  12. ok , it is to get the edit buffer ... i though it was for plugging a keyboard and routing the notes to M1000 why not using MIOS32 which have 2 MIDI i/o ? MIDI i/o A goes to your computer (or your midi machines) MIDI i/o B goes to M1000 most of C code can be easily adapted to (and it seems your are very confident with coding) M1000 has Echo function i believe , doesn't it ? i will think to a solution but I am at work now, it is hard to concentrate ... stay tuned
  13. stupid me, why not using the MIOS integrated merge function ? you put it in the Init routine of main.c : C_DECLARATION void MIOS_MIDI_MergerSet(unsigned char mode) DESCRIPTION configures the integrated MIDI merger following Merger IDs are provided: 0x00: MIOS_MIDI_MERGER_DISABLED (merger disabled) 0x01: MIOS_MIDI_MERGER_ENABLED (merger enabled) 0x02: MIOS_MIDI_MERGER_MBLINK_EP (MIDIbox Link End Point) 0x03: MIOS_MIDI_MERGER_MBLINK_FP (MIDIbox Link Forwarding Point)
  14. really nice could you publish your beta code ? :P you can use this as threads, it works ! http://www.web-libre.org/medias/img/articles/7d3010c11d08cf990b7614d2c2ca9098-2.jpg do it on veroboard, the pic 18f452 new code (TK app) is cool and now works with bootloader. it will feet on a very small vero DETENTED_TYPE2 ? check your type in main.h, i had similar problems with a custom app
  15. not yet Were you inspired by the Access Programmer or personal experience with control softwares for the choice of the parameters ? I ask that to start the design of the CS (what are the essential controls to put in ?)
  16. Dear JackChaos this is really a good job you performed there :D Just can't wait to see the rest of the code Would you be interested by a dedicated control surface PCB fitting in a 3U rack ?
  17. Dear Jackaos this is a very interesting project as i own 2 matrix6 + 1 M1000 As i wanted to develop a control surface for them, i am very interesting how you manage SysEx as i don't understand well what to put in MIOS_MIDI_TxBufferPut() Would you publish same extracts of your code ? Best regards
  18. dear Midiboxers i am looking for a D and E keys. Pulled out from an Oberheim matrix 6. I need to know the manufacturer and (if possible) a spare parts supplier best regards
×
×
  • Create New...