kord 0.7.1

A tool to easily explore music theory principles.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Analysis types and functions for the `kord` crate.

#[cfg(feature = "analyze_base")]
pub mod base;

#[cfg(feature = "analyze_mic")]
pub mod mic;

#[cfg(feature = "analyze_file")]
pub mod file;