Custom MIDI Controller - Page 3
Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Tech Mentor safefire's Avatar
    Join Date
    Aug 2010
    Posts
    259

    Default

    On a mega, do you have to pins to spare?
    If so, you can easily just hook those two up to a port (with the power and gnd going to the respective pins on the board), and write a piece of code translating whatever signal you're working with into midi.

    I haven't gotten mine yet, but as far as I know right now, it is also possible to do this simply through the new updated UART on it.
    Fixing stuff that isn't broken.

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

    Default

    I'm not entirely sure how many pins my controller will use yet. If I pick up the mux shield then I should have quite a few spare! Is it possible to use two shields on a Mega at the same time?

    Is this what you're talking about?



    taken from: http://arduino.cc/en/Tutorial/Midi

  3. #23

    Default

    Quote Originally Posted by safefire View Post
    On a mega, do you have to pins to spare?
    If so, you can easily just hook those two up to a port (with the power and gnd going to the respective pins on the board), and write a piece of code translating whatever signal you're working with into midi.

    I haven't gotten mine yet, but as far as I know right now, it is also possible to do this simply through the new updated UART on it.
    As far as I understand you either need the modified FTDI driver with the roland serial driver OR a dedicated piece of software to convert the serial over USB data to midi and then output it via midiyoke. You can definitely go the MIDI route (mega has several sets of Rx/Tx for the port) but I want to be able to connect directly via USB.

  4. #24
    Tech Wizard Hiro's Avatar
    Join Date
    Jul 2011
    Location
    earth
    Posts
    75

    Default

    vey neato! what are using the joysticks for? ive been looking for soem use for a joystick.... im gonna build my first controller soon and im wondering, if theres for directions on a joysy=tick. is is possible to build a super SUPER knob? or even super super stick!!!
    *drools at the thought!*
    2 x ST150's
    Pro Behringer DJX750
    Traktor Scratch Pro 2 - NI Audio 10
    Dnb - Dubstep -Fidget House

  5. #25
    Tech Guru willinfluence's Avatar
    Join Date
    Oct 2010
    Location
    Auld Reekie
    Posts
    579

    Default

    Nice build!
    2x Technics 1200's - Xone 92 -
    MidiFighter Classic x2 - TSP2 - Audio 10 - Black MacBook

  6. #26
    Tech Wizard Brinx's Avatar
    Join Date
    Jun 2011
    Location
    Stockholm, Sweden
    Posts
    43

    Default

    Really nice work!
    How did you mod the alps fader to move as quick as a crossfader?
    And were did you get the caps?

  7. #27

    Default

    Here's another option for converting serial to midi without any software on the computer:
    http://shiftmore.blogspot.com/2010/0...-over-usb.html

    I haven't used it yet so I'm not sure about latency but it should work.
    iMac(early 2008) | Compaq Presario cq56, celeron dual core @ 2.1Ghz,4GB RAM | hercules mp3 e2| 2 x Akai LPD8 | TP2

  8. #28
    Tech Wizard Brinx's Avatar
    Join Date
    Jun 2011
    Location
    Stockholm, Sweden
    Posts
    43

    Default

    Quote Originally Posted by kostis12345 View Post
    Here's another option for converting serial to midi without any software on the computer:
    http://shiftmore.blogspot.com/2010/0...-over-usb.html

    I haven't used it yet so I'm not sure about latency but it should work.
    That mod is completely genius!

Page 3 of 3 FirstFirst 123

Posting Permissions

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