Introduction to Music21 for Python

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • In this introductory tutorial on Music21, we'll explore how to download and install Music21, and go over the basics of its musical objects and how they can be manipulated and analyzed.

КОМЕНТАРІ • 15

  • @magatamass
    @magatamass 8 місяців тому +1

    how do you work with mp3 files? edit: as in, import an analyze?

    • @codemeowstro1701
      @codemeowstro1701  8 місяців тому +1

      Hi. Parsing mp3 files into music notation would be very difficult and unfortunately, it's not possible to do this in Music21.

    • @magatamass
      @magatamass 8 місяців тому

      @@codemeowstro1701 Thx. WIll try Spleeter then. And see what i can do with that.

  • @MariannaKowal
    @MariannaKowal Рік тому +2

    Very interesting! I am just reading the user manual on their website, but your verbal explanation is very helpful! Could you record a video on how to create and analyze music that is not in their corpus? I barely understand it when I read it...

    • @codemeowstro1701
      @codemeowstro1701  Рік тому +1

      Sure; to do that you can use converter.parse() to convert supported file formats, such as musicXML into a Score. I plan to make a few videos about analysis.

    • @MariannaKowal
      @MariannaKowal Рік тому +1

      @@codemeowstro1701 It would be sooo great! Please do it :D The way you explain things is so much easier for me than reading about this :)

  • @sitrakarazafindrabe6260
    @sitrakarazafindrabe6260 4 місяці тому

    Hello, I would like to know if I could use the corpus of classical music available in music21 to constitute a dataset in my music-generating AI project, this is a question relating to copyright and authorization for such use

    • @codemeowstro1701
      @codemeowstro1701  4 місяці тому

      Hi. I can't answer definitively but I believe so. The corpus is freely distributable but it may also depend on where you are located.

  • @mr.shredder5430
    @mr.shredder5430 Рік тому

    hi i want to make tonic solfa sheet editor with real time play back functionality so can i use music21 to make music sheet editor software

    • @codemeowstro1701
      @codemeowstro1701  Рік тому

      This sounds like an interesting project. Whilst I don't think this can be done in Music21 alone, it should certainly be possible in Python. I suggest having a look at PyGame for real-time midi playback.

  • @NguyệtNguyễn-q7z9i
    @NguyệtNguyễn-q7z9i 9 місяців тому

    How can install system?

  • @ToVanDang
    @ToVanDang 2 місяці тому

    Can Music 21 show or generate the chord progression? I'm very curious about this.

  • @bodiesinthewater
    @bodiesinthewater Рік тому

    Thank you a lot