Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
anselanza committed Mar 6, 2024
1 parent 7a7cf19 commit c8dfad3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ If you have Tether Egui installed (`cargo install tether-egui`) then the easiest
- [x] Colour conversions should be possible manually, e.g. RGB -> CMY
- [x] With macros, add some visual indicators of state, e.g. Colour, Brightness and Pan/Tilt
- [x] Allow the app to launch just fine without Tether
- [ ] If no ArtNet provided in Project (and no settings provided from CLI), then do NOT connect, but allow editing / manual connect
- [ ] Allow the app to launch without any project file at all
- [x] If no ArtNet provided in Project (and no settings provided from CLI), then do NOT connect, but allow editing / manual connect
- [ ] Allow Tether settings to be saved with project as well
- [ ] Keep project files sorted, e.g. by fixtures
- [x] Allow the app to launch without any project file at all
- [ ] Add 16-bit control, at least for macros (single slider adjusts the two channels as split between first and second 8-bit digits)
- [ ] ArtNet on separate thread, with more precise timing; this might require some messaging back and forth and/or mutex
- [ ] It should be possible to add Macros from "Advanced Mode" into the available macros for the fixtures (and therefore the scenes). This would be part of a fixture-editing UI?

0 comments on commit c8dfad3

Please sign in to comment.