Jump to content

DavidBanner

Programmer
  • Posts

    754
  • Joined

  • Last visited

Everything posted by DavidBanner

  1. http://www.ableton.com/forum/viewtopic.php?t=20031&highlight=midinotefeedback
  2. impliment the hack then run mios studio or whatever and see what happens it's really simple, once you turn it on every thing you do in ableton is transmitted (as long as you have the remote stuff setup correctly in ableton). have a play and you'll work it out real quick ;)
  3. Moebius >Why should You get any cover for SL1200´s? No laptop hurts those. other way round dude - I'm worried about the big electro-magnet in the SL1200's corrutping the HD on my laptop
  4. hey Mike, Good call on the stand - but have you tried to get round the back of a lot of club consoles? also it won't work if the mixer is mounted in a hole in the console...
  5. I need to make some sort of cover for an SL1200, so that I can plonk my laptop on there and not worry about the TT getting turned on and scrambling my HD. I'm currently using a bit of foam, which works great but I'm in constant fear of the TT power being switched on. The foam works great as it's flexible, works as more protection for the laptop in the bag and keeps everything nice and stable, so I would like to keep this aspect and maybe glue a flexible layer on the top of the foam.. - any ideas?
  6. all good kris feel free to pm with any questions. d
  7. Stryd, do you know of any way of testing for that ?
  8. yes you are right, dyslexia is different for every person. and if you took what I said as you should be able to do it because someone else can, then I apologies - not my intention. What I maybe should of said is that Dyslexia doesn't necessarily mean you won't be able to cope with the coding, especially if it's mostly cut, paste, edit.... I was hoping to encourage you to try and see if you can get on with editing the C code. And as Twin-X said, there are lots of ppl on here who I am sure will be willing to help, myself included.
  9. lol LCDs are a massive help when bulding, programming, debugging etc they are dirt cheap and well worth the effot IMHO
  10. we like loud and scarey if it means top quality, even more so when someone else is operating it! a DIY water saw sounds cool, as long as the safety angle is covered, the danger and mess you could get with problems and troubleshooting could be quite hairy....
  11. cimo, which buttons for RJS are you using?
  12. make sure the faders are linear - ones from an old mixer will be log
  13. and you were also right about the LEDs mmmm, triangle......
  14. Cheers Roger, I think you are right, have found somewhere who will do it for me, very cheap too, they were talking about punches.
  15. i need some triangle shapes - base is 3mm, sides 4.5mm
  16. I've got one of those with a filter In/Out too.... no fm feature though... would be interesting to hear it with the FM on.... any chance of some samples???
  17. Can anyone please recommend a good CNC place to get a front-panel done in Europe (UK prefered). I don't think Shaeffer/Front Panel Express will do, as I have at least 1 type of hole to be cut they don't have in their software,.
  18. Hey Kris the dsylexia shouldn't stop you coding at all, I know plenty of dsylexic programmers, and don't forget the compiler will helpfully tell you where your typos are when you complie.. also get into the habit of cutting and pasting functions and vars - that way you can't typo it...
  19. whatever works for you! Good luck with the assembler mission. Let me know if I can help with any logic stuff, I'm sure there are lots of ppl on here who can guide you through the asm minefield....
  20. hey doc, lol, yes I know LEDs are diodes - the clue is the in name right ;) I just thought my idea with the diodes through a bit more, and you are right it wouldn't work (well not with out a relay or extra circuit).
  21. you swap the polarity to change the colors
  22. you are a braver man than I!
  23. basically yes! but, you don't really need to code from scratch, there are so many bits of code about on the site you can cut and paste and edit - much easier and a great way to learn!
  24. it's really really easy to do in C using ifs or a switch for example: if (buttonPressNumber == 0) { //do whatever here buttonPressNumber++; } if (buttonPressNumber == 1) { //do whatever here buttonPressNumber++; } if (buttonPressNumber == 2) { //do whatever here buttonPressNumber=0; }
×
×
  • Create New...