After completing the penny organ, I have to select frequencies that sound musical. But what are those frequencies?
Arduino code: http://hastebin.com/nataweteti.coffee

By Julian

Youtuber, shed dweller, solar charge controller aficionado

17 thoughts on “Julian’s project: penny organ – how music works”
  1. Avataaar/Circle Created with python_avatars Marcos Siqueira Moraes says:

    Just brilliant!

  2. Avataaar/Circle Created with python_avatars Bill Grabbe says:

    Your intuitive grasp of music theory is really impressive. Your mathematical analysis is even more so – it gets into the thought process behind different temperaments (tunings) that are based on choosing different compromises that you mention. Real nerdy stuff. I have to wonder if you knew a whole lot more about this stuff than you are letting on. The notes at the beginning:
    220-A
    330-E
    440-A
    550-C#
    660-E
    770-G
    880-A
    990-B
    In any case, great job. This was fun to watch.

  3. Avataaar/Circle Created with python_avatars Bad Apples - Its all Rotten says:

    This is my Favorite Video.

  4. Avataaar/Circle Created with python_avatars Justin Shaw says:

    There aren't really "strong relationships" between notes, but rather different notes sound pleasing to the ear like a 4th or a 5th while some don't like a 7th.

  5. Avataaar/Circle Created with python_avatars devil's music says:

    i love you so much 🙂 +1 sub

  6. Avataaar/Circle Created with python_avatars john says:

    I think you must have a seriously high IQ, whatever that means haha

  7. Avataaar/Circle Created with python_avatars john says:

    You went to Centre for Alternative Technology , Cool

  8. Avataaar/Circle Created with python_avatars Nothing\ says:

    This is the worst game of Simon I've ever seen.

  9. Avataaar/Circle Created with python_avatars Yue Fan says:

    Wow!!! The Arduino in the video gave me a little more confidence when starting the video, that I wouldn't be completely lost. This is the best music theory video for engineers. Thank you!

  10. Avataaar/Circle Created with python_avatars Ein Google Nutzer says:

    good video,
    but please record your screen with something like OBS

  11. Avataaar/Circle Created with python_avatars Chris LeeWoo says:

    This is exactly the algorithm I was trying to figure out! That said, it would be a big drain on resources to have my arduino do the calculations, so I used an array like you did.

  12. Avataaar/Circle Created with python_avatars Jordan Wu says:

    you have the notes for ave Maria

  13. Avataaar/Circle Created with python_avatars Justin Morris says:

    …so it seems musicality is based around rational numbers… *immediately solves equation to an irrational number

  14. Avataaar/Circle Created with python_avatars frill necked lizard says:

    void play(double midi, int duration)
    {

    tone(6, (8.168*pow(1.05955,midi)), duration);
    } to convert midi to frequency in arduino

  15. Avataaar/Circle Created with python_avatars Raymond Heath says:

    Math! I hate math! Why have I been an electronics technician for 45 years!!!??? Figure down to the last decimal place…..on your abacus!

  16. Avataaar/Circle Created with python_avatars richtourist says:

    What a well thought out and excellent video. Great fun to watch and helped me a great deal in my own project as a begginer. Thanks.

  17. Avataaar/Circle Created with python_avatars Gully Foyle says:

    Well done, this is fascinating! I am your age and for a long time I've tried to wrap my mind around music theory vis a vis math. You've just blown my mind. In a very good way. Wow, but isn't C 440Hz? Thanks and cheers…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.