Skip to content

Commit

Permalink
#1301 Document todos
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 5, 2024
1 parent 5b737f2 commit 5bfd82b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/src/infrastructure/ui/stream_deck_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ pub fn create_stream_deck_compartment_reflecting_toolbar(
.flatten()
.flatten();
let reaper_resource_path = Reaper::get().resource_path();
// TODO-high CONTINUE How do we deal with targets that can't return a current value? Trigger-like targets?
// Those don't ever send feedback because there's no current value, and as such there's also no feedback value
// and the screen stays as it is.
// TODO-high CONTINUE Toolbar images should be slided, not faded
// TODO-high CONTINUE "ReaLearn Unit Start" should be replaced with "ReaLearn Compartment load"
let button_mappings = items.enumerate().map(|(i, item)| {
let action = Reaper::get()
.main_section()
Expand Down

0 comments on commit 5bfd82b

Please sign in to comment.