dobutokO-effects-0.8.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 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

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 #