Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. //Turn on adc ADCON0bits.ADON = 1; //wait for adc to do conversion while (AD1CON1bits.DONE == 0) { continue; }[/code] IIRC it's /DONE, which means that in your source it's the wrong way around and should be [code] ADCON0bits.ADON = 1; AD1CON1bits.DONE = 1; //wait for adc to do conversion while (AD1CON1bits.DONE) continue; Otherwise the app will wait until it's "not done" which will result in an endless loop.
  2. nILS

    Amiga PSU

    That should work nicely :)
  3. For those too lazy to search (like me...)
  4. Please read: before posting in User Projects.
  5. [x] POIDH :yes:
  6. Welcome aboard Chris! :flowers: Doable: yes Pricey: most certainly A lot of work: most certainly A good starter project: probably not You really might want to start with sth a little smaller - maybe boil your idea down to the absolute minimum (for instance use as many leds/encoder/motorfaders one core can handle) build the thing with the components you want to use in the "real" version (less financial overhead) build the whole thing into a DIY-wooden box, play around with it, fiddle with some code. Once you're comfortable with that, replan the big one and get going - you can reuse pretty much all of the components of the test box and might save yourself a lot of grief that way :yes:
  7. Hehe thx, not sure I deserve a dedicated b-day thread though :)
  8. nILS

    127 Arps

    To motivate you guys a bit more I attached some samples of the awesome patches TK has made :frantics: Also, this seems like a good time to go public alpha with my patch editor/manager. It's not fully functioning yet (patchSHare online patch up/download system isn't really working yet, only the LEAD engine is supported so far) and has lots of bugs (if you find one please write a (detailed) bug report at http://www.schickt.de/bugtracker, ie don't spam this thread like I do just now) and is Win32 and standalone (a VST of it is planned once it's feature-complete) only. It does run under Wine and the Mac equivalent but MIDI IO seems to have some issues there. Make sure zo unzip the file somewhere and not just run the .exe directly from the .zip. The app does phone home on launch (it checks for updates and downloads a new version if available), nothing dangerous going on there, you can disable that feature in the options as well. Have fun and make some awesome patches! arps.mp3 patchTurkey_v0_32.zip
  9. MIDIbox has been around for 10 years, what are 5 days compared to that? I am sure we'll repost everything that was even remotely significant in no time :ike:
  10. nILS

    avrSyn

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  11. nILS

    fnpSID

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  12. nILS

    kaffeSEQ

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  13. nILS

    gm5x5x5

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  14. nILS

    sammichSID

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  15. nILS

    nILS' Modular Synth

    From the album: nILS' stuff

    © © 2009 nILS Podewski

  16. :hug: That post was actually meant for a mod to see and move the post, which I see has happened already :thumbsup:
  17. I am fairly sure it should be either "her" or "its" :)

  18. Wrong forum.
  19. nILS

    WILBA WTF IS WRONG WITH YOU!!!!!!!1111111oneleven

  20. SmashTV said that to me a while back (some years ago): "See how leaving out a 10 cent part has got you chasing your tail?" :thumbsup:
  21. Oh, wow. You just now found that?
  22. Beautiful work! :-)
  23. I raped the mbAY module a bit today, by hooking it up to the core32 Module and feeding it with the output of a hacked AY emulator. This was the first successful test, it does sound a lot nicer now, but anyways here goes: http://www.schickt.de/temp/mbAY-Player.mp3
  24. How did you "butcher" them? Chances are - they're not really dead. They can take quite a lot of abuse - I deliberately tried to kill one by soldering and desoldering it three times, trying different techniques, and it still works like a charm. You got some pics? Maybe we can help you find a way to fix them ;)
  25. I do believe there's threads around like the one you're proposing.
×
×
  • Create New...