tek/crates/tek_sequencer
2024-11-09 18:59:17 +01:00
..
src edit command from phrases list 2024-11-09 18:59:17 +01:00
Cargo.toml move color handling to core 2024-11-02 14:43:13 +02: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_sequencer

This crate implements a MIDI sequencer and arranger with clip launching.


tek_arranger


tek_timer

This crate implements time sync and JACK transport control.

  • Warning: If transport is set rolling by qjackctl, this program can't pause it
  • Todo: bpm: shift +/- 0.001
  • Todo: quant/sync: shift = next/prev value of same type (normal, triplet, dotted)
    • Or: use shift to switch between inc/dec top/bottom value?
  • Todo: focus play button
  • Todo: focus time position
  • Todo: edit numeric values
  • Todo: jump to time/bbt markers
  • Todo: count xruns