Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. This topic has been moved to Design Concepts. [iurl]http://www.midibox.org/forum/index.php?topic=14099.0[/iurl]
  2. This topic has been moved to MIDIfication. [iurl]http://www.midibox.org/forum/index.php?topic=14175.0[/iurl]
  3. What you seem to want to do is definitely doable. "Writing an entire app" sounds a lot harder than it is. You don't start out at 0, but with a fully working app, with all hooks that just doesn't do a lot yet. So it's really not that big a deal :-) In most cases you can just mod an existing app but I personally prefer to statr from scratch rather than digging thorugh someone else's code ;)
  4. It absolutely can, and it doesn't even have to be that complex. A single program change message could do if you write the app with full support of all the possible pedalboards you have.
  5. $16 müssten das gewesen sein.
  6. nILS

    # of ADSR's

    Short answer: Lots. Long answer: 90 MIPS -> 90,000,000 instructions per second -> 90,000 instructions @ 1kHz. Semi-random very pessismistic guess per ADSR is 1000 instructions -> 90 ADSRs.
  7. Vermutlich weil Du das 1.5fache vom Neupreis verlangst ;)
  8. Sweet :-) :D
  9. This topic has been moved to Deutsch. [iurl]http://www.midibox.org/forum/index.php?topic=14160.0[/iurl]
  10. It'll get better the more you read ;)
  11. Get yourself a copy of the datasheet and look for info on the TRIS* registers :-)
  12. Wilba is kinda hard to get drunk. I tried it with german beer (obviously not hard enough) .
  13. Any particular reason you sent that as PM as well? Tiny traces, tiny spacing, >400 holes - not very diy friendly, and certainly not worth the effort, when you can buy one for <10eur.
  14. if (PORTCbits.RC5) { // pin is high do something } else { // pin is low do something else } Remember to set the pin directions before using them as in/outputs.
  15. For J10:SO you would do: PORTCbits.RC5 = 0; or PORTCbits.RC5 = 1; J10:RC is PORTCbits.RC4. Simple enough, eh?
  16. Cool! How many newb-points do I get if I start a thread with a hitler reference? edit: It's only fair to give the opposition equal time ;)
  17. Get the new toolchain installed instead ;)
  18. You can just paste the "copy ...." in a command window (start -> run -> cmd)
  19. Yep, that's it.
  20. Yes, that's possible (depending on the app you want to use it might mean some coding [for the mbCV for instance the amount of coding = 0]), the triggers are 5V
  21. Thanks, now I can finally see all the cool stuff you got there ;)
  22. Resizing pics good. Napster bad.
×
×
  • Create New...