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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Stretch

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data StretchP a Source #

Constructors

SR a a a 
Instances
Eq a => Eq (StretchP a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stretch

Methods

(==) :: StretchP a -> StretchP a -> Bool #

(/=) :: StretchP a -> StretchP a -> Bool #

Show (StretchP Float) Source #

the first argument can be less than 1.0 but it is not recommended. The default value is 20.0.

Instance details

Defined in DobutokO.Sound.Effects.Stretch

Show (Stretch2 Float StretchPF) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stretch

data Stretch2 a b Source #

Constructors

SR21 a 
SR22 a b 
Instances
(Eq a, Eq b) => Eq (Stretch2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stretch

Methods

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

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

Show (Stretch2 Float StretchPF) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stretch