diff --git a/doc/playtime-clip-engine.adoc b/doc/playtime-clip-engine.adoc index 4d2f6f934..12005a280 100644 --- a/doc/playtime-clip-engine.adoc +++ b/doc/playtime-clip-engine.adoc @@ -318,7 +318,7 @@ NOTE: This is a work-in-progress feature list of the Clip Engine. Not very polis * Display things like the clip play state, whether it's looped or not or real-time position within the clip. - This also includes text feedback to hardware displays. -=== Rollback to previous clip +=== [.line-through]#Rollback to previous clip# * When cancelling recording on an already filled clip slot, the previous clip is restored. @@ -386,7 +386,7 @@ NOTE: This is a work-in-progress feature list of the Clip Engine. Not very polis Supported MIDI data modes for playback: -* External MIDI files +* External MIDI files (can be imported but will be converted to in-matrix clips, the reference will not be kept) * In-matrix clips ** Means that MIDI data of the clip is embedded in the clip matrix instance itself. diff --git a/main/src/domain/targets/track_peak_target.rs b/main/src/domain/targets/track_peak_target.rs index 6fdc03923..6c79a7f5d 100644 --- a/main/src/domain/targets/track_peak_target.rs +++ b/main/src/domain/targets/track_peak_target.rs @@ -8,8 +8,8 @@ use crate::domain::{ }; use base::peak_util; use helgoboss_learn::{AbsoluteValue, ControlType, NumericValue, Target, UnitValue}; -use reaper_high::{Project, Reaper, Track, Volume}; -use reaper_medium::{ReaperVolumeValue, SoloMode, TrackAttributeKey}; +use reaper_high::{Project, Track, Volume}; +use reaper_medium::ReaperVolumeValue; use std::borrow::Cow; #[derive(Debug)] diff --git a/playtime-clip-engine b/playtime-clip-engine index d303ec631..a812eecb1 160000 --- a/playtime-clip-engine +++ b/playtime-clip-engine @@ -1 +1 @@ -Subproject commit d303ec63125ed7bab791776f6f861d358063c4da +Subproject commit a812eecb15656f64456aeb91bec711c3896e9857