lib.rs
Nov 6, 2024160 downloads per month . GPL-3.0 license . 49KB 1K SLoC MSeq. Library for developing MIDI Sequencers. Usage. Add this to your Cargo.toml: [dependencies] mseq = "0.1"To start using mseq, create a struct that implements the Conductor trait.. You can then add tracks to your sequencer by adding fields (to your struct that implements the Conductor trait) of type DeteTrack or more generally fields ...