Skip to content

AlexCharlton/m8-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m8-files

Crates.io Docs.rs CI

Reads Dirtwave M8 files into Rust structs.

Big thanks to m8-js who did all the real dirty work.

Usage

Add to your Cargo.toml:

m8-files = "0.2"

Or

$ cargo add play-files

Load an example song:

$ cargo run --example read_song -- examples/songs/DEFAULT.m8s

TODO

  • Add song groove, scale, note_preview
  • Add settings: output/speaker volume
  • Support writes?
  • Throw more parse errors
  • Interpret FXCommand based on Instrument
  • Displays: MixerSettings, EffectsSettings, Instrument, MidiSettings, MidiMapping

Changelog

0.2

  • Add V3 support
  • Fix instrument alignment issues

About

Parse the Dirtywave M8's file formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages