mseq_tracks 0.1.1

Library for developing MIDI Sequencers.
Documentation
1
2
3
4
5
6
7
8
# mseq_tracks – MSeq Tracks Construction and Loading

[![doc](https://docs.rs/mseq_tracks/badge.svg)](https://docs.rs/mseq_tracks) [![crates.io](https://img.shields.io/crates/v/mseq_tracks.svg)](https://crates.io/crates/mseq_tracks)

This crate provides utilities to define, generate, and load different kinds of
sequencer tracks into the [`MSeq`](https://crates.io/crates/mseq) engine. It serves as a bridge between high-level
musical concepts (e.g., acid patterns, arpeggios, dividers, MIDI files) and
the internal `DeteTrack` representation used by the sequencer.