mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
15 lines
330 B
Markdown
15 lines
330 B
Markdown
# `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`
|