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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Bend

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data BendTrio a b Source #

Constructors

Bend3 a b a 
Instances
(Eq a, Eq b) => Eq (BendTrio a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Bend

Methods

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

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

Show (BendTrio FirstTSpec Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Bend

ThdParam (BendTrio a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get3 :: BendTrio a b -> a Source #

SndParam (BendTrio a b) b Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get2 :: BendTrio a b -> b Source #

FstParam (BendTrio a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get1 :: BendTrio a b -> a Source #

Show (Bend FrRate OvSample BendTr3) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Bend

data FrameRate a Source #

Constructors

FR a 

data Bend a b c Source #

Constructors

Bnd c 
Bnd1 a c 
Bnd2 b c 
Bnd12 a b c 
Instances
(Eq c, Eq a, Eq b) => Eq (Bend a b c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Bend

Methods

(==) :: Bend a b c -> Bend a b c -> Bool #

(/=) :: Bend a b c -> Bend a b c -> Bool #

Show (Bend FrRate OvSample BendTr3) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Bend

ThdParam (Bend a b c) c Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get3 :: Bend a b c -> c Source #

SndParamM (Bend a b c) b Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get2m :: Bend a b c -> Maybe b Source #

FstParamM (Bend a b c) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get1m :: Bend a b c -> Maybe a Source #

bend1 :: Bend a b c -> Maybe a Source #

bend2 :: Bend a b c -> Maybe b Source #

bend3 :: Bend a b c -> c Source #

bendSet1 :: a -> Bend a b c -> Bend a b c Source #

bendSet2 :: b -> Bend a b c -> Bend a b c Source #

bendSet3 :: c -> Bend a b c -> Bend a b c Source #