Arduino MIDI Controller: Part 3 - Multiplexers

  Рет қаралды 201,646

Notes and Volts

Notes and Volts

Күн бұрын

Пікірлер: 467
@asdfssdfghgdfy5940
@asdfssdfghgdfy5940 5 жыл бұрын
So I don't normally leave comments on videos, but this is without a doubt the best explanation on basic multiplexing I have seen! Concise and clear amongst videos that try and explain this in 1 minute or one hour. You've got yourself a new subscriber and paton :)
@omerkagan3653
@omerkagan3653 3 жыл бұрын
DUDE ITS LITERALLY THE BEST EXPLANATION I HAVE EVER SEEN... YOURE THE BEST
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Thanks Omer!
@lupe_g2
@lupe_g2 2 жыл бұрын
I made a midi arduino footswitch using this design; made it all in one night. Was having trouble figuring out how to have my computer read the MIDI messages, but I figured it out. The video I was watching to figure out the programming for my arduino was by Nick Leonard who adopted your code. After seeing this video it all came full circle. Thank you so much for your work; it's so useful and informative.
@patrickw2585
@patrickw2585 5 жыл бұрын
You are such an amazing teacher. Thanks to you, from literally zero electronics experience, to building a custom MIDI controller in a few days. Your instructions and videos are so clear, and you get straight to the point. Thank you from the Small Island across the pond :)
@NotesAndVolts
@NotesAndVolts 5 жыл бұрын
Thanks Patrick! I really appreciate it :)
@vegansynths7757
@vegansynths7757 4 жыл бұрын
I had no idea what a multiplexer was and you explained it so clearly and accompanied it with extremely clear visuals and graphics. Thank you for teaching me this.
@damionmortenson84
@damionmortenson84 4 жыл бұрын
,,Here's how you describe a button: Start the line with the command word button to indicate that this is a button object.'' I love how a superior language that has such a great accuracy (programming languages) makes smart people sound like their suffering from a stroke. great video. Keep it up...
@NotesAndVolts
@NotesAndVolts 4 жыл бұрын
LoL! Thanks Damion
@brianmichaelfuller
@brianmichaelfuller 2 жыл бұрын
No doubt one of the best made videos on this stuff!!! Clear, concise, complete and professional!!! Thank You
@NotesAndVolts
@NotesAndVolts 2 жыл бұрын
Thank you Brian!
@GraemeSPa
@GraemeSPa 5 ай бұрын
It's taken me eight years to find this video.. The series is very easy to understand and the code solves a number of problems I was having with Arduino MIDI. I have been using an Allen Heath ZEDR-16 that has excellent MIDI capability - or did until the Firewire board died and A&H have no stock. I need to build a 16 fader channel with 32 buttons. I reckon I can add a routine to flash an LED on detecting MIDI activity, but extending the buttons to 24 by adding another mux is probably beyond me. Maybe I can build two of these with 16 buttons, set them to different MIDI channels and have the DAW buttons respond to the different incoming channels.
@milkymikez100
@milkymikez100 4 ай бұрын
Cool share the project
@donkeystudio3556
@donkeystudio3556 3 жыл бұрын
i am pretty new in the technical side of midi and got curious about the arduino. after some checking i actually wanted to stop because it was so messy information for beginners everywhere, but you saved my plan! aagreat videos, thank you very much to be one step closer to my daw footswitch controller!
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Glad I could help!
@DirtyCasual36
@DirtyCasual36 7 жыл бұрын
I'm a pharmacy student, meaning I have ZERO knowledge about electronics or programming. With that said, the fact that i can easily understand everything you just said just speaks about how great this tutorial was! Thanks man!
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Dennis! That's awesome :)
@DirtyCasual36
@DirtyCasual36 7 жыл бұрын
no problem!a few quick questions tho, I'm planning to use 74HC4067 to make a 20 button midi controller (16 buttons for the midi notes on the mux and 4 buttonson the uno to choose banks) based on the midi fighter 3d: 1) will the 74HC4067 cause any latency issues when playing since the signal has to travel thru basically two chips? and; 2) do I have to change the code for the 4 buttons to be dedicated to changing banks like the midi fighter 3d or is that something i have to configure on the DAW itself instead, namely ableton? 3)is it still possible to use a usb b instead of a midi port and program that as a usb-midi port? or alternatively, flash the arduino uno to be recognized as a midi device? thank you so much in advance!
@MrRockism
@MrRockism 7 жыл бұрын
I'm not a professional by any stretch but I guess I can answer your questions somewhat. 1) I believe multiplexers are sufficiently fast as to not introduce any noticeable latency. Maybe latency could come from how the Arduino code handles the multiplexers, but to be honest 20 inputs doesn't seem like a lot of inputs regardless. 2) You need to change the code so your buttons send CC 0 or CC 32, which are the Bank Select MSB and LSB messages respectively. You might want to look into how MIDI deals with both the Bank Select and Program Change messages, because they work in a slightly different manner: you have to supply some parameter value so they actually do anything. 3) Technically yes, but you need to hack the Uno. The Uno has two microcontrollers, the 16u2 and the AT328. The 16u2 can be hacked to load a firmware which enables HID support, therefore making it possible for the Uno to be recognized as something like a keyboard, mouse or MIDI controller. To hack the 16u2 you'd need either another Uno or a way to access your Uno's ICSP port. Anyways, I think it would be easier if you used something with built-in HID support, such as the Micro or Micro Pro (they both have the 32u4 microcontroller). Again, I'm no expert so whoever reads this, please correct me if I've dun goofed.
@DirtyCasual36
@DirtyCasual36 7 жыл бұрын
MrRockism thank you! That helps alot, actually!
@onpatrolforthejuice
@onpatrolforthejuice 6 жыл бұрын
thank you so much. I just ordered all the stuff to make a 16 step sequencer which will each have an on-off button, a knob for pitch, and a knob for velocity (or some other modulations) I'm really grateful to get such detailed instructions.
@kklaxx1
@kklaxx1 6 жыл бұрын
Hi, how do you think to do the sequencer?
@victorrey4568
@victorrey4568 4 жыл бұрын
so many tanks from france! i make an midi controler for ableton in 2 days and it's work perfectly at the first try... so amazing tutorial and perfectly code!
@shogunai
@shogunai 2 жыл бұрын
Man, you're a genius. I feel like I'm getting much closer to figuring out how Keybed matrixes work. I'm trying to fuigure out how to connect a 61 key Fatar keybed to the arduino, along with 16 x buttons and 16 x pots. I am seriously hoping you have a video dedicated to that, but I thought I should start at the start! Thanks so much though.
@beau.seidon
@beau.seidon Жыл бұрын
the mkp mini keybed im hacking right now has 25 keys with 2 contacts each. the 2nd contact is to provide velocity sensitivity: the microcontroller will measure the difference in time between contact closures and calculate the input velocity using some curve. every contact has a (row, column) coordinate on the 8x8 grid connected via a diode to avoid "ghosting" and "masking". im going to use an output multiplexer and connect each Y pin to a column, and connect a second multiplexer as an input from the rows. i will scan through the column outputs writing HIGH, and for each column, read every row. the keyboard buttons which are pressed should pass the HIGH voltage from the output mux to the input mux and show the button is pressed. or maybe ill write LOW first to see if that works without melting anything lol. after i map out which keys go to which pair of grid coordinates ill see if my esp32/multiplexers are fast enough to handle the velocity detection.
@11219tt
@11219tt 7 ай бұрын
Dude!!!! You speak to me as a beginner and now I finally get it!!! Thank you!!!
@itscrawford
@itscrawford 7 жыл бұрын
Wow this was amazingly well done. Coming accross a straight forward, well formatted tutorial with clear diagrams narrated by a clear, well spoken voice is like finding a Unicorn in a garbage dump. 10/10 - SUBSCRIBED.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Wow! Thanks Crawford. I appreciate that :)
@itscrawford
@itscrawford 7 жыл бұрын
there's a problem though, when I go to verify the code, it says " 'Mux' does not name a type" why is that?
@UrThysis
@UrThysis 6 жыл бұрын
Wow , this is great!!! I've been looking to make my own controller since no one offers a customize option and this video is really straight forward and easy to understand , thanks !!!
@PatrickJWenzel
@PatrickJWenzel 5 жыл бұрын
Nicely done! You clarified all the hurdles I had to get me started with Arduino. Very concise and all my intermediate questions were answered along the way, as if you knew I was asking them.
@tallgeese1
@tallgeese1 4 жыл бұрын
This brings back fond memories of my electronics design days, many years ago.
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
That's great tallgeese!
@kozko-xe1xl
@kozko-xe1xl 3 ай бұрын
Hell yeah i learn something along the way,your video are addictive dude,i'm high on learning!!Thanks
@vinchelo
@vinchelo 8 жыл бұрын
This is great!!!!. Please do Encoder video midi !!! Cool Notes & Volts
@legosteveb
@legosteveb 8 жыл бұрын
Hi Dave, Great video, perfect pacing, perfect depth. I follow several KZbinrs and know you guys like to hear what we'd like to learn, so here goes... I'd love to see an encoder tutorial and an expansion on the note on/off and cc messages to a multi byte SysEx message. Also combine the MIDI in circuit with a MIDI "learn" mode. Thanks again for the video... And inspiration, I'll be dusting off my Uno this weekend. Steve
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Steve! Those are some great suggestions. I will keep them in mind for future projects.
@sonicmistress
@sonicmistress 2 жыл бұрын
I'm surprised you don't have more Subs as this is without doubt, the easiest Tutorial to follow on the Arduino and Midi Control, I came here from Look Mum (Sam) and now I know why he uses your method. Going to Sub now and have a good look around. Thanks.
@NotesAndVolts
@NotesAndVolts 2 жыл бұрын
Thank you John! Welcome aboard :)
@Tyborg82
@Tyborg82 8 жыл бұрын
This series and accompanying sketch are really great and the use of multiplexers is fantastic as a Uno owner. Very nice work and Thank you for sharing!
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Tyborg!
@HETRM
@HETRM 3 жыл бұрын
thankyou so much sir... for the 3 part tutorial...ive been looking for this...since long..best part was that.. i was able to learn a bit of arduino as well with midi and mutliplexing...so detailed and step by step explanation...you rarely get.God bless you sir
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
You are most welcome
@mopesca
@mopesca 6 жыл бұрын
Perfect! Exactly what I was looking for and didnt know how to describe it!
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Awesome mopesca!
@marinkojukic6498
@marinkojukic6498 7 ай бұрын
So far the best video and best channel for this stuff!
@seansprague7030
@seansprague7030 10 ай бұрын
First, let me thank you for the videos. They have made it much easier and faster to put together projects. I am curious if you or any of the folks on here have used feedback from Logic Pro to light LEDs, or to text to a display on the controller. My desire is to have the controller reflect any changes through the keyboard back to the controller. For instance if a button with a corresponding LED is used to mute a channel, a keyboard entry to mute the same channel would light the LED. Also, I'm putting together a controller pushing MIDI through USB, and I'd like to have Logic reflect a custom name for the controller.
@EricBalcon
@EricBalcon 3 жыл бұрын
Our Dave is the best ! , I love the clarity of your explanations, you rock !
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Thanks Eric!
@trumankong7053
@trumankong7053 7 жыл бұрын
This series of videos are so well explained and so well done ...
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Truman!
@spino290650
@spino290650 4 жыл бұрын
Great job. Can we hope for a midiusb version in the future? This could be very appreciated.
@kevinbeer6958
@kevinbeer6958 3 жыл бұрын
AMAZING TUTORIAL THIS IS WHAT WE HAVE ALL BEEN WAITING FOR AT LAST PLEASE KEEP THESE PROJECTS COMING THANK YOU
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Thanks Kevin!
@QGMODS
@QGMODS 5 жыл бұрын
thank you so much for these videos, they've been very informative and allowed me to build an awesome midi controller without knowing much about electronics. keep up the great work
@faithinverity8523
@faithinverity8523 4 жыл бұрын
The Best e-Maker Video Ever. You are a superb teacher. Thank you.
@sergirainey6526
@sergirainey6526 8 жыл бұрын
It would be interesting if you could explain now shift registers. You make a great job and the best midi-arduino tutorials out there.
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Sergi. I'll add that to my list for the future.
@brettholman3606
@brettholman3606 5 жыл бұрын
I second this request!
@thecyberben
@thecyberben 5 жыл бұрын
This is great and works the same with nte4051b multiplexer. My controller has 8 pots
@thjs
@thjs 6 жыл бұрын
the best explanation i ve ever seen so far.
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks Holger!
@andreasl4318
@andreasl4318 3 жыл бұрын
Wonderful! Videos like this really adds something of value to this world. I'll have lots of use from this when I start on my own project. Thanks!
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Thanks Andreas!
@DiegoSynth
@DiegoSynth 7 жыл бұрын
This is an amazing tutorial with all steps, theory and practice exceptionally explained! Thank you very much for this, it was a great learning experience and the best tutorial I've found on the topic. Subscribed and thumbs up! :)
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Diego!
@cooljhef31485
@cooljhef31485 2 жыл бұрын
this is the real deal man , thanks' a lot I've been looking for these . God Bless you..
@neko6803
@neko6803 4 жыл бұрын
Great tutorial but imo lacks following information at one point: While the Multiplexer might not be able to hybrid between digital and analog inputs, it is possible to convert analogue inputs into digital ones within the code. This can be done similarily to how you convert analogue Values to Midi-Values for your Potentiometers. It can be achieved simply by loading the value of your analogue input into a Variable that is modulates another Variable either by dividing the Values by 512 or by defining a treshold and divide by that. Version one can be used when you never pick up values bigger than 511 unless you give voltage (remember: cables this small are very vulnerable to interference). Version two gets intresting if we have random spikes of interference going on. Look for the Highest Peak over an extended period of time and set your treshold higher than that. Now, only if you trigger the button, the treshold will be passed and the "Variable = input/Treshold"will be bigger than 1.
@robertrobert5583
@robertrobert5583 4 жыл бұрын
Thanks again for another superb tutorial. So clear and beautifully produced. Exceptional work.
@karlvonkrakau3719
@karlvonkrakau3719 4 жыл бұрын
Thanks a ton for putting up this video series, very well explained and easy to follow :) Great job!
@Roelasia
@Roelasia Жыл бұрын
an 1,2,3, explenation. absolutely the best.
@NotesAndVolts
@NotesAndVolts Жыл бұрын
Thank you!
@NicStage
@NicStage 5 жыл бұрын
Really nice and complete explanation. Thank you!
@davidgarciaaranda3370
@davidgarciaaranda3370 6 жыл бұрын
Amazing Midi Controller!! Please make a video with rotary encoders!!!! I do all examples of "Arduino MIDI Controller" and work perfectly! Thank you Notes and Volts!!!
@sergemo4607
@sergemo4607 5 жыл бұрын
Man, you are a great teacher. Very well explained. Wow.
@LukeGeaney
@LukeGeaney 7 жыл бұрын
Trying this one next - I became a patron on patreon too (for the first time) hope it works! Your videos are superb.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thank BB! Let me know how it goes
@marciogdesousa
@marciogdesousa 4 жыл бұрын
Congratulations on the very enlightening video. I would like you to make a video showing how to put a potentiometer encoder (jog) in this project.
@Enigma758
@Enigma758 3 жыл бұрын
I would think you should use pull up or pull down resistors on the buttons, otherwise the switch input can float and the mux input is indeterminate in that case.
@haribukkeprasad4612
@haribukkeprasad4612 7 жыл бұрын
This is such an amazing video. Thanks a lot for explaining everything in the simplest words!
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Hari! Glad you enjoyed it.
@matthewb7721
@matthewb7721 4 жыл бұрын
Exactly what i was looking for in great detail! Thank you from a beginner.
@NotesAndVolts
@NotesAndVolts 4 жыл бұрын
Thanks Matthew!
@4boyscouts
@4boyscouts 4 жыл бұрын
I would note that you could multiplex both analog and digital signals if you had a device input that would handle it.
@Cidr0n
@Cidr0n Жыл бұрын
Can you use endless encoders connected via a multiplexer? The arduino needs to be able to send values to the encoder, not only receive values. An example of what I mean are the encoders on BCR1000. The advantage is that as you e.g. change the value of a pan knob inside the DAW, the endless encoder is kept up-to-date, and if it has surrounding LEDs then it will visually indicate what the pan value is.
@daddydanny5588
@daddydanny5588 4 жыл бұрын
gr8 vid, gr8 explanation ... in some utube videos, they r mentioning about hairless .. but u haven't mentioned it here
@Imbecillen
@Imbecillen 7 жыл бұрын
The best tutorial out there! Great code as well, especially for beginners!
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Sebastian! Appreciate it :)
@AlexusDelphi
@AlexusDelphi Жыл бұрын
This helped me finally understand multiplexers
@seanblue9417
@seanblue9417 2 жыл бұрын
Thank you for this whole series!
@NotesAndVolts
@NotesAndVolts 2 жыл бұрын
Thanks Sean!
@foamesh
@foamesh 7 жыл бұрын
This works great with the parts I could find. I am thinking about how to add a button or buttons in the code that adds bank(s) functionality. When the button for bank two is pressed, the pots would output a different CC# or on a different MIDI channel. A relatively small control surface with 16 pots and 16 buttons could then be used to control DAW software with 8, 16, ? however many tracks. My coding skills are rusty and were never that great to begin with ;), but thanks to your great videos and clear, simple instruction, I am moved to improve. Thank you sir!
@SomeOne-pd6vm
@SomeOne-pd6vm 7 ай бұрын
you could potentially just add a button that increments the midi cc # by a certain amount? maybe a bit of a janky way of going about it but i think it would work.
@joesalz9963
@joesalz9963 Жыл бұрын
Great video! Do you happen to have updated code that works with Arduino boards that have native USB support? I know at some point, Teensy was about the best option, but so many boards now offer native USB. I have a Teensy 3.6 but also several Arduino Leonardo boards, how difficult would it be to modify the code to work with a Leonardo board?
@bloubear2557
@bloubear2557 3 ай бұрын
exactly what i need, 48 midi pot + 7 segment display + additional switches
@veeceeoh
@veeceeoh 7 жыл бұрын
Thanks for this well-explained video tutorial! I don't know enough about C to figure out whether your controller library can be modified to allow "coarse" (7-bit) NPRN parameters to be assigned to pots / buttons on this shield project. However, it seems if an NRPN flag is added to the "command" variable, and if the "note number" / "byte command" variables can hold a 14-bit value for the number of the NRPN parameter to change, then a routine could be added to issue the 9 bytes that make up the NPRN parameter change command (CC / #99 / MSB of NPRN parameter / CC/ #98 / LSB of NPRN parameter / CC/ #6 / 7-bit parameter value to send). Is this possible?
@MathiasDahl
@MathiasDahl 8 жыл бұрын
Great video, and very simple to follow as usual!
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Mathias!
@RoyalTech_2024
@RoyalTech_2024 3 жыл бұрын
Hi, I am using 4051 IC with Arduino Nano with your code. I have added two buttons and modified the code accordingly as you described. But only one button triggers at a time and send MIDI messages, the second one doesn't work, but if I disable the first button in the code the second one does work. Can you help me please? Is there anything I need to do extra in the code? Do only the 4067 IC works with the multiple buttons?
@isabelledexing7455
@isabelledexing7455 7 жыл бұрын
Great videos, explained at just the right pace, without overwhelming the viewer with technical jargon. Windodge asked if this project would render a keyboard monophonic. Your answer was that the midi instrument itself would determine that. But since a multiplexer only outputs one value at a time, doesn't this mean that you're sending midi messages one a time? The way I understand this, is that the midi messages are sent fast enough to give the impression of polyphony. Please correct me if I'm wrong. :)
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Hi Isabelle. Glad you like the videos. Your understanding is correct. If you play a C major chord - even if you manage to hit all the keys at the exact same millisecond (almost impossible for a human), Midi will send out three Note On messages one after another (C E G) in rapid succession . When you release the keys, it will send three Note Off commands to stop the notes.
@anirudhkundu3567
@anirudhkundu3567 7 жыл бұрын
it'll be great if you could guide me on how to make a usb midi controller using rotary encoders.
@chromypone
@chromypone 2 жыл бұрын
I had a question: because the multiplexers all use the same control pins, does that have any implications for the polyphony of notes across different multiplexers? Like, say I have an input on one multiplexer pressed that requires the 3 control pins to be H H L, and I press a button on a different multiplexer that requires the control pins to be H L H
@sanjeevkashyap3136
@sanjeevkashyap3136 8 жыл бұрын
Thanks a lot for these videos. you made designing MIDI super easy. Thanks a ton again. :-)
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Sanjeev!
@vinchelo
@vinchelo 8 жыл бұрын
This is great!!!!. Please do Encoder video midi !!! Cool Notes & Volts
@JGaryThompson
@JGaryThompson 7 жыл бұрын
Great video! Thanks for making this series.
@visheshl
@visheshl 5 жыл бұрын
Wonderful video, im also interested in presets...as in if preset is set to 1, the pot controls cc1channel1, if preset is set to 2, the pot controls cc5channel2 and so on...can you do a video on that ? Also use buttons to change presets
@ЕвгенийХориков-щ8ю
@ЕвгенийХориков-щ8ю 10 ай бұрын
Hi! I wanted to ask a question about connecting encoders to a multiplexer. The connection is the same, but the signal A and B are connected to different inputs of the multiplexer? Maybe there is a video about it?
@ConcertLD
@ConcertLD 6 жыл бұрын
Hello all. This software is GREAT!!!! Very simple to setup and customize to the user preference.. With the software that Dave has written for the UNO it can safely run total of 64 inputs. If more than 64 is needed add a second UNO and daisy chain the two together with 220 Ohm resistor (VERY IMPORTANT) , Dave did a video on MIDI in and THRU... On the second UNO software in the code in setup. MIDI.begin(MIDI_CHANNEL_OMNI); and in loop before Dave's first line of code add this... MIDI.read(); that will read MIDI from Uno 1 and pass it thru Uno 2 to the main MIDI out. If you are using older pots or slide pots the MIDI out may bounce around a lot when not touching the pot, I used a 10uf @ 50v capacitor connecting from ground to the signal terminal on the pot to solve that issue.
@dubsnip1636
@dubsnip1636 6 жыл бұрын
It can run more on 1 arduino if you change the variable array structure a bit. I can drive 111 inputs with some adjustments in Dave's code. I also added led output to the button toggle states so I get visual hardware feedback when a channel is muted. And yes, this tutorial is by far the best on YT as well as on the net. The code is setup very nicely in a customizable way. Hands up for Dave! One thing that would be great: this code ported to Teensy for USB, more native inputs and faster processing. But from what I understand it involves quite some rework as the direct port manipulation used in this code is not compatible with the teensy. I created a PCB design for my mixer currently being converted. It includes 7 4067 (96 analog / 16 digital buttons) multiplexer shields, 2 595 shift registers in serial for led output as well as footprints for both the Uno and the Teensy so they can be easily connected via their headers without any cables. Only flat cables to the pots and buttons.
@ConcertLD
@ConcertLD 6 жыл бұрын
HolyPeyote recommendations on a customizable PCB? Software, design and who makes them? I have some projects where PCBs would be really nice. Thanks
@dubsnip1636
@dubsnip1636 6 жыл бұрын
I tried a couple programs as a noob past weeks Eagle, KiCAD but eventually I settled for EasyEDA. That one is very easy to use and has a great parts library which is user fed. You can directly order the boars in program.
@ConcertLD
@ConcertLD 6 жыл бұрын
Thank you I will check that out. This will cut down on my spiderweb in my projects
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Hi Concert LD. Thanks for the update and info! I never thought people would take this project as far as they have. I made it as a fun way to finish off the Midi for Arduino but many have really taken it to the next level. Anyway, thanks for sharing your knowledge. Great work!
@Skandawin78
@Skandawin78 7 жыл бұрын
pls do a video on connecting a proper keyboard on one side and a DAW software on other through arduino. I would like to see how DAW recognizes arduino uno as I'm not clear on those things. pls clarify.
@riksteen4933
@riksteen4933 Жыл бұрын
Hello. This is a great video. , How will it work with faders. Is it the same as the potential meters thank you
@tylerm124
@tylerm124 4 жыл бұрын
So this isn't a way to wire up like piano buttons then? Since it would be monophonic? Or is there a way that the multiplexer like con combine values and math can be used to infer the buttons being pressed at the same time.
@1_HighDuke
@1_HighDuke 6 жыл бұрын
Your videos are always well produced and your circuits are always sooooo clean :) Thank you for taking the time to share your knowledge. Just out of curiosity, what is your background?
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks HighDuke! I appreciate that :) I'm an electronics technician who has been fascinated by circuits since I was a little kid. I was also a musician for a couple of decades so I guess that explains the musical nature of a lot of my stuff.
@alico797
@alico797 Жыл бұрын
With this, could you multiplex and connect piezoelectrics to make an electronic battery and have more analog inputs than those offered by the arduino uno?...
@xstreamlaser
@xstreamlaser 5 жыл бұрын
thank you. i am really grateful for this perfect tutorial. Now i can make my own midi control board
@dietcoke8114
@dietcoke8114 3 жыл бұрын
im just wondering if i can use piezo disk as the input because i want it to be velocity sensitive. im planning to build a finger drum with atleast 8 velocity sensitive inputs.i hope you answer my question.thanks in advance brother ☺️
@pekkagronfors7304
@pekkagronfors7304 8 жыл бұрын
Thanks man. Very nice series. It would also be nice if you could do some in depth code explanation of MIDI.h and your own MIDI_Controller_v1-2. But anyway: Great stuff!
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Pekka! I'll put that on the list.
@gcbzzzz
@gcbzzzz 8 жыл бұрын
couldn't agree more! that would be sweet
@masterheavyone
@masterheavyone 4 жыл бұрын
Great Tutorial, but can you explain what to do with the unconnected Pins from the MUX ? I have read that they should not be free and unconnected ...
@irnistumjispai1888
@irnistumjispai1888 2 жыл бұрын
Great!! thanks a lot!! and one question i dont know too much about this and I was trying to create a smart chords device you try to program one button to create Cmayor chord but I don't know how doing it properly... Can you talk about it, please?
@DavidHernandez-lp1oc
@DavidHernandez-lp1oc 4 жыл бұрын
Great Video!! Can you do one with the NodeMCU 12 or 32... Thanks
@dubsnip1636
@dubsnip1636 10 ай бұрын
Hi Notes and Volts, a couple of year back I modified you example code for a midi mixer project. Is there already a version of this code that supports midi over USB (perhaps on a Teensy or so)? Would be great to add usb to my mixer to get rid of my old usb -to-midi interface.
@boomananga
@boomananga 3 жыл бұрын
Would this work just the same without the Midi Plug and just send messages to a DAW or VST via the USB?
@RBIBIANO
@RBIBIANO Жыл бұрын
Nice! It can be used with piezoelectric sensors instead the potentiometer? The arduino command lines keep the same?
@WTclub
@WTclub 5 жыл бұрын
So if you can multiplex a mutiplexer, would it be possible to get 40 inputs into an Arduino Uno? Or would I be better off with an Arduino model with more input ports?
@stalkOptimum10
@stalkOptimum10 7 жыл бұрын
Hi, great videos! I was just looking at your code and was wondering, what would be the easiest way of including a "note holder" function, so that the last pressed note is held for ever until the hold button is pressed again. Any ideas?
@heinrichsmit2
@heinrichsmit2 4 жыл бұрын
Thank you for the effort, this is next level brother!
@KleckaGandalf
@KleckaGandalf 8 жыл бұрын
Really enjoyed the tutorials and planning on recreating. Now I'm wonderung, if instead if the MIDI port, I could hook the arduino directly up to my PC via USB. Just like some MIDI keyboard etc (also power everything via USB)
@underagum
@underagum 7 жыл бұрын
you can do it by using Serial to Midi program, and a program to create virtual midi (i'm using mac so i can use IAC driver without installing 3rd party program). examples are there www.instructables.com/id/Easy-3-Pot-Potentiometer-Arduino-Uno-Effects-Midi-/?ALLSTEPS or if you finally decide to make it permanent. try this one www.instructables.com/id/Turn-your-Arduino-Uno-into-an-USB-HID-Mididevice/
@JyskMaker
@JyskMaker 7 жыл бұрын
You can do that if you have a arduino uno with the atMega16u2 or atmega8u2 google Flip from Atmel, Hidunio Arduino_midi, you use Flip to flas the atMega16u2 to Midi HID/MIDI and back to the programming software for the Arduino Uno.
@chihauccisoilconte4474
@chihauccisoilconte4474 4 жыл бұрын
Great tutorial, I have a question though: what happens if I press 2 or more buttons at the same time?
@kartechindustries3069
@kartechindustries3069 4 жыл бұрын
Irrespective of pressing two buttons u will able to operate only one button as per select line
@chihauccisoilconte4474
@chihauccisoilconte4474 4 жыл бұрын
@@kartechindustries3069 ok, one at a time, thank you!
@karan_gour
@karan_gour 2 жыл бұрын
Great video! I got one question, and it's real nooby - can you rotate both those knobs at the same time and get two signals simultaneously? I know that I connect the knobs directly to the arduino that'll work since no switching has to happen, but with multiplexers I am not sure.
@GAMWTOAPOERL
@GAMWTOAPOERL 2 жыл бұрын
Great video thanks for sharing knowledge. One question since I don't know how these things work. Can you use two potentiometers simultaneously that are connected to the same multiplexer?
@NotesAndVolts
@NotesAndVolts 2 жыл бұрын
Hi Marios. Yes you can. Technically the pots are being read one at a time. But the microcontroller can do this so quickly, it will seem that it is simultaneous.
@GAMWTOAPOERL
@GAMWTOAPOERL 2 жыл бұрын
@@NotesAndVolts Thanks for the reply. Cheers.
@GAMWTOAPOERL
@GAMWTOAPOERL Жыл бұрын
@@NotesAndVolts Hi again. Is it possible to reverse this and control with midi some leds using one multiplexer?
@fernandonunez2169
@fernandonunez2169 3 жыл бұрын
Thank you! for the contribution ... how do I include encoder model ky-040 to the program to use it as a jogwheel ... in virtual dj 8.5 proinfinity?
@richtigPL
@richtigPL 8 жыл бұрын
The best tutorial I found, for a beginner like me. Thanks a lot, man! It will handle more than 2 multiplexers, right? Just need to add them to the code?
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Pawel! Yes you can add more than 2 mux. One thing to keep in mind is the more controls you add, the longer it takes the code to check them all. Analog controls (pots) take more time than digital controls (buttons) to read as well. I'm not sure what the upper limit is.
@leftmono1016
@leftmono1016 6 жыл бұрын
I’d like a really simple controller that has an encoder which allows you to dial in the CC e.g 74 for filter frequency, and a second encoder to change the value of that CC number. Example, encoder 1 set to 74 for filter frequency and encoder 2 to change the frequency value. Record filter sweeps into your DAW. Change the CC via encoder 1 to say 71 for resonance and record changes to resonance from encoder 2. This saves you having to have lots of encoders or having to reprogram the Arduino to use different controller numbers. The CC encoder would need a 3 digit display so that you can see which value you’ve selected. I can put the hardware together but can’t program the code. Is there anything out there like this?
@leonardopabon4478
@leonardopabon4478 3 жыл бұрын
wow, this is amazing, thank you so much. I have 2 questions: 1- can I connect rotary encoders ky040 in the multiplexers? 2- Can I connect buttons and rotary encoder to the multiplexers? greetings and thank you very much!
@TruestQuest
@TruestQuest Жыл бұрын
very good explanation and highly explanatory about all usages and commanding! one question though, how would u connect multiple multiplexers into the same arduino, how many can be added? would the circuity be all together in parallel and then connected into a port mapping as u described or how would it happen? please elaborate, thank you.
@NotesAndVolts
@NotesAndVolts Жыл бұрын
Hi there. You would connect all the Mux control pins in parallel then run each Mux output to its own Arduino input. I have tested connecting 4 muxes to an UNO and it worked. Probably can handle more.
@lordofdb1
@lordofdb1 3 жыл бұрын
Sorry I am a little late to the show. But I have a question. The multiplexer I have does not have a Z Pin it does have a IN? Will this not work?(MBSS 74HC4067 16 CH Digital Analog Multiplexer) Help Please.
@Skandawin78
@Skandawin78 7 жыл бұрын
I'm trying to connect my 25 key keyboard . how many shift registers 74hc595N should I use ? also my keyboard has 2 wheels and 8 knobs. pls advise
@Anssam-Shidon
@Anssam-Shidon 3 жыл бұрын
Dave how can I add (midi in) to identify my LED's for my virtual pipe organ software(hauptwerk). With this same library.
Arduino MIDI Controller: Part 1 - Potentiometers
14:02
Notes and Volts
Рет қаралды 292 М.
MIDI for the Arduino - Circuit Analysis
16:15
Notes and Volts
Рет қаралды 139 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Arduino Multiplexor - MUX INPUTS & OUTPUTS - ANALOG and PWM
13:21
Electronoobs
Рет қаралды 115 М.
Building a MIDI Controller Using Arduino
15:41
Switch & Lever
Рет қаралды 647 М.
🤖Я в шоке! ChatGPT пишет Arduino проекты
28:24
SUPER SIMPLE MIDI KEYBOARD DIY HOW TO
19:52
LOOK MUM NO COMPUTER
Рет қаралды 126 М.
I Built an Arduino MIDI Foot Controller: the OpenMIDIStomper
17:57
Nerd Musician
Рет қаралды 14 М.
The 6 Biggest Mistakes while Building MIDI CONTROLLERS
9:38
Nerd Musician
Рет қаралды 15 М.
MIDI for the Arduino - Understanding MIDI Language
10:06
Notes and Volts
Рет қаралды 67 М.
Broken Keyboard Turned MIDI (With Custom PCB)
14:28
Tanner Tech
Рет қаралды 60 М.
Уроки Ардуино. ПИД регулятор
28:57
Заметки Ардуинщика
Рет қаралды 486 М.
How To Build A DIY MIDI Controller (2015 Edition)
15:21
DJ TechTools
Рет қаралды 721 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН