Jump to content

stryd_one

Frequent Writer
  • Posts

    8,840
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stryd_one

  1. Hi All, I'm sure that I saw a list of all the 18f452 pins matched up with the port names and pin numbers (eg PORTA,0) and the MBHP_Core jumpers (EG J5) Anyone know where on earth that was? It belongs on the wiki :) Thanks!
  2. Yeh 80 extensions too :o It does everything! The RSS integration is fantastic, saves me like 2 hours of surfing every day, and I never miss anything, including those addons ... If only the eBay searches were RSS feeds ;)
  3. Search again, the answer is there.
  4. Beaten :) If you use Firefox, check these out: CoLT - Lets you copy/pastes stuff automatically converted to BBCode (which works on these forums) BBCodeXtra - Does all kinds of formatting in context menus :)
  5. I think you mean Analog Toolbox :)
  6. Works now... But the first post I just see links, not the images, in FF2....
  7. Banned :( ;) I could see the dinx1 though... Looks good, only 1 thought - resistors can stand up, so they can be shorter, and the top row could maybe come down a bit.
  8. LMFAO ! No sickness taken ;) Actually there's a lesson in this for us all I think... She tripped over a power cable, landed badly, and spent months learning to walk again ... This was an operation to re-tear the ligaments to hopefully allow her to regain full range of motion in the knee. A good demonstration of how the tiniest slip in safety procedures (leaving a power cable on the floor where it can be tripped on) can be a real pain! Remember this when building your new seq :)
  9. magic_midi_delay_v1_5.zip :)
  10. Yeh it seems that the old JDM module has been rejuvenated by that app :)
  11. Did you search for "1ms DOUT" ??
  12. This should work: In seq_core.inc you can see: SEQ_STATE_RUN You can use this flag to see if the seq is playing ;; -------------------------------------------------------------------------- ;; Menu Tick routine is called on every refresh cycle ;; -------------------------------------------------------------------------- CS_M_DISPLAY_Tick ;; branch depending on selected page Put code in before comment there to set the LED pin on if the variable is set. Use SEQ_STATE_PAUSE EQU 1 ; set if pause for Pause
  13. Champion, thanks! Any other aussies interested? No commitment yet...
  14. Nice :) Now I make sense of the other thread. As AC said, you will save a lot of CPU by bitshifting instead of multiplying. A good thing, made even better :)
  15. Hah I always thought they were like twice that size... Must be clever marketing pics :) Is anyone planning on ordering any of these?
  16. Very interesting :) I sat for 2 hours today, reading this code, while waiting for my g/f to come out of the operating theatre. I hardly even noticed how much time had passed, what a fun distraction :) I like the implementation of the track chaining, with the handshaking. Good thinking TK!
  17. Ahh that explains it.... the reason I asked about the length of the string is that I was trying to figure out if the bottleneck was the MIDI interface or synthesis engine.... Guess it's synthesis, which is actually not so bad, because it shows that it's midi interface can handle full-speed sysex... So long as that sysex doesn't cause the the synthesis engine to overload the uC. This indicates that the sysex messages don't need to be slowed down, as the midi interface will handle them, but they do need to be spaced out far enough to avoid overloading the uC. I think you will find that the space you created with 6-7 active sense bytes was insufficient. As TK described, 6-7 of these is not even 3ms, probably not long enough - if the pause is audible (which it obviously is) then it's at least 10ms, if the pause is only a 'click'. I think you're going to need more like 30 of those bytes! Give it a try... Although, there still might be problems with the sysex not being sent as fast as you turn the knob. ... I like your new idea, but I was thinking... I would run a timer and just send the value when the pot has not been moved in X milliseconds or something... That way there's no loss in resolution :)
  18. I'd go with wax - much easier to put some back on if you carve too deep... But will it withstand the RTV juice?
  19. Yep, exactly the same thing I did hehehehe ... I feel really stupid though because I think Wilba warned me about that before I shopped ::) Maybe he did the same thing as us ;)
  20. Yeh, why on earth do they sell the housings without the contacts?! I could do with an Aussie source of these too... No thread hijacking here, answer toneburst first ;)
  21. Bad ass!! Thanks for that post Dr. :)
  22. See? Simple :) Thanks MTE :) Don't worry, these things happen! I had a copy of Waldorf Attack VSTi given to me recently, the owner thought it was legal, so did I... until I accidentally clicked the 'about' menu and saw something about radium ;)
  23. Awesome, thanks TK! :)
×
×
  • Create New...