Commit graph

8 commits

Author SHA1 Message Date
a96285501d feat: implement MIDI routing, improve UI (#1)
Implements the main MIDI daemon and the routing system. Makes a few improvements to the UI:

- Allows selecting the devices to show messages from
- Provides meager filtering
- Prettier output of messages

Reviewed-on: #1
2025-01-13 03:31:12 +00:00
bfbf0e62c0 start on proper system for routing 2025-01-01 15:11:14 -05:00
a9c51a48bc start on UI 2024-12-26 19:26:58 -05:00
de6dd59e48 start some ui, refactor midi library a bit 2024-12-08 22:07:14 -05:00
0b85666e82 add enigo, type hello world! 2024-09-09 10:53:41 -04:00
7983bdab0b first parsing of MIDI: parse note on/off 2024-09-09 10:18:50 -04:00
56234e4e07 Reads MIDI events and prints them to the terminal 2024-09-02 10:59:31 -04:00
5494d8de1b Add Cargo.toml with midir dependency, stub of src/main.rs 2024-09-01 23:26:39 -04:00