MCPcopy Create free account
hub / github.com/RustAudio/rimd / SMFWriter

Class SMFWriter

src/writer.rs:25–29  ·  view source on GitHub ↗

An SMFWriter is used to write an SMF to a file. It can be either constructed empty and have tracks added, or created from an existing rimd::SMF. # Writing an existing SMF to a file ``` use rimd::{SMF,SMFWriter,SMFBuilder}; use std::path::Path; // Create smf let mut builder = SMFBuilder::new(); // add some events to builder let smf = builder.result(); let writer = SMFWriter::from_smf(smf); let re

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected