dobutokO-effects-0.3.1.0: A library to deal with SoX effects and possibilities

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Fade

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying the SoX "fade" effect.

Documentation

data FadeType Source #

Constructors

Q 
HFt 
TFt 
L 
P 

data Fade2 a b Source #

Constructors

Fd a [b] 
Instances
(Eq a, Eq b) => Eq (Fade2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Fade

Methods

(==) :: Fade2 a b -> Fade2 a b -> Bool #

(/=) :: Fade2 a b -> Fade2 a b -> Bool #

Show (Fade2 FadeType String) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Fade

fade1 :: Fade2 a b -> a Source #

fade2 :: Fade2 a b -> [b] Source #

fadeSet1 :: a -> Fade2 a b -> Fade2 a b Source #

fadeSet2 :: [b] -> Fade2 a b -> Fade2 a b Source #