dimooper icon indicating copy to clipboard operation
dimooper copied to clipboard

Digital Music Looper

Results 57 dimooper issues
Sort by recently updated
recently updated
newest added

Since we migrated to serde #209 It's actually pretty easy to switch formats. Candidates are: - YAML https://crates.io/crates/serde_yaml - TOML http://alexcrichton.com/toml-rs/toml/index.html - Hjson https://github.com/hjson/hjson-rust

When the application is started the user is presented with a UI list of available input and output devices to choose from. This feature should supersede the device configuration from...

0.kind: enhancement
2.status: split

- Split from #169 - `TODO(#226)`

- `TODO(#222)`

1.topic: documentation

- Split from #49 It's related to #216. After #216 is done the app will read the mapping from a files. In the scope of this issue we need to...

- Split from #49 - Linked with `TODO(#217)` See `Pt_Time`

### Description Events look up takes linear time. If we group events by quant number we can improve it up to `O(1)`. ### Performance comparison | Implementation | Time |...

0.kind: enhancement
1.topic: performance
2.status: research

Introduced in #210 TODO [be91501b-fd60-450d-b5c7-5ee4ad261c0c](https://github.com/tsoding/dimooper/search?q=%22be91501b-fd60-450d-b5c7-5ee4ad261c0c%22) --- Consider using https://crates.io/crates/lazy_static

0.kind: techdebt