Skip to content

Commit

Permalink
Playtime: Remove obsolete "record onto filled slot" code
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 18, 2023
1 parent 7e25662 commit 6f36797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/playtime-clip-engine.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions main/src/domain/targets/track_peak_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit 6f36797

Please sign in to comment.