wip: move tracks to bottom

This commit is contained in:
🪞👃🪞 2025-01-11 15:48:03 +01:00
parent f7d9d2e107
commit d9f1875c03
6 changed files with 212 additions and 386 deletions

View file

@ -52,7 +52,7 @@ pub enum TekMode {
/// Number of tracks
#[arg(short = 'x', long, default_value_t = 1)] tracks: usize,
/// Width of tracks
#[arg(short = 'w', long, default_value_t = 8)] track_width: usize,
#[arg(short = 'w', long, default_value_t = 9)] track_width: usize,
},
/// TODO: A MIDI-controlled audio mixer
Mixer,