Jump to content

nILS

Frequent Writer
  • Posts

    4,313
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by nILS

  1. Quick update: There's ~15 left, this is first come first serve, so hurry :yes:
  2. Wilba has them and they're .svg.
  3. nILS

    [B] GM5 Chip

    Ok then. If you guys get up to the required min. order from ploytec, I'll happily run the order for you. Unless of course TK wants to do it ;-)
  4. Ok then. If you guys get up to the required min. order from ploytec, I'll happily run the order for you. Unless of course TK wants to do it ;-)
  5. The behaviour you suggest is essentially whatany CD/mp3 player does if you press |<< in the middle of a song. Figures.
  6. nILS

    GM5

    Nope, no need to ground them.
  7. It is kinda hard to tell, but the soldering looks a bit dodgy in places - some pins seem to have too much solder other appear to have (next to) none. If you can borrow a camera from a friend and take some more good pictures (especially of the backside) or go right ahead and resolder the connections that aren't really pretty. Again, focus on the first PIC/SID pairand try to get that working.
  8. nILS

    Sd Card "Halter"

    Da: http://goo.gl/AyCAx
  9. nILS

    GM5

    Yes, you can. No, I wouldn't. Just in case you need/want them later. That's a total of 12 cents in parts. Related quote: <SmashTV> See how 10 cents in parts have got you chasing your tail?
  10. <broken-record>Offsite-doco bad</broken-record>
  11. No. It sounds wrong, not broken. Current MIOS version is installed? Which PIC?
  12. If you actually don't have a ground plane than it's a surprise anything works at all as all the ground connections would be missing. Essentially to me your post reads: "I might be missing a few traces also the firmware is probably not installed correctly - what could be the problem?". My guess is - you're missing some traces and the firmware isn't installed correctly. How about you fix and validate those two things - in that order? A missing data line between the pic and the opl might cause sonically interesting effects as the parameters never get "fully" or "correctly" set. If the software is broken in random places it may also lead to interesting effects. Really hard to tell what exactly the problem is with so many options :-)
  13. Um. This is a gm5x5x5 pcb spares bulk order. If you guys are trying to find people wanting gm5s - maybe a new thread might be in order?
  14. It's really hard to guess what your problem is unless you show some actual source and the exact compiler error. Anyways, here's a working version if what I guess you are trying to do, maybe that helps. typedef struct { int foo; } foo_t; foo_t bla[14]; void doIt(foo_t *data) { data[1].foo++; } extern "C" void APP_Init(void) { doIt((foo_t*)&bla); Log("%d", bla[1].foo); // outputs "1" doIt((foo_t*)&bla); Log("%d", bla[1].foo); // outputs "2" }
  15. Bourns also make those illuminated pots and they're available @ mouser and rs.
  16. Unless you're already committed to the 3.5mm jack's I'd recommend considering banana jacks. I've used 3.5mm ones in my modular at first but they're almost all flimsy pieces of sh*t. The tiny nuts holding them in place tend to not grip tight enough or wear out...
  17. Hmm, yeh that might be a good idea :D
  18. The filter would sound different/muffled/non-filtery/wrong.
  19. That's essentially what continuity mode does. Just faster. And with audible feedback, which is awesome :-) Make sure you measure continuity in the right direction though, otherwise you'll get plenty of false positives. Also, I'd test one core + sid pair at a time. Remove the other SIDs and PICs. Get the first one working. Then continue.
  20. Short: GO! Long: If that's not possible with the current NG firmware (I don't think it is), it's definitely something you can do with some additional programming or maybe TK will like the idea and do it :shifty:
  21. As long as there's demand I'll obviously have more boards made :-)
×
×
  • Create New...