On Tue, 22 Feb 2011, Evan Laforge wrote:

I had written some simple conversion from a text presentation of a OctaMED
module to Haskore. Maybe you find it useful:
 http://code.haskell.org/haskore/revised/core/src/Haskore/Interface/MED/Text.hs

Indeed, I very well might.  I have a bunch of music in OctaMED format
that I'd like to extract at some point.  Unfortunately somehow most of
it wound up in "SFCD" compression which is apparently no longer
decompressable (I read something where the original author said he
lost the source).

I remember long time ago I also analysed that format. It was not too complicated, e.g. he encoded the used channels in one line by four bits that preceded the notes. However, I think the later simple module format with generic powerpacker compression was a good choice.

Oh, wait it looks like it requires an octamed to export as text... I
guess I'd need to go dig into some of the standalone mod players out
there.

Yes, that was the easiest for me, since I did not convert a lot of songs. My import is also really simple: Only notes, not even some commands.

_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to