Never Mind The Sheet Music, Here’s Spreadsheet Music

Nothing says Rockstar Musician Lifestyle like spreadsheet software. Okay, we might have mixed up the word order a bit in that sentence, but there’s always Python to add some truth to it. After all, if we look at the basic concept of MIDI sequencers, we essentially have a row of time-interval steps, and depending on the user interface, either virtual or actual columns of pitches or individual instruments. From a purely technical point of view, spreadsheets and the like would do just fine here.

Amused by that idea, [Maxime] wrote a Python sequencer that processes CSV files that works with both hardware and software MIDI synthesizers. Being Python, most of the details are implemented in external modules, which makes the code rather compact and easy to follow, considering it supports both drums and melody tracks in the most common scales. If you want to give it a try, all you need is the python-rtmidi and mido module, and you should be good to go.

However, if spreadsheets aren’t your thing, [Maxime] has also a browser-based sequencer project with integrated synthesizer ongoing, with a previous version of it also available on GitHub. And in case software simply doesn’t work out for you here, and you prefer a more hands-on experience, don’t worry, MIDI sequencers seem like an unfailing resource for inspiration — whether they’re built into an ancient cash register, are made entirely out of wood, or are built from just everything.

7 thoughts on “Never Mind The Sheet Music, Here’s Spreadsheet Music

    1. Yes, this is reinventing a well-worn wheel, since I believe there are quite a few trackers which support midi. Nothing wrong with it if they get use from their implementation, though. The sad thing is that there is much great tracker music out there that has not gotten much exposure because it’s not tied to a particular chip/platform.

        1. Modarchive is pretty comprehensive. If there’s stuff out there that’s not in the archive, the solution is to get it in there!

          And if there’s room for better indexing, I’m sure the modarchive folks are open to contributions.

    2. My first reaction as well. However, the idea that you could do this in a multiplayer spreadsheet like Google Docs for live production, is truly intriguing.

      Everything old is new again?

Leave a Reply to DanielCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

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