Это видео недоступно.
Сожалеем об этом.

Arduino Musical Instrument Explained

Поделиться
HTML-код
  • Опубликовано: 4 апр 2021
  • Building an electronic musical instrument with Arduino is possible!
    But what even is electronic musical instrument??
    Huge thanks to Cami Flage and Nova Zaii for allowing me to feature their instruments for this video!
    Cami Flage
    / cami_flage
    / cami.flage
    Nova Zaii
    novazaii.bandc...
    / novazaii
    Me
    / takumi_ogata
    Credit: Author & Punisher
    • Author & Punisher- Thr...
    Light Thing
    • Leafcutter John @ XOYO...
    “Flying Lotus Checks His Email!” from The Eric Andre Show
    Footages by Adafruit
    www.adafruit.com/

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

  • @studiospiraluniverse
    @studiospiraluniverse 3 года назад +8

    Best easter egg ever. I get a feeling of connecting pieces to something bigger. All these like pure data, arduino etc are great in themselves, but putting them together feels like opening up a horizon of new possibilities.

    • @SoundSimulator
      @SoundSimulator  3 года назад +2

      That's a beautiful way of putting it!!
      It is an exhilarating experience when we make sound with something that was not intended for musical application!

  • @SoundSimulator
    @SoundSimulator  3 года назад +2

    We're finally learning about electronic musical instrument and arduino!! Next video is introduction to electronics! We'll make wires and also solder.
    Huge thanks again to Cami Flage and Nova Zaii for allowing me to feature their amazing instruments!

  • @emilsandstrom8923
    @emilsandstrom8923 3 года назад +4

    Absolutely wonderful series! Appreciating this format immensely!!

    • @SoundSimulator
      @SoundSimulator  3 года назад

      Thank you so much, Emil!!
      I hope you enjoy the future videos as well!

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

    thank you, like this series of videos!

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

      I hope to make more videos like this one soon!!

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

    this is absolutely a heuristic video, thanks for all the knowledge you've shared!!

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

      Glad to hear that! I hope it inspires you to build a custom instrument of your own :)

  • @christiant.8834
    @christiant.8834 3 года назад +2

    Thank you!!! This is going to be a beautiful journey

    • @SoundSimulator
      @SoundSimulator  3 года назад

      Thank you, Christian! Happy to have you join this journey!

  • @jasuncionrodriguez2098
    @jasuncionrodriguez2098 4 месяца назад +1

    YES YES YES. I LOVE THIS!

  • @xizanliu407
    @xizanliu407 3 года назад +1

    I'm getting excited!

    • @SoundSimulator
      @SoundSimulator  3 года назад

      Happy to hear that! Thank you so much, Xizan!!

  • @fedeboretti
    @fedeboretti 3 года назад +1

    thanks thanks thanks! great content!

    • @SoundSimulator
      @SoundSimulator  3 года назад +1

      Thank you as always for watching!
      I'm glad you enjoyed this video!

  • @voidvisir
    @voidvisir 3 года назад +1

    Looking forward to this!

    • @SoundSimulator
      @SoundSimulator  3 года назад +1

      Thank you so much, Luca!
      I hope you enjoy the future videos!

  • @peterpiper6362
    @peterpiper6362 3 года назад +2

    I noticed you use Arduino, are there pros & cons to using Arduino as opposed to raspberry pi?

    • @SoundSimulator
      @SoundSimulator  3 года назад

      The main con of using Arduino for musical application is that you need to have it hooked up to a laptop in most situation. With Raspberry Pi, we can embed the Pure Data patch into it and have a standalone instrument. A claim is that there is latency when working with Raspberry Pi + Pure Data + sensors (around 19ms). About 8ms more than Arduino + Max. But Raspberry Pi is constantly evolving so it's hard to tell now. If you wanted to do embedded audio, I highly recommend Bela or Daisy. Both have super low latency (close to zero). And they already have analog inputs built in unlike Raspberry Pi where you have to have an external ADC (don't know if the newer models have ADC built in tho).
      Of course, it depends on your experience with Raspberry Pi and the workflow. I personally like to work with a laptop, but I've started working with embedded audio recently.
      In short, it depends on your work-flow + experience and what you would like to accomplish!! I would love to know what you have in mind!

  • @brendanninness7757
    @brendanninness7757 3 года назад +1

    Thanks Takumi!!! Lets gooooo! :). Is an Arduino Uno adequate?

    • @SoundSimulator
      @SoundSimulator  3 года назад

      Thank you, Brendan!! I'm glad you're excited about this!
      Yes, Arduino Uno is perfect for what we are doing! That's what I'll be using in the tutorials.

  • @goodghost5239
    @goodghost5239 3 года назад +1

    Subscribed & looking forward to projects. Thank you!!

    • @SoundSimulator
      @SoundSimulator  3 года назад

      I greatly appreciate the support! Thank you so much!

  • @pataguan
    @pataguan 6 месяцев назад +1

    Genial, gracias por compartir. ¿ Si quiero hacer un instrumento como una especie de molino, con el flujo de agua de un río, me conviene seguir con arduino o raspberry? pensando en que quizás no pueda enchufarme a un laptop. Y si sigo con arduino que sensor me serviría para experimentar con el flujo de agua en una dirección, mezclada con la fuerza del viento o mezclarla con algún otro dato o sensor?, gracias estoy aprendiendo mucho aquí. SLDS

    • @SoundSimulator
      @SoundSimulator  6 месяцев назад +1

      Arduino would be fine to use. There are wind sensors out there. I actually used one before. I recommend the one sold by Modern Devices.
      As for spinning, you could use something like a hall sensor. It measures magnetic force, so you can stick a magnet on a spinning thing and measure the time between when the magnet goes by the hall sensor. GOOD LUCK

  • @kisho2679
    @kisho2679 2 года назад +1

    how use the midi controller directly on arduino processong pure data (not to computer)?

    • @SoundSimulator
      @SoundSimulator  2 года назад

      It's not possible to embed Pure Data patchers into Arduino. You can do it with Electrosmith Daisy or Bela though!

  • @beatnikcafe
    @beatnikcafe 2 года назад +1

    For anyone who knows? If you wanted to build an interface with as many control knobs, buttons, encoders, sliders, etc. as possible, which Arduino version would you choose? I figure if I’m going to try and build something I might as choose a platform that’s as expansive as possible. Thanks in advance for any advice you share.

    • @SoundSimulator
      @SoundSimulator  2 года назад +2

      ARDUINO MEGA!

    • @beatnikcafe
      @beatnikcafe 2 года назад +1

      @@SoundSimulator Cool, that's what I thought. Thanik you!

  • @FabioSantos-hu7fv
    @FabioSantos-hu7fv 3 года назад +1

    Hello.
    Can you recommend an arduino kit to by?
    A nice one..

    • @SoundSimulator
      @SoundSimulator  3 года назад +1

      I'll be sharing a list of stuff to buy for the tutorials!! Most likely in the next video.
      I'm not the biggest fan of kits since they're full of stuff that are unnecessary for what we're doing.
      And buttons that usually comes with the kits are unusable too.

  • @yadhukrishna1070
    @yadhukrishna1070 2 года назад +1

    is it possible to build a continum fingerboard with arduino?

  • @user-cu7ex7gd1o
    @user-cu7ex7gd1o 2 года назад +1

    Hi, could you show us how the sphere work?

    • @SoundSimulator
      @SoundSimulator  2 года назад

      Maybe someday, but it's not high on my priority list. I would much be happier to see people building something unique and one-of-a-kind with these tools!