Hi all, For the past few weeks, I've been working on a basic MIDI library for Julia, and I'm about ready to release the initial version. I had wanted to use Julia to experiment with algorithmic composition & music analysis, but there didn't seem to be anything available for that. I couldn't even find a package for dealing with MIDI, so I thought it'd be fun to write one myself.
I'm hesitant to register it right away, as this is my first non-trivial Julia project & my first open source library that I want other people to use, so I thought I'd share it here first and see if anyone had any feedback. https://github.com/JoelHobson/Midi.jl Right now, you can only write to a file, but I'm hoping to eventually add support for writing to a device (probably Windows only, unless someone else wants to submit a PR). I've read the section of the manual on authoring packages, and I'm hesitant about calling it Midi.jl. It's very generic, but it also makes it easy to find the library when you search for it. Thoughts?
