Skip to content

Commit

Permalink
Use enum_dispatch for UnresolvedReaperTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 17, 2021
1 parent 0cb64e4 commit 6a57a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 377 deletions.
1 change: 1 addition & 0 deletions main/src/domain/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use helgoboss_midi::{Channel, RawShortMessage, ShortMessage};
use num_enum::{IntoPrimitive, TryFromPrimitive};
use std::borrow::Cow;

use crate::domain::unresolved_reaper_target::UnresolvedReaperTargetDef;
use indexmap::map::IndexMap;
use indexmap::set::IndexSet;
use reaper_high::{Fx, Project, Track, TrackRoute};
Expand Down
Loading

0 comments on commit 6a57a66

Please sign in to comment.