med-module: Parse song module files from Amiga MED and OctaMED
MED (Music EDitor) and its successor OctaMED were popular music trackers on the Amiga: https://en.wikipedia.org/wiki/OctaMED. This is a library for parsing the binary module data.
With the Cabal flag -fbuildExamples
you can build two example programs:
unmed2
: Loads song module files and show their content on standard output.animed
: Create a PostScript document showing how a song is played. Also creates an FFmpeg cue file for theconcat
input type. This way you can create videos with MED music plus precisely timed animations of the played tracks. See the includedMakefile
for the command calls for creation of complete music videos from MMD files.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Sound
- MED
- Basic
- Sound.MED.Generic
- Raw
- Sound.MED.Raw.BlockCmdPageTable
- Sound.MED.Raw.BlockInfo
- Sound.MED.Raw.CmdPageData
- Sound.MED.Raw.HybridInstr
- Sound.MED.Raw.InstrExt
- Sound.MED.Raw.InstrHdr
- Sound.MED.Raw.MMD0
- Sound.MED.Raw.MMD0Block
- Sound.MED.Raw.MMD0NoteData
- Sound.MED.Raw.MMD0Sample
- Sound.MED.Raw.MMD0Song
- Sound.MED.Raw.MMD0exp
- Sound.MED.Raw.MMD1
- Sound.MED.Raw.MMD1Block
- Sound.MED.Raw.MMD1NoteData
- Sound.MED.Raw.MMD2
- Sound.MED.Raw.MMD2Song
- Sound.MED.Raw.MMD3
- Sound.MED.Raw.MMDARexx
- Sound.MED.Raw.MMDARexxTrigCmd
- Sound.MED.Raw.MMDDump
- Sound.MED.Raw.MMDDumpData
- Sound.MED.Raw.MMDInfo
- Sound.MED.Raw.MMDInstrInfo
- Sound.MED.Raw.MMDMIDICmd3x
- Sound.MED.Raw.NotationInfo
- Sound.MED.Raw.PlaySeq
- Sound.MED.Raw.SampleInstr
- Sound.MED.Raw.SynthInstr
- Sound.MED.Raw.SynthWF
- MED
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- med-module-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0, 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.3 |
---|---|
Dependencies | array (>=0.4 && <0.6), base (>=4.5 && <5), bytestring (>=0.9.2 && <0.13), filepath (>=1.3 && <1.5), HPDF (>=1.6 && <1.7), med-module, non-empty (>=0.2 && <0.4), optparse-applicative (>=0.11 && <0.19), shell-utility (>=0.1 && <0.2), storable-endian (>=0.2.6 && <0.3), transformers (>=0.3 && <0.7), utility-ht (>=0.0.12 && <0.1) [details] |
License | GPL-3.0-only |
Author | Claude Heiland-Allen, Henning Thielemann |
Maintainer | haskell@henning-thielemann.de |
Revised | Revision 1 made by HenningThielemann at 2023-07-17T10:58:59Z |
Category | Sound |
Source repo | this: darcs get https://hub.darcs.net/thielema/med-module --tag 0.1.3 head: darcs get https://hub.darcs.net/thielema/med-module |
Uploaded | by HenningThielemann at 2023-06-04T21:34:43Z |
Distributions | LTSHaskell:0.1.3, NixOS:0.1.3, Stackage:0.1.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | animed, unmed2 |
Downloads | 3468 total (33 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-06-04 [all 1 reports] |