Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
synfigstudio / opt / synfig / share / mlt / core / transition_mix.yml
Size: Mime:
schema_version: 0.1
type: transition
identifier: mix
title: Mix
version: 1
copyright: Meltytech, LLC
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
description: Mix two audio tracks.
bugs:
  - Samples from the longer of the two frames are discarded.
parameters:
  - identifier: start
    title: Start
    type: float
    mutable: yes
    description: >
      The mix level to apply to the second frame. Any negative value causes an
      automatic crossfade from 0 to 1.
  - identifier: end
    title: End
    type: float
    mutable: yes
    description: >
      The ending value of the mix level. Mix level will be interpolated from
      start to end over the in-out range.
  - identifier: reverse
    title: Reverse
    type: integer
    mutable: yes
    description: >
      Set to 1 to reverse the direction of the mix.
    default: 0
    minimum: 0
    maximum: 1
    widget: checkbox