1- Button MIDI Controller Tutorial (Code & Circuit)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.พ. 2019
  • Arduino Sketch:
    github.com/michaelsobolak/1-b...
    MIDI_Controller.h link: github.com/tttapa/MIDI_contro...
    MIDI CC Keywords: github.com/tttapa/MIDI_contro...
    www.instructables.com/member/...
    Twitter: @michaelsobolak

ความคิดเห็น • 22

  • @aldraias1
    @aldraias1 9 หลายเดือนก่อน +1

    12hrs and 25 different Super long and difficult codes that didn't work.... You entered my life and 3 mins in. BINGO!!!!!!!!!! THANK YOU!!!!!!!!

  • @eugenefullstack7613
    @eugenefullstack7613 2 ปีที่แล้ว +4

    This is BY FAR the best arduino midi controller video on youtube, it's the easiest to understand and follow and on top of all that it's a good 5 minutes shorter than all the rest. You won the internet today, friend. Thank you so much for the great tutorial!

    • @birbpal9373
      @birbpal9373 2 ปีที่แล้ว

      check out nerd musician, you would really like him

  • @ebraratabay6836
    @ebraratabay6836 3 ปีที่แล้ว +3

    Michael! Bro! You are great! I was searching for a MIDI tutorial all around the TH-cam but they were so hard tutorials. Now I can make a MIDI for my boyfie he gonna love it. Thank you

  • @exactpause9218
    @exactpause9218 5 ปีที่แล้ว +1

    This was even simpler then i thought. Thanks Michael! :)

  • @eduardocruces3030
    @eduardocruces3030 3 ปีที่แล้ว

    men, this is just what i need, for a digital drum kick, i hope i can make it work wth arduino uno, thanks

  • @sherwoodsmallidge9186
    @sherwoodsmallidge9186 3 ปีที่แล้ว +1

    you saying gnarly made me gay again you undid all the reverends work

  • @captain6198
    @captain6198 2 ปีที่แล้ว

    Hi,
    How can I narrow the total range? I'm building an expression pedal and total distance of the pot is limited, not using the whole range, how can I translate it?

  • @prospeed87
    @prospeed87 ปีที่แล้ว

    For add more buttons?? i need help

  • @Engineer9736
    @Engineer9736 2 ปีที่แล้ว

    Small note @ 3:08, potentiometers are analog devices, they don't transmit data. It's a variable resistor which outputs a certain voltage relative to the knob position. Nice job otherwise!

  • @hiimacactus9002
    @hiimacactus9002 11 หลายเดือนก่อน

    Will the same thing work on an Arduino nano?

  • @MrGajumba
    @MrGajumba 3 ปีที่แล้ว +1

    Good!! Do you know how to add multiplexers to arduino micro? Thanks!!

    • @michaelsobolak3398
      @michaelsobolak3398  3 ปีที่แล้ว

      I use multiplexers in this project: www.instructables.com/DIY-Ableton-Launcher-MidiFighter/
      You can take a look a the code there and see if it works for your project.

  • @federicofontana5489
    @federicofontana5489 3 ปีที่แล้ว +1

    Hello Michael, thank you very much for sharing all this information and for your content, it is amazing.
    I want to consult you about something that always happened to me when I tried to build these midi devices, even with this code.
    The serial monitor always shows me random values ... For example: '' 'Gǧ⸮⸮ǧ⸮⸮⸮⸮⸮⸮⸮⸮⸮ gG''gg' '' 'gg⸮ ... ....
    The same thing always happens to me, and I don't know why. Could it be because my arduinos uno are not original?
    Thanks again.

  • @videoraju1
    @videoraju1 ปีที่แล้ว

    Dear sir..,,,,,,Is it possible to put a name of our choice instead of "Arduino Leonardo" in midi setting..? Eg: A name like "midi keyboard".

  • @daddydanny5588
    @daddydanny5588 3 ปีที่แล้ว +1

    no need hairless or what?

    • @jeremycastillo4759
      @jeremycastillo4759 3 ปีที่แล้ว +1

      No not with an Arduino Pro Micro or Leonardo but you do need Hairless MIDI with an Uno.

    • @daddydanny5588
      @daddydanny5588 2 ปีที่แล้ว

      @@jeremycastillo4759 thank you....can you paste the code please ..

  • @michaelgarding516
    @michaelgarding516 ปีที่แล้ว

    can we use just the button and not add the pot

    • @michaelsobolak3398
      @michaelsobolak3398  ปีที่แล้ว +1

      You can. Just add // before "Analog potentiometer" and it will comment out the pot function of the code. Alternatively, you can delete the whole "Analog potentiometer...." line.

    • @michaelgarding516
      @michaelgarding516 ปีที่แล้ว

      @@michaelsobolak3398 Thanks so much!

    • @michaelgarding516
      @michaelgarding516 ปีที่แล้ว

      (SOLVED. SEE POST ABOVE) Got around to building the midi controller, tried uploading to Arduino ( installed midiusb 1.0.5 from library and I get this:
      D:\Documents\Arduino 1 button\sketch_sep17b\sketch_sep17b.ino:9:10: fatal error: MIDI_Controller.h: No such file or directory
      #include // This lets the microcontroller speak "MIDI"
      ^~~~~~~~~~~~~~~~~~~
      compilation terminated.
      exit status 1
      Compilation error: MIDI_Controller.h: No such file or directory
      Did I miss something?