Build a Programmable USB Midi Controller - FADR-4

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • Learn how to build the FADR-4 a four fader programmable USB Midi controller!
    $5 Coupon from PCBWay: www.pcbway.com/setinvite.aspx...
    Download the Code and Schematic at: www.notesandvolts.com/2022/12...
    Old video about FADR-4: • Custom Fader Board Pro...
    Check out my NEW music channel ‪@synthwavedave‬
    / @synthwavedave
    Want to purchase the gear I use? Check out my Amazon Influencer Page: www.amazon.com/shop/notesandv...
    TWITCH: / notesandvolts
    WEBSITE: www.notesandvolts.com
    DISCORD: / discord
    TWITTER: / notesandvolts
    INSTAGRAM: / notesandvolts
    PATREON: / notesandvolts
    MUSIC: tekbrane.bandcamp.com/album/s...
    Spotify - iTunes - RUclips Music: Tekbrane
    Intro: 0:00
    FAQ 1:45
    Demo 3:48
    Circuit: 7:12
    Program: 17:37
    Thanks! 24:20
  • ХоббиХобби

Комментарии • 78

  • @melaniewilson-bruneau9079
    @melaniewilson-bruneau9079 Год назад +1

    Thank you very very much man! Been waiting for this.

  • @pop_polizei
    @pop_polizei Год назад +1

    Thanks a lot for making this available. Great work!

  • @louiecoronia7295
    @louiecoronia7295 Год назад +1

    What a great project! Excellent and simple explanation, worth the time watching. Going to binge watch your vids to learn more because I want to make something like this to control an ATEM Mini with CentralControl. I hope it'll work well with me. Thank you very much for sharing, helps a lot.

  • @tjatkinson88
    @tjatkinson88 Год назад +1

    Very cool!! Thanks for sharing

  • @edipciftic
    @edipciftic Год назад +1

    your project is really beautiful and really perfectly functional... this is exactly what I was looking for... it would be great for me when xy pad is added to it....

  • @peterpeper4837
    @peterpeper4837 Год назад +1

    Great project !
    Thanks !

  • @TheRationalbrain
    @TheRationalbrain 2 месяца назад

    It's always the way. Minutes after posting below, I worked it out. For anyone interested, there's two right-shift operations which scale the pin value and these need to do an extra bit right shift. Change "Val>>2" to "Val>>3". Works great!

  • @djk0n3x0
    @djk0n3x0 Год назад +6

    I LOVE these projects

  • @cyrilcalmes4208
    @cyrilcalmes4208 2 месяца назад

    Great ! Thank you

  • @Ratchet2
    @Ratchet2 Год назад

    Very nice project. Top shelf.

  • @els1f
    @els1f Год назад +4

    I LOVE that you used the USB B connector! 😭🙌 From the first time you plug it in, those little micro deals are on a countdown until it starts cutting out

    • @NotesAndVolts
      @NotesAndVolts  Год назад +2

      My thoughts exactly!

    • @BothoHohbaum
      @BothoHohbaum Год назад +1

      Oh indeed. That corresponds exactly to my own experiences.
      Micro USB is a royal p.i.t.b.
      It is the worst and at the same time the most widely used USB connector type.
      Goes probably well along with planned obsolescense....
      Yay....

    • @els1f
      @els1f Год назад +1

      @@BothoHohbaum I ALWAYS thought that, but thought I was being too cynical 🤣

    • @BothoHohbaum
      @BothoHohbaum Год назад

      @@els1f...and the creator of the final device can even blame the producer of that part.
      Win - win - win!
      I guess we figured it out.
      ROFL

  • @ifaber68
    @ifaber68 Год назад +1

    Very nice midi controller! 🙂

  • @PierreWapata
    @PierreWapata Год назад +3

    I have to admit, this one is a smart little device !
    The idea AND execution is really good.
    Engraving the "how to use" under the display can be cool too.

  • @5amJones69
    @5amJones69 9 месяцев назад +1

    This is so cool! Well done!
    I'm wondering how much more complicated it would be to do this with motorised faders?

  • @SlaserX
    @SlaserX Год назад

    Love the video, but I'd love to see a video on how to make enclosures that will work with something like this (that doesn't require thousands in gear)

  • @paulnagel8161
    @paulnagel8161 Год назад +1

    Cincinnati! Thanks from the Queen City.

  • @PCBWay
    @PCBWay Год назад +1

    A pleasure to partner with you🥂🥂

  • @danielel9191
    @danielel9191 Год назад

    Wow! I am so excited about building one. Thank you so much for the fabulous tutorial. I am not a techie at all so I would need someone to help me beyond your very well done video. I am wondering if you can suggest what type of software engineer I should look for in my community? I am in atlantic canada, NB.

  • @stevesm2010
    @stevesm2010 Год назад +2

    LOL @ all the questions in the comments that you answered at the beginning of the video ;-) It's a great project and one I'm going to build. A question you didn't answer; Are the gerbers available for your PCB?

  • @Movement.81
    @Movement.81 Год назад

    Just found you from the GSG twitch Superbooth, think we’re set to raid you Friday :) great tutorial! We’re looking to make a really simple midi controller with 8 pots to replace an akai controller that’s a bit too big for purpose. We don’t need the sliders… know of any really simple builds? We’ve done a bit of arduino soldering but pretty novice really

  • @michaeldmoch4348
    @michaeldmoch4348 Год назад +3

    Oh so cool! I would love an alternative with motor faders

    • @azyfloof
      @azyfloof Год назад +1

      I'd love to see this too :) I know how to send potentiometer data to a DAW, and how to read data *back* from a DAW to update a motorised potentiometer position, the trick is doing both these things without the data clashing; like I'm moving the slider as the DAW is tryna also update it

    • @HazeAnderson
      @HazeAnderson Год назад +2

      He shows you how to modify this to use motorized faders in the FAQ at the beginning.

    • @michaeldmoch4348
      @michaeldmoch4348 Год назад +2

      @@HazeAnderson Ah yes, kind of. I admit i skipped through the FAQ so thank you for pointing that out! However, he doesn't show how you modify it, he just says you can use other faders as long as they are 10k and linear taper. But on the topic of how to modify it to control the motor from the teensy... he doesn't show. But of course, he mentions, that he doesn't want to do a million iterations himself and that's absolutely fair of course

    • @HazeAnderson
      @HazeAnderson Год назад +1

      @@michaeldmoch4348 I set you up. :) But hang on .... we never addressed the practicality of using motorized faders for a controller that slings MIDI CC in the first place. What, apart form just LOOKING COOL, would flying faders BUY you with THIS controller? I cannot think of any. You say "I want to automate the motion of the faders for my DAW tracks!" Well, you have to perform that motion AT LEAST ONE TIME, so just RECORD IT INTO THE DAW. You say "I want MIDI CC from my DAW to make the faders move!" Well, this is a MIDI OUT device, not MIDI IN ... and even if you COULD process MIDI in ... all you are gonna do is just make some motors turn. This device is meant for TRANSMISSION. There is ZERO practicality in adding flying faders to MIDI CC controller like this. Can you not accept that this device is perfect and needs no additional features? Please remember that he did not build this device for you and your needs, he built it for a client and that client paid him for his work. You can watch this video for free. Would you like to hire Dave to build you a personalized motorized fader device?

  • @tubeDude48
    @tubeDude48 Год назад +3

    I would add a POT on the back of your unit and add to the ISET Pin so you can control the brightness. But that's me!
    Disappointed that Linux versions are not available...errr

    • @HazeAnderson
      @HazeAnderson Год назад +1

      Just add a trimpot on the PCB inside. Items like that don't need to be adjusted as often.

    • @NotesAndVolts
      @NotesAndVolts  Год назад +2

      You could do it in the code as well by adjusting the brightness variable.

    • @tubeDude48
      @tubeDude48 Год назад

      @@NotesAndVolts - Yes.

  • @0live_
    @0live_ Год назад

    Wow this is awesome! I have no idea how to do any of this yet, but this seems like a great project to build up to.
    As a noob, looking at the amount of available pins would suggest the possibility of connecting more faders. at face value at least.
    Would there be anything keeping me from building something with potentially a few more faders, while using the remaining components as normal?

    • @NotesAndVolts
      @NotesAndVolts  Год назад +1

      You can add more faders. A lot of code changes would be required though.

  • @danilka1802
    @danilka1802 9 месяцев назад

    maybe add a motor faders, and you may use ssd1306 OLED display or TM1637 module for simplify device

  • @NexuJin
    @NexuJin Год назад

    Pretty cool looking box. But I'm looking for how to make my own MIDI controller that sends out 14-bits MIDI CC (for DJ software). I need the precision for tempo fader changes.

  • @lidumb8411
    @lidumb8411 11 месяцев назад

    Hi,I LOVE your project and sharing every details kindly,I wonder if it possible to use arduino Leonardo board replacing the teensy lc.I guess in that way,I dont need the U2 part and only I need to do is to update the code,am I right?or have you already considered using arduino board and find the teensy lc is the best choice?anyway,thanks for your tutoruials

  • @r2d2romo1
    @r2d2romo1 Год назад

    Parece que en la página oficial ya está descontinuado el teency LC ¿podría usarse sin problemas el teency 4 o 4.1 usando el mismo diagrama de circuito o habría que adaptarlo?

  • @genghisbunny
    @genghisbunny Год назад

    Great project. Unfortunately, here in Australia, a Teensy LC is over $100, whereas an Arduino Pro Micro is under $10. Lots of other countries are similar.
    Not saying you have a responsibility to remake your whole code, just giving you context for why lots of people ask about Arduino on Teensy projects.
    Great project by the way, love it.

    • @NotesAndVolts
      @NotesAndVolts  Год назад +1

      Thanks for the info genghisbunny. $100 is way too much! I saw the LC on Mouser AU listed at $23.15 AUD which seems about right. I pay about $17 USD for mine.

  • @stepheam
    @stepheam Год назад

    Amazing project and smart execution. Well done! Thanks for providing the code. Anyone getting errors compiling for Teensy 4.1? I'm getting a 'Pot' does not name a type error for Pot P01(A0, 0, 1,1);

  • @yvanroustan4426
    @yvanroustan4426 8 месяцев назад

    thank you for your video ! we can hear artifact when i turn potentiometer, is it inevitable with arduino because it's quite unsable (as a midi controller) ?

  • @paulammon9746
    @paulammon9746 Год назад

    Is there any way to get the PCB design that you used to order it from JLCPCB? im Trying to build one myself, but i dont really know how to create a pcb board from the scematic you showed in the video. I Love the design and think it would do an awsome job for dynamic and expression controll while scoring.

  • @TheRationalbrain
    @TheRationalbrain 2 месяца назад

    Hi Dave - great project have just prototyped it, but using the Teensy 4.0. Mostly fine, but I'm getting the CC value going up to 255 instead of half that - it means I lose resolution in the bottom end, an for example, can't set a cc of 1. I'm not a C guy, but have done a fair bit of programming, just can't seem to find the problem here. Both teensies have the same A/D resolution of 10 bits, so a bit stumped. Any ideas? Thanks again, Chris.

  • @nacho90000
    @nacho90000 7 месяцев назад

    hi, the analogue slider don't lose precision with time?? for example the minimum position dont go to zero

  • @pkafin2602
    @pkafin2602 6 месяцев назад

    What's it going to take to get this working on the Teensy 4.0? The Teensy-LCs are no longer available.

  • @TheRationalbrain
    @TheRationalbrain 2 месяца назад

    Hi again Dave. Another question - having built the thing, have you interfaced it to a DAW or any music program? I've got all the right MIDI data, but not being recognised by my DAW. Any thoughts?

    • @NotesAndVolts
      @NotesAndVolts  2 месяца назад +1

      It should show up as "Fadr-4" in your daw.

  • @nnnn-mz5fm
    @nnnn-mz5fm 11 месяцев назад

    Can the PCB layout be obtained in KiCad format?

  • @ConcertLD
    @ConcertLD Год назад

    I have a project i need to send to you that you might like. Its kinda along the same lines as this..... i built it for Ableton live.
    The code is kinda barbaric though lol
    Anyways you could maybe take the idea and improve upon it make it something really cool...

  • @u3rproductions220
    @u3rproductions220 Год назад

    i love your usb feder mixer ,i want that,please give me some idea or your contact to purchase use feder mixer...

  • @electron7373
    @electron7373 Год назад +1

    Apparently the Teensy LC is being replaced by Teensy 4.0, do you think the source could be easily adapted to Teensy 4.0? Excellent midi controller design , you must have put a lot effort designing it.

    • @TheRationalbrain
      @TheRationalbrain 2 месяца назад

      I've done it - easily replace the LC with 4.0. Only need to change the processor type in the header.

  • @TheStudio49
    @TheStudio49 Год назад

    Great as always 👍 !!!! Would a breath controller be something you would consider building on the channel. I will also buy the breath controller 🤞

  • @vornamenachname255
    @vornamenachname255 3 месяца назад

    Teensy LC is no longer available :(

  • @delatronics3257
    @delatronics3257 Год назад

    Thank you for this video! I want to make one for personal use with Rotary pots. But can I use an UNO instead? I was hoping to just use the Atmel 328 with caps and 16Mhz Xtal and 5v PSU (or I could use the inbuilt 8Meg clock of the UNO). I want to control VSTs amongst other things.

  • @PexiTheBuilder
    @PexiTheBuilder Год назад

    Should make mixer with 4 pots and 5 sliders, this could be really helpful, thanks!

  • @oddballno3-builds780
    @oddballno3-builds780 Год назад +1

    Can I add a cupholder?

    • @NotesAndVolts
      @NotesAndVolts  Год назад +1

      Absolutely! Just install it next to the fuzzy dice

  • @tubeDude48
    @tubeDude48 Год назад +1

    Is this USB to USB on keyboard? Ya, I have a drawer FULL of MAX7219!

    • @NotesAndVolts
      @NotesAndVolts  Год назад +3

      I believe you need to hook this up to a computer host

    • @tubeDude48
      @tubeDude48 Год назад +1

      @@NotesAndVolts - Got it!

  • @babadivamusicprod
    @babadivamusicprod 16 дней назад

    Following @edipciftic, your project is really beautiful and really perfectly functional... this is exactly what I was looking for... it would be great for me when xy pad is added to it....

  • @javascript6948
    @javascript6948 10 дней назад +1

    Do you sell this pre made for those of us who cant do any of this ?