On 13/04/10 10:32, Jay Hardesty wrote: > Objects and apps for varying and hybridizing musical scores. > Morphic style widgets for control and visualization of musical structure. > Rendering MIDI data into audio (via Quicktime is the only current > solution there I suppose?)
You can use HTML 5 audio via data URL's to generate sound and play it - although it's a bit of a pain doing it this way. There is work being done on working out an HTML audio generation API. See here for some discussion: https://bugzilla.mozilla.org/show_bug.cgi?id=490705 If you generate the audio on the server and serve it as a WAV file then you can use HTML 5 audio to play it on recent Chrome, Safari, Opera and Firefox builds (I think all those support WAV). Chris. -- http://bluishcoder.co.nz _______________________________________________ lively-kernel mailing list [email protected] http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
