Commit graph

10 commits

Author SHA1 Message Date
Will Medrano
6851240c8c Update JACK to 0.13
Biggest changes are to logging and safety.
  - Panics are caught at C/Rust boundary instead of crashing program
    with no messages.
    - Stack trace is usually printed.
  - `log` crate logging is enabled by default. Use something like
    https://docs.rs/env_logger/latest/env_logger/ with writing to file
    to see debug logs.
2024-09-22 14:19:56 -07:00
0a842b607a move test crate into core 2024-09-12 22:31:51 +03:00
80086b9a8b okay now it does not deadlock 2024-09-06 00:41:29 +03:00
278b3caad3 merge tek_jack into tek_core 2024-08-11 11:02:21 +03:00
a659062dbc refactor: merge plugin, sampler -> mixer; transport -> sequencer; time -> core 2024-08-10 21:41:55 +03:00
6dd4caeb42 wip: optional dependency from mixer to sampler and plugin 2024-08-09 15:51:06 +03:00
a819e042c7 wip: adding edn parsing to mixer track 2024-08-09 11:23:12 +03:00
10f191282e wip: fix one batch of errors, unlock another 2024-08-09 00:31:23 +03:00
a54798994b wip: split edn parsers 2024-08-06 19:39:30 +03:00
5ae99b4ada wip: refactor into crates 2024-08-04 14:54:00 +03:00