Jump to content

lukas412

Programmer
  • Posts

    269
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by lukas412

  1. I used smashtv green leds with 1k resistors as Wilba suggested and I think its perfect. I can see how someone would want them to be just a touch brighter, but I prefer dimmer to brighter. Luke
  2. Hello everyone been searching for an answer to this but can't find anything. Is it possible to use the external function of the sid to send out cc's instead of cv's? I would like to use my virus as an external filter/processor for my sid. Thanks, Luke
  3. Thanks TK! Glad to see this happening. Luke
  4. Took a couple pics last night. Got the baseboard assembled and working a couple weeks ago. Got my mouser order yesterday, but unfortunately I ordered the wrong stand offs. But I couldn't resist assembling it dry to see how its gonna look. I am so excited to get this thing finished up. Don't worry Wilba, nothing is soldered. So far I have followed your advice to the letter and assembly couldn't have been easier. More pics here. I'll post some pics of the finished product next week sometime. Also some other mb projects. http://www.flickr.com/photos/26368076@N07/ Thanks for everyones efforts on all these great projects. Luke
  5. I will gladly buy some of your sids, if you test them. I'd like to add a couple 81's to my mb-6582. Thanks, Luke
  6. Wow I'm glad this got dug out. Great thread. Luke
  7. I have been meaning to make a post soon. Last weekend I decided to start to work on my baseboard. I started around 9 or 10 am. At around 11pm I had all 8 Sids playing perfectly! I was absolutely amazed at how well this was put together, thanks to Wilba, TK, Smash and everyone else involved. Following Wilba's construction guide I did not run into a single problem. No debugging was necessary. All of the Sids worked just like expected. Now I just need to make a mouser order and I can finish up the control panel. Hopefully that part will go just as smoothly. Oh and to top it off I did it all with a crap radio shack iron, although I did completely burned two tips down to a nub doing it. I must say that it sounds amazing. Much better than I expected even. I'd be glad to answer any questions if I can. Thanks again everyone, Luke
  8. Thanks TK, I was just thinking about a merger. This will be a good reason to build a pic burner. Luke
  9. I'm definitely interested if you do a pcb run. thanks! Luke
  10. Thanks Smash! Got my kit today. As always amazing attention to detail. Luke
  11. Got my panels as well. Thanks for putting this together! Luke
  12. Just got my knobs! Thanks for your hard work Jimp! These knobs look really high quality. Thanks again! Luke
  13. I'm using non-led cherry mx switches for my sequencer, and I have found I need to custom make my pcb to mount these switches securely. I'm using the non-tactile version of the switchs. I prefer them to the soft tact switch which has just a little bit of a click, if you even want to call it a click. They are very nice durable looking/feeling switches. Luke
  14. I had no idea a sid could sound that good. I'm so glad I got in on wilbas boards. Thanks again for such great work. Luke
  15. please count me in for the full kit. THANKS! Luke
  16. Just got my pcbs today. Wow is all I can say. Totally amazing. They look even better than the x0xb0x pcbs. Smash I will defiantly buy a components kit if you put it out there. This community never ceases to amaze me. Thanks to all of you. Luke
  17. If anyone gets the hook up on these please count me in for 8. Thanks, Luke
  18. I would like a set, regardless of which version. Shipment to Pennsylvania USA. Thanks, Luke
  19. When I change groups on my MB64e, the lcd shows me the state of the last group I was in. Is it possible to have it update the display to the current state of the group you are switching to instead? Thanks, Luke
  20. I believe this is the post you were talking about with the shift button. http://www.midibox.org/forum/index.php?topic=3295.0 Works great for me. Just thought I would pass it on. Thanks to neomorph for figuring this out. Luke
  21. I always liked teachers that made me figure stuff out on my own. I finally got it. Im sure its not the most elegant technique, but it works for what I need. Thanks. ;;MidiChannel 9 & 10 MB64E_META_Handler_00 ;;Send first midi CC with fixed value movlw 0xB8 ; send 0xb0 (Controller Header, channel 9) call MIOS_MIDI_TxBufferPut movf MIDI_EVNT1, W call MIOS_MIDI_TxBufferPut movlw 0x7F ; send 127 call MIOS_MIDI_TxBufferPut ;;Send second midi CC with incremental value movlw 0xB9 ; send 0xb0 (Controller Header, channel 10) call MIOS_MIDI_TxBufferPut movf MIDI_EVNT1, W call MIOS_MIDI_TxBufferPut movf MIDI_EVNT_VALUE, W ; send enc/button value, stored in MIDI_EVNT_VALUE call MIOS_MIDI_TxBufferPut goto MIOS_MIDI_BeginStream ; end stream and exit
×
×
  • Create New...