reenable mixer crate

This commit is contained in:
🪞👃🪞 2024-11-03 18:15:58 +02:00
parent 792dab9714
commit 2f189c6d7e
7 changed files with 51 additions and 79 deletions

View file

@ -10,7 +10,17 @@ push:
fpush:
git push -fu codeberg main
git push -fu origin main
transport:
cargo run --bin tek_transport
arranger:
cargo run --bin tek_arranger
sequencer:
cargo run --bin tek_sequencer
mixer:
cargo run --bin tek_mixer
track:
cargo run --bin tek_track
sampler:
cargo run --bin tek_sampler
plugin:
cargo run --bin tek_plugin