Jump to content

nILS

Frequent Writer
  • Posts

    4,313
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by nILS

  1. The sidstation certainly has some "boutique"-price tag ;) Some of the available SID VSTIs are nice, but for the most part they lack authenticity and most importantly they rarely (this should actually ready "they don't" I am using "rarely" only because somone might have written one last night that's actually incredibly good and I missed) have a sound engine as powerful as the one TK implemented. The other obvious advantage is the physical control surface. Nothing beats fiddling with real knobs when it comes to programming sounds. If you stick to the CS designs you've seen around here (TK's Step C, mb6582, sammichSID, ...) there's no programming involved, if you decide to change button and knob assignments you'll have to do some configuring (ie change some tables in the source code) no real programming is needed for that, no worries. Soldering the parts is pretty much all you have to do :)
  2. Beautiful! Love the casework, nice job! :thumbsup:
  3. The outputs are at line level and not headphone outs. A headphone amp should solve that ;)
  4. Oh btw, I totally need one.
  5. v1 and v2 don't differ concerning the CS as much as you seem to think. As for the comparison - they don't compare well. Just look at the feature list of the mbSID v2 and compare it to the sidstation. Start with 8 SID chips vs. 1 ;)
  6. "Do I want one" is a really bad question to ask, since you've got severe GAS. It should be "can I buy one w/o my wife getting mad at me" :flowers: I think you don't want one, but you wanna make one yourself. So much more fun :)
  7. A 9V wallwart will do just fine. How will you use it? Plug it in the wall? The purpose of a power supply is to, erm, supply power. Try removing the power supply from your PC and see how well it runs ;)
  8. Very nice custom CS, me likey! Green FTW! :thumbsup:
  9. The reason kaleaf thinks it's the wrong core is that there's few/no apps for the mios32 yet. So you'll either have to code your own or wait till it happens ;)
  10. Very nom! :console:
  11. I second this notion and officially order everyone too be ashamed of themselves. In the meantime: :frantics: Alles Gute zum Purzeltag, Thorsten!
  12. I think the idea was to have an extended "Step B" CS - 40x2 LCD + 10 LCD buttons + menu encoder and menu buttons. The 5 extra encoders (for direct access to the "knobs" values) do not necessarily have to be in any way assigned or connected to the menu buttons. You might wanna look for "elSID", "mxSID" and seppoman's "der brat" for some inspiration as they include some different concepts.
  13. Gerbils are cute, that's all :)
  14. Here ya go. Not very advanced, but it gets the job done. lcd2bmp.zip
  15. I made a little (windows) app for that a while back. I'll see if I can dig it up :)
  16. I think your best bet is to write an eMail to Greg.
  17. Reverse auction, yay! I got one you can have for $41,000 :yes: Oh and flexi: NAS is on the S|M forum, get your nicks straight ;)
  18. *While* you push down the multimeter probe on a bad solder joint it may well make a connection, especially SMD pins ;) Glad you got it to work! :frantics:
  19. That does in fact seem rather odd. Just follow the path of the two MIDI outs from the gm5 to the sockets and check that all the parts in the path are correct and the soldering is good (pay special attention to the gm5 pins, maybe those two aren't soldered rigtht): MIDI Out 1: GM5:14 -> R32 (220) -> IC3:13 IC3:12 -> IC3:11 IC3:10 -> MIDIOut1:5 MIDIOut1:4 -> R31 (220) -> +5V MIDI Out 4: GM5:17 -> R12 (220) -> IC6:13 IC6:12 -> IC6:11 IC6:10 -> MIDIOut4:5 MIDIOut4:4 -> R11 (220) -> +5V Check continuity between each connection and make sure the resistors are 220 Ohm.
  20. Yes. By either using this or if you're on Windows beta testing this: http://midibox.org/forums/index.php?app=core&module=attach&section=attach&attach_id=6610
  21. nILS

    sammichSID #001

    That's soooooo pretty! :frantics:
  22. nILS

    sammichSID #001

    /me orders 25 now
  23. I offered 5,50 :)
  24. nom nom nom!
  25. //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.
×
×
  • Create New...