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
8
9
10
11
12
13
14
#![forbid(unsafe_code)]

mod bitreader;
mod it_edit_history;
pub(crate) mod it_effect;
mod it_header;
mod it_instrument;
mod it_midi_macros;
pub mod it_module;
mod it_pattern;
pub mod it_plugin_convert;
mod it_plugins;
mod it_sample_header;
mod it_x_names;