xmrs 0.14.6

Read, edit and serialize SoundTracker music with pleasure — MOD/XM/S3M/IT/DW import plus SID & OPL chip synthesis, no_std.
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]

pub(crate) mod instr_helper;
pub(crate) mod one_sid;
pub mod sid_module;
pub(crate) mod sound_fx;
pub(crate) mod voices;