nord-format 0.4.0

Read and write Clavia / Nord keyboard file formats — programs, samples, set lists, settings, backups — with byte-exact round-trips
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Nord C2 pipe-organ libraries (`.npip`) — container facts only.
//!
//! The one known specimen is a 56.7 MB CBIN blob, so the raw body allocation is
//! real — [`crate::cbin::inspect`] answers container questions in O(1) instead.
//!
//! The tag is inferred from the extension; no local specimen confirms it.

use super::raw::raw_format;

raw_format!(
    /// The pipe library itself.
    pipe_library,
    "npip"
);