Build a MIDI Foot Keyboard

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 17

  • @bramskeebalag3173
    @bramskeebalag3173 Місяць тому

    Thanks Dave, I will build one 😊

  • @2bonk22
    @2bonk22 25 днів тому

    Hi, thanks for uploading this, I've been trying to build some bass pedals for a while but I got stuck on the code. May I suggest one improvement to the hardware though - use the bass pedals from a junk organ instead of switches. It's likely a little more work but it will end with a more useable set of pedals.

  • @ThePlanarchist
    @ThePlanarchist Місяць тому +1

    Awesome...been hoping you might venture into one of these one day!

  • @bobajob4924
    @bobajob4924 23 дні тому

    Dave, totally brilliant thanks, is there a way to add multiple chord patterns? Eg in a live situation where I’m playing different songs switching between songs with preset chords? Ie C may be major for one song but Cm7 for next., fab work by the way ,greeting from the UK

  • @mattsellers4718
    @mattsellers4718 Місяць тому

    finally... Very close to what I want tp do. would it be possible to add midi program up and down? Im getting ready to rebuild an 18 step version. i was going to go with an Arduino, But this seems to have most of the features I want.

  • @juliev123
    @juliev123 Місяць тому

    Thanks Dave!

  • @robinfeathers7134
    @robinfeathers7134 Місяць тому +1

    Hey Dave, this is awesome! Thanks!! It's pretty much what I was asking you about a while back when I sent you a group of diagrams of what I was looking for, but my idea had program up and program down buttons and an LCD that displays the program number. I'm also curious if the keys can be split to drive an Arduino Nano to be used for on board sounds in addition to the MIDI out. BTW, I have a set of pedals from a Hammond Organ that will be used for the keyboard.

    • @NotesAndVolts
      @NotesAndVolts  Місяць тому

      Hi Robin. You can definitely reprogram the buttons to send any midi message. The Teensy also has synth functions so you could possibly output sound from the same chip. Check out my Teensy-Synth project to see what it can do.

    • @robinfeathers7134
      @robinfeathers7134 Місяць тому

      @@NotesAndVolts Hey Dave, Yeah the TS-1 was one of several of your projects that I built. I may look to retrofit a TS-1 into my pedals with this project. Are there any more of the original TS-1 boards available for purchase? Thanks again!

  • @tubeDude48
    @tubeDude48 Місяць тому +1

    Have you ever considered using a Pi Pico?

    • @NotesAndVolts
      @NotesAndVolts  Місяць тому +1

      I've never tried the Pi Pico since I don't really like Python. But I see you can also use C so I might have to take a look. 👍

    • @tubeDude48
      @tubeDude48 Місяць тому

      @@NotesAndVolts - I use MicroPython. When I'm lazy, I use ChatGPT to write the code for me!

  • @qbqbqdbq
    @qbqbqdbq Місяць тому

    This is cool but please consider a passive debounce network on every switch instead of just bounce2.h if moving past the breadboard stage. It's cheap and you'll get some extra peace of mind.

    • @NotesAndVolts
      @NotesAndVolts  Місяць тому +2

      I've never had any issues with the software debounce but thank you for the tip 👍