Teensyduino - Page 5
Page 5 of 7 FirstFirst 1234567 LastLast
Results 41 to 50 of 68

Thread: Teensyduino

  1. #41
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default

    Quote Originally Posted by timcrawf88 View Post
    do you have traktor? if so open traktor and try the midi mapping, that's how i would figure out if mine worked. Also try just straight uploading my code exactly how it is. see how that works.
    Thanks Tim, that sorted it!

    It seems that MIDIOX doesn't work properly if you select the Teensy as both the Midi Input and the Midi Output (I guess it gets confused - some sort of endless loop perhaps?). If you set MIDIOX so that Teensy Midi is just the Midi Input then it picks up the midi messages just fine.

    Thanks for your help

  2. #42

    Default

    Glad you got it working.

    Make sure you post pics when its done so we can see it

  3. #43

  4. #44
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default

    my next problem is that when I connect more than 4 pots to my teensduino it spits out constant midi cc data. I've tried different inputs on the teensy but still get the same problem. I've also tried a number of different scripts and tried on both of the teensy's I own; same problem.

    It seems like there's a sensitivity problem - like it's picking up constant midi data from a pot even when it's not plugged into the teensy input. Any ideas? I'm gonna post a video later to show what I mean...

  5. #45

  6. #46
    Tech Convert
    Join Date
    Oct 2011
    Posts
    6

    Default

    I've been following this thread for a while now. Seems really interesting and I'm gonna try to build my own teensy midi controller soon. I probably get all the necessary parts during next week, so then I can try the code and see if I can use more than 4 pots with it. But Arduino definitely spits out random data if you read the analog inputs without any pots connected. I just tried it out with Arduino Uno and the 'AnalogReadSerial' sketch.

  7. #47

    Default

    Quote Originally Posted by MiL0 View Post
    my next problem is that when I connect more than 4 pots to my teensduino it spits out constant midi cc data. I've tried different inputs on the teensy but still get the same problem. I've also tried a number of different scripts and tried on both of the teensy's I own; same problem.

    It seems like there's a sensitivity problem - like it's picking up constant midi data from a pot even when it's not plugged into the teensy input. Any ideas? I'm gonna post a video later to show what I mean...
    ok so my first advice would be to double and triple check the wiring, make sure all of the ground and power cables are correct. After that try it in traktor and see if it works, i know my pots have trouble in virtual dj but work fine in traktor.

  8. #48
    Tech Convert
    Join Date
    Oct 2011
    Posts
    6

    Default

    Just a quick reply (firefox crashed and I lost everything I just writed). I got my Teensy++, breadboarded 6 potentiometers and uploaded the code from Philip Cunninhams site. Worked really well in Renoise, just like any other midi controller. I also downloaded Midi-ox to really see what happens. First I got lot of random data, but after checking all connections and pressing parts firmly down everything worked like a charm. Seems like this device is sensitive to random noise caused by loose connections.

  9. #49
    Tech Convert
    Join Date
    Oct 2011
    Posts
    6

    Default

    I got inspired by this fantastic thread and finally got my own teensy midi controller project going: http://www.jurimusic.com/diy-arcade-...ler-episode-1/

  10. #50
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default

    nice one Juri - looking forward to the next part

    are you gonna do some prototype pcb's for the pots or are you just gonna solder the wires directly?

Page 5 of 7 FirstFirst 1234567 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •