Music JSON: very rough outline

I’ve been having a look through the MIDI specs and roughing out something similar in JSON style. It won’t literally be MIDI-in-JSON because along the way I’ve changed a few things to made it easier to read and write by hand (or with simple script code).

Continue reading “Music JSON: very rough outline”

Web music API

Just some random ideas for now, but there’s interesting stuff happening now with Flash 10… it has a Sound API that basically allows you to make synthesisers and effects processors in Actionscript.

The project that seems to have the big jump on this is Hobnox AudioTool. Really impressive!

It’s kind of all-encompassing though. I’ve been thinking about something much simpler. For example, say you could play a MIDI file with Flash? (actually, you can…) but how about if you could play it using Flash Sound API ‘instruments’ rather than whatever sounds are in your soundcard?

Continue reading “Web music API”