lsdj 0.1.1

Library for interfacing with LSDJ files and memory
Documentation
1
2
3
4
/// The default string of bytes for a new instrument
pub const DEFAULT_INSTRUMENT: [u8; 16] = [
    0xA8, 0x0, 0x0, 0xFF, 0x0, 0x0, 0x3, 0x0, 0x0, 0xD0, 0x0, 0x0, 0x0, 0xF3, 0x0, 0x0,
];