tek/crates/tek_mixer
2024-09-09 22:57:00 +03:00
..
src wip: tek_test again 2024-09-09 22:57:00 +03:00
Cargo.toml okay now it does not deadlock 2024-09-06 00:41:29 +03:00
example.edn wip: adding edn parsing to mixer track 2024-08-09 11:23:12 +03:00
README.md refactor: merge plugin, sampler -> mixer; transport -> sequencer; time -> core 2024-08-10 21:41:55 +03:00

tek_mixer

// TODO: // - Meters: propagate clipping: // - If one stage clips, all stages after it are marked red // - If one track clips, all tracks that feed from it are marked red?

tek_track

tek_sampler

This crate implements a sampler device which plays audio files in response to MIDI notes.

tek_plugin