Skip to content

Commit

Permalink
#1146 Don't apply source-cut fades if source fades are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Sep 4, 2024
1 parent 630014b commit affe02a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions playtime-api/src/persistence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,10 +1248,11 @@ pub struct ClipAudioSettings {
///
/// Doesn't apply automatic fades for fixing non-optimized source material.
///
/// This only prevents source-fix fades. Fades that are not about fixing the source will still
/// be applied if necessary in order to ensure a smooth playback, such as:
/// This only prevents fix fades at source level, that is fades fixing the source file itself or the source cut
/// (= static/fixed section). Fades that are not about fixing the source will still be applied if necessary in order
/// to ensure a smooth playback, such as:
///
/// - Section fades (start fade-in, end fade-out)
/// - Dynamic section fades (start fade-in, end fade-out)
/// - Interaction fades (resume-after-pause fade-in, immediate stop fade-out)
///
/// Fades don't overlap. Here's the order of priority (for fade-in and fade-out separately):
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit affe02a

Please sign in to comment.