Nice project. You don't need separate ground leads for every footswitch, just wire them all together with a single ground lead to the board. Significantly reduces the spaghetti.
@jasonbrooks622 жыл бұрын
This project is something I was looking to do for myself because I'm cheap, but when you started channeling Pink Floyd in your demo, I was hooked.
@KanePat3 жыл бұрын
Nice Pink Floyd/David Gilmour inspired playing at the end of your video. Nice job !
@malzbiervonaldi4 жыл бұрын
YES finally!!!! I was trying to build something like this and couldn’t find that much information. THANK YOU!
@hackershack4 жыл бұрын
That’s awesome. Glad I can help :)
@steveforwarduk3 жыл бұрын
about to tackle this. I need to make 10 but have 4 on top and bottom with the end two acting as different things, bank up/down. How would I add in LED's so I can have red LEDs and then say Green LEDs for the end two?
@Hakucho64 Жыл бұрын
Tip: at 7:35, if you don't have a special clamp to hold the PCB still while you're soldering things onto it, just use some blobs of Blu-Tack to hold it still.
@slowgaffle Жыл бұрын
Blu-Tack is pretty miraculous. Also, a glue stick and a lighter is pretty awesome too.
@BallooII2 жыл бұрын
Great project is possible to add a wah or expression pedal to this project
@andolivo4 жыл бұрын
Can you add an expression pedal to the programing tutorial, plz?
@Deebz27011 ай бұрын
Not bad for a rush job... Though I could see with the spacing of those footswitches you were lining yourself up for a miss-stomp... I would have mounted with wider spacing and used a long peddle-board chassis instead. But does the Arduino/Teensy have an actual MIDI out/thru port, for direct operation - without requirement for a DAW - of other MIDI compliant signal processors?
@Dan_f94 жыл бұрын
love your projects, really wish i had the creativity you do :D really good inspiration
@AGVersace1004 жыл бұрын
That's very nice!!! Is it possible to substitute the buttons with female jacks so that I can insert my favourite sustain pedal? What would be the process of inserting an expression pedal input?
@Deebz27011 ай бұрын
4:54 - You didn't have ANY lubrication at your place? What no cooking oil? Baby oil? ... KY jelly? Any of which would be sufficient to save the cutting edge of your drill bit.
@cgonzt56362 жыл бұрын
Wow you’re soldering skill, so clean. What’s the wattage of your soldering iron? I have 60w melts my wires 😆
@TheAwesomeGuy1012 жыл бұрын
Hello, what do you mean by header pins exactly? doing this project now and I'm confuse, you said to solder to each adjacent pins except what? or all? Apologies not much familiar with electronics, just a hobby, so what pins do I not need to solder adjacently? the Ground pins and 5V??
@carlosclaptrix Жыл бұрын
Thanks for the tutorial. But I was expecting a footswitch that sends ProgramChange messages. I am a musician and the Arduino is very interesting to use für USB MIDI footswitches which control patches on some hardware. Strangely I do not find any newer tutorials on devices that send PC messages.
@kaiwheeler643 жыл бұрын
Thanks for that, mine is working fine. Now I need to figure out how to plug in an analogue expression pedal.
@ZackC3 жыл бұрын
You can read it as if it’s a potentiometer (since it is) - just wire the Arduino to a 1/4” jack where you’d otherwise connect to the pot. Expression pedals can use 1/4 cables in different ways, though, so worth testing to make sure you’re getting the expected readings.
@louizou123 жыл бұрын
Nice project !! Teensy boards are fantastic for Audio and Midi
@WilsonALO Жыл бұрын
great toturial, why do you think that my controller is sending multiple notes per press? Im using the Teensy LC
@hevc_h2653 жыл бұрын
Hi! Can I use you code with ESP32? I have a problem - exit status 1 Bounce.h: No such file or directory
@arschi65543 жыл бұрын
You must install Bounce in Arduino IDE.
@adinwalls2 жыл бұрын
Hey there have you figured out how to add banks to this?
@ronnyrr90104 ай бұрын
Hi friend, is this working in windows? good video!
@monteself6826Ай бұрын
Will this work on like a Line6 HX pedal connecting the USB B to the Pedal ?
@paulperold6402 жыл бұрын
Must i use Teensy bord
@g43s3 жыл бұрын
ActitioN is the only brand that makes an affordable footswitch pedal, but this, this makes it look so easy, i think i might try to do it myself. the only thing thats bugging me is that i dont know if i'll be able to recreate some Launchkey controls i need, like changing Audio lanes on ableton, or basic play pause and record controls, i wanna have that baked into the controller and not setting it up everytime i change devices. any idea how you could do this?
@lacrapcutata4 жыл бұрын
Damn, love your project, thank you for this amazing lesson :D
@flapjacksmike4 жыл бұрын
FYI, Project Housing and PCB project boards are the same links in the description.
@hackershack4 жыл бұрын
Thanks, I’ll switch it
@brylidan5 ай бұрын
will this work with multieffects like nux mg300 or its just a pc controller ?
@nomad100hd9 ай бұрын
How is it a midi foot switch without a midi out?
@8stringwrshpleader4 жыл бұрын
This is exactly what I've been looking for!!! Do you think there would be a good way to integrate an expression pedal into the build? I've been wanting to buy a midi controller to use Ableton VSTs as a live guitar rig for practicing and use at church. I was also thinking about adding LEDs or maybe even small backlit LCDs to indicate what position the switches are and even what effect they're tied to. It would probably take some coding but it would be an awesome project. Your build is giving me a ton of ideas!!!
@thewalrusdragon957911 ай бұрын
Yes. It’s definitely possible. I’m learning that exact thing myself right now. This video inspired me to learn to build these. I’ll try to remember if I ever get it figured out to come back and let you know…
@gmsstore31052 жыл бұрын
GREAT!! it works with a vst in reaper?
@ocow57354 жыл бұрын
Love your channel and projects; I made the drink cooler myself!
@manday_132 жыл бұрын
Is this possible with arduino uno?
@LuizFelipe-wu4es4 жыл бұрын
Hi! Im doing this exact project (just with less buttons, teensy 2.0 and a led) and I’m struggling with some problems: - first of all when I press a button, it sends multiple midi messages at once (I tried messing with the debounce time but it doesn’t seem to help) - second, when I press one button, my daw is receiving multiple notes ( I figured when I only press one, its like pressing 3/4 buttons at once) -and last my led isn’t lighting up (I want it always on), does this mean I cant use led while programming in midi?? Can you please help?? Great video by the way!!!
@mykeadelic4 жыл бұрын
This is rad but I'm pricing it out and it's way more than $50 bucks! More like 150 from the links off the hackster post.
@Seansquatch72 жыл бұрын
So i found your channel because i started studying how to do this on my own. And of course there is a nerd world for this!! I think i found the area of expertise i wanna level up in. I’d love to make something just like your board. My controller is simple, I’m sure you’ve heard of the Melo Audio MIDI Commander by now, well, that thing has pcb switches.. but they’re the plastic flat button, and they’re pressed by the spring switch that looks more like the switches you have there, but it was quite deceiving.. anyway, i might just gut that thing and use the box.. but then again, I’d like a project box like yours.. man this is amazing.. I’m gonna use your video for reference 🎉🎉🎉🎉🎉🎃
@whoopsie-vf8ib4 жыл бұрын
Nice :D You really good playing it 👍
@roiyosipovich78073 жыл бұрын
AWESOME! Can this be used to send MIDI via a MIDI connector to a guitar effecrs pedal? (In my case: Boss gt1000 core) I can manage whatever HW modifications, but I don't know what interface is required.. Thanks!!
@mateusabds2 жыл бұрын
where can i find this box?
@Just_lift_anyone3 жыл бұрын
Many thanks, very helpful video! This works great for me with Live 10 but I cannot for the life of me get it to work with Reaper, or Bias FX 2 standalone.. nothing at all to do with the code or anything, I think it's the DAW and the VST being a funny buggar !
@tpdoficial Жыл бұрын
I need one of those. Help me.
@roscius62043 жыл бұрын
I'm late to the party here. Can this be configured to send PC messages too
@daneguitarist13 жыл бұрын
you seem like a really caring dude :) thanks for that hopefully i can get this midi controller going since.... its a year later and we are in wave 2... unfortunately
@Hakucho64 Жыл бұрын
If you don't have access to a 3D printer, or just want a cheaper solution, simply buy 4 PCB standoffs, which are like little plastic shafts with a screw in each end. Attach them to the four corners of your PCB, remove the screws from the other end, put some super glue (or epoxy glue) on the ends of each shaft, and glue the assembly to your case where you want it. If you need to remove the PCB later, you can simply unscrew the four screws holding the PCB to each shaft.
@tritonpro72404 жыл бұрын
Can i control in realtime a korg keyboard (expression , pitchbend etc.) by midi control change message with arduino midi footswitch and potentiometers? for example...i have a korg arranger keyboard and i want to use interface by midi CC# (control change message) to control some parameters oscilators in realtime.
@massanig22924 жыл бұрын
VERY COOL... This is going to help me make a midi controller for my Avid Eleven Rack effects processor so i can use it live in a compact design instead of the large bulky ones you can buy for big money. I would like to add an lcd to mirror what is on the Eleven racks display. How much more difficult would that be to do? What other parts would i need? Does the midi send the display info i could get an encoder to connect to a lcd? i have more to learn about the interface part but familiar with soldering and fabricating. Great video. Please keep them coming !!!!!!!!!!!!
@samuniv9874 жыл бұрын
Awesome project. But I couldn't find teensy locally so can I use an arduino instead?
@Just_lift_anyone3 жыл бұрын
as long as it's either a Arduino Pro Micro or Leonardo you should be fine as they support HID natively.
@zapz21014 жыл бұрын
hello sr, nice biuld, one question, did you ever try to control vst pluggings,like guitar rig, bias fx etc? im wondering if building something like your midi pedal will work for controlling my ipads apps likebias fx, dreamfoot, ableton live on my computer as well as sunday guitar on mainstage.
@sanyagupta41254 жыл бұрын
hi, i’m working on building a version of one of your previous projects (the smart mirror) and just wanted to let you know that darksky is no longer accepting new members and the api will be shut down in 2021. i was just wondering how i could go about changing the code to fit another api such as openweathermap or weatherbit and what you think would be best? thanks so much, a fellow coder
@hackershack4 жыл бұрын
I haven’t looked at either, but you could experiment with the apis to see what’s best. The code for the smart mirror is module based so you could create two modules, one for each api, to experiment
@sanyagupta41254 жыл бұрын
@@hackershack Thanks! I was able to implement it using OpenWeatherMap.
@davidbollman57603 жыл бұрын
love this, will be using this to convert a 2 octave organ pedal board to midi; it may make a better foot controller 4 u 2 :D
@wilsonquevedo4563 жыл бұрын
could you do the switch pages option?
@bulletsandpencils4 жыл бұрын
Can you share the code with us?
@kartman74usa4 жыл бұрын
what about to put a display?
@jakejuntilla17524 жыл бұрын
is this possible with the teensy 2.0?
@eugenbesson42113 жыл бұрын
@Hacker Shack Will it works on Teensy 2.0?
@hackershack3 жыл бұрын
It should
@eugenbesson42113 жыл бұрын
@Hacker Shack I wonder if it's possible to connect led to make sure the switch if it's on or off. How to connect such led and what I have to add to your code?
@azmanahmad28204 жыл бұрын
Hi i made this kind of controller too for my guitar multieffect, but how do you connect it to a non midi input laptop?? any ideas?
@hackershack4 жыл бұрын
This project connects to a laptop through usb and can be used as a midi device
@azmanahmad28204 жыл бұрын
@@hackershack thanks mate
@wesley00s3 жыл бұрын
Man, thank you so much ! really helped me
@jannesvanderveen26114 жыл бұрын
Cool project. Quick question: can you use it with bias fx?
@hackershack4 жыл бұрын
It’s standard midi interface, so should work with anything that uses midi devices
@jannesvanderveen26114 жыл бұрын
@@hackershack thanks. I think I'm gonna build something like this than. I was waiting for someone to make a midi footswitch that isn't like 300$ or is 50$ and only has 2 buttons.
@JimbobZip1977Lob4 жыл бұрын
I made something quite close to this to work with guitar rig and it worked fine, but for some reason bias and THU wouldn't let me use it has it used note on/off events rather than proper midi changes. Wish I code it to change from note on/off to other usable midi changes, but can't get my head around it.
@Just_lift_anyone3 жыл бұрын
for the life of me I cannot get any midi automation to work with bias fx or reaper for that matter
@kirillprasolov83174 жыл бұрын
hi bro. I ve made this project. But how to turn on/off leds for every button when pushed?
@Just_lift_anyone3 жыл бұрын
Do you mean have an led show when the button is pressed and then go off when the button is depressed or have it stay on and off as a toggle ?
@kirillprasolov83173 жыл бұрын
@@Just_lift_anyone on and off as toggle. I mean first push down up is led on, second push down up led is off.
@kirillprasolov83173 жыл бұрын
@@Just_lift_anyone like in this video: kzbin.info/www/bejne/l37EpaJqpNGtn5o
@ricardobarreira56654 жыл бұрын
Pretty cool man!
@minkorrh Жыл бұрын
I specifically click this video because it said how to make an Arduino midi footswitch not a Teensy MIDI footswitch. Arduino Nanos are a couple of bucks each while those teensy boards are 35 or 40
@Dante-420 Жыл бұрын
That sucks! But it's not too uncommon for people to use "Arduino" interchangeably with any MCU or even any general SBC projects
@breakingthroughinside3 жыл бұрын
Is much easier to buy a cheap pc joystick or use a broken one, there is tutorial online
@vijaybadgujargmail4 жыл бұрын
you better think about giving some space between those switches.
@TehSyneS Жыл бұрын
thanks for this!!
@stephendinella21234 жыл бұрын
CAN YOU GUYS MAKE A GOLF LAUNCH MONITOR OR A GOLF SIMULATOR PLEASE!!!
@aditagrawal4 жыл бұрын
love your vids, btw my name is adit and i am from india.
@hackershack4 жыл бұрын
Thanks Adit!
@johnmalcolm99804 жыл бұрын
Good man
@prat26094 жыл бұрын
Hello... Nice video. I am having a bit of an issue with my project. I am using an Arduino Nano. Whenever I am uploading the program MIDI data is flowing continuously. I would like it to send Note Value instead of CC data. Can you please suggest where I am going wrong? This is where you can find the code: www.mediafire.com/file/zeqyj52g87yq431/MIDI_Controller.rar/file Any help would be very nice!
@felipecaceres77914 жыл бұрын
hi i was wondering if this pedal can be configured to send pc commands and work properly with archetype plini (neural dsp plugin). I am about to buy the materials but I also have the option of making a similar pedal. can you tell me if this works?. or how to modify it?. here the link to thr plugin 14 days free: neuraldsp.com/products/archetype-plini/
@balmvioletsem2 жыл бұрын
Hello. Did you have a chance to build the pedal and experience it with the neural plugin? I'm thinking of doing the same and using it with the Neural plugin. Does it work with the plugin?
@felipecaceres77912 жыл бұрын
@@balmvioletsem Hi, i didn’t build it, i bought the Behringer FCB 1010 instead