mtrack 0.12.0

A multitrack audio and MIDI player for live performances.
Documentation
// Copyright (C) 2026 Michael Wilson <mike@mdwn.dev>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software
// Foundation, version 3.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <https://www.gnu.org/licenses/>.
//
#[cfg(test)]
mod common;

#[cfg(test)]
mod basic_tests;
#[cfg(test)]
mod chase_tests;
#[cfg(test)]
mod color_cycle_tests;
#[cfg(test)]
mod coverage_expansion_tests;
#[cfg(test)]
mod dimmer_tests;
#[cfg(test)]
mod direct_value_tests;
#[cfg(test)]
mod effect_management_tests;
#[cfg(test)]
mod formatting_tests;
#[cfg(test)]
mod layer_commands_tests;
#[cfg(test)]
mod pulse_tests;
#[cfg(test)]
mod rainbow_tests;
#[cfg(test)]
mod seeking_tests;
#[cfg(test)]
mod sequence_and_layer_control_tests;
#[cfg(test)]
mod static_effect_tests;
#[cfg(test)]
mod strobe_tests;
#[cfg(test)]
mod tempo_aware_tests;
#[cfg(test)]
mod utility_and_edge_cases_tests;
#[cfg(test)]
mod validation_tests;