b48989d4e9
feat: better ux, variable window size
...
improved keybinds: arrows move view, pageUp/pageDwn move trigger
threshold. Current sample window displayed on UI.
2023-01-13 02:52:16 +01:00
73cb8bc167
chore: bump version
2023-01-05 01:02:11 +01:00
865a3e406b
docs: update readme
2023-01-05 01:00:00 +01:00
d72e471dbd
feat: better UI and keybinds, more CLI opts
...
Added CLI option to specify channel number, but I'm not sure it's really
working. Refactored AppConfig a little. Added threshold indication on
status bar. References and UI are separate settings and can be toggled
individually. At least 1 sample is always shown when discarding due to
triggering. Range and threshold are configured with arrow keys. Added
more colors to palette. Added ability to toggle braille mode. Fix: fully
write "fps" instead of cutting "s" out.
2023-01-05 00:51:05 +01:00
df273dd011
fix: constraints use relative percentages
2023-01-02 01:33:28 +01:00
e56052c789
chore: version bump
2023-01-02 01:23:12 +01:00
e656b6303e
feat: trigger threshold, better heading
...
remade heading with table widgets, added triggering threshold controlled
with arrows and PgUp/PgDwn, small fixes
2023-01-02 01:18:07 +01:00
32a9819106
chore: moved run_app in app file
2022-12-28 03:55:37 +01:00
72a7b55c7f
chore: moved config in another file with pub field
2022-12-28 03:53:37 +01:00
15c0ee6a6f
chore: bump version
2022-12-27 19:04:09 +01:00
ffd14b2a36
feat: super rudimentary triggering
2022-12-27 19:03:11 +01:00
aed3598ef7
feat: allow tuning to arbitrary octave
2022-12-27 19:02:52 +01:00
57ffa3c690
feat: more ways to quit
2022-12-27 19:02:13 +01:00
59b736bf12
chore: generalized channel number parsing
2022-12-27 19:01:48 +01:00
a337852dac
chore: renamed metavars
2022-12-26 03:32:52 +01:00
d5742f746b
chore: update image
2022-12-26 03:26:16 +01:00
8b78705d40
chore: version bump
2022-12-26 03:20:00 +01:00
640b600692
docs: updated README.md
2022-12-26 03:19:46 +01:00
ae493cd221
feat: key to toggle UI, hide title when no ui
2022-12-26 03:12:20 +01:00
d77c27087f
chore: version bump
2022-12-26 02:19:15 +01:00
16c4fc3810
feat: allow tuning to musical notes
2022-12-26 02:18:52 +01:00
e83a326c89
feat: small refactor, allow editing paused view
2022-12-26 02:18:24 +01:00
ed246e314f
feat: split vectorscope in 2 colors by time
2022-12-25 21:56:41 +01:00
d98f04ae1f
feat: allow to set sample rate, show framerate
...
fps counter implementation is kind of scuffed but does the job
2022-12-25 21:55:52 +01:00
a25d9c3590
docs: explained why buffer size can't be changed
2022-12-24 07:19:00 +01:00
cbbfef28f8
chore: version bump
2022-12-24 06:58:37 +01:00
00f27b7f83
fix: updated readme, catch errors
2022-12-24 06:57:56 +01:00
e2269ef6d6
docs: cargo metadata, version bump
2022-12-24 06:23:18 +01:00
0116056072
feat: initial refactor, keys to change settings
...
it's now possible to change most settings while scope-tui. Keybinds are
`v` for vectorscope/oscilloscope, `s` for scatter/line and `+/-` to
manage range.
2022-12-24 06:21:58 +01:00
a1abb8f290
docs: added readme, changed wording of opt
2022-12-24 03:25:47 +01:00
b88a3a7381
initial commit
...
in actual state, tool is pretty useful but not efficient or moddable in
its design. It's one single main and 5 crates, but draws a decent scope.
Requires pulseaudio and a fast terminal, but got this done in one night.
2022-12-24 03:04:49 +01:00