The BIG Arduino MIDI controller thread - Page 6
Page 6 of 16 FirstFirst ... 2345678910 ... LastLast
Results 51 to 60 of 155
  1. #51
    Tech Mentor
    Join Date
    Sep 2010
    Posts
    444

    Default

    I thought it just sent midi notes...sorry i am a noob and their site is pretty vague
    Equipment------
    --HP Dv6T Select Editon. i5 6gb DDR3, backlit keys and touchscreen.

  2. #52
    Tech Mentor
    Join Date
    Feb 2011
    Location
    Southern Ontario, Canada
    Posts
    244

    Default

    The arduino? Not at all... You can program it to send midi notes though.. The arduino is a development board that allows you to easily program the Atmega328 microcontroller that it contains (or whatever chip the board uses [ATmega1280 or ATmega2560 in the mega's]).

    The microcontroller is a general purpose cpu that can do just about anything you want to it to do...

    Examples would include:

    Self Balancing arduino robot directly controlled with a Wiimote

    Arduino Dice Game
    Arduino TVout Light Pen Demo
    My Arduino Web Server v2.0

  3. #53
    Tech Mentor
    Join Date
    Sep 2010
    Posts
    444

    Default

    Ohh wow lol didnt know that at all. So how hard is it to program it to send midi notes?
    Equipment------
    --HP Dv6T Select Editon. i5 6gb DDR3, backlit keys and touchscreen.

  4. #54
    Tech Mentor
    Join Date
    Feb 2011
    Location
    Southern Ontario, Canada
    Posts
    244

    Default

    Well see... You will also have to program it to read all the buttons, decide if they have been pushed (including debouncing to remove button jitter).. You also have to read the analog values of the faders or pots..

    To be honest, based on your questions and responses.. You would be much better off using something like this: http://lividinstruments.com/hardware_builder.php instead of an arduino.

  5. #55
    Tech Mentor
    Join Date
    Sep 2010
    Posts
    444

    Default

    Meh ive looked up that but it cost like 4 times as much as an arduino. im willing to learn.
    Equipment------
    --HP Dv6T Select Editon. i5 6gb DDR3, backlit keys and touchscreen.

  6. #56
    Tech Mentor
    Join Date
    Feb 2011
    Location
    Southern Ontario, Canada
    Posts
    244

    Default

    Okie dokie

    In that case, I'd suggest that you start here: http://www.ladyada.net/learn/arduino/

    The arduino forums are a wealth of information: http://arduino.cc/forum/

    You will have a bunch to learn before you should try your hand at a midi controller.

    If you can learn the programming and the electronics, a midi controller isn't all that difficult.

  7. #57
    Tech Mentor
    Join Date
    Sep 2010
    Posts
    444

    Default

    Thanks buddy
    Equipment------
    --HP Dv6T Select Editon. i5 6gb DDR3, backlit keys and touchscreen.

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

    Default

    Quote Originally Posted by BennyJ View Post
    Meh ive looked up that but it cost like 4 times as much as an arduino. im willing to learn.
    depending on your I/O needs, I'd recommmend a Highly Liquid Midi CPU instead... not much more expensive than an Arduino Mega but MUCH easier to get up and running. Also, the owner of the forum will program it for you if you tell him exactly what you need.

  9. #59
    Tech Mentor
    Join Date
    Sep 2010
    Posts
    444

    Default

    Quote Originally Posted by MiL0 View Post
    depending on your I/O needs, I'd recommmend a Highly Liquid Midi CPU instead... not much more expensive than an Arduino Mega but MUCH easier to get up and running. Also, the owner of the forum will program it for you if you tell him exactly what you need.
    Oo thanks for the info! looks great and is affordable. Looks like 128 digital inputs and up to 14 analog right? That sounds great
    Equipment------
    --HP Dv6T Select Editon. i5 6gb DDR3, backlit keys and touchscreen.

  10. #60
    Tech Mentor
    Join Date
    Feb 2011
    Location
    Southern Ontario, Canada
    Posts
    244

    Default

    You realize that that is the same product that I linked you to originally...

Page 6 of 16 FirstFirst ... 2345678910 ... LastLast

Posting Permissions

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