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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.FIR

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Fir a b Source #

Constructors

CF a 
Cs [b] 
EF 
Instances
(Eq a, Eq b) => Eq (Fir a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.FIR

Methods

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

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

Show (Fir FilePath Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.FIR

firC :: Fir a b -> String Source #

fir1 :: Fir a b -> Maybe a Source #

fir2 :: Fir a b -> Maybe [b] Source #

firSet1 :: a -> Fir a b Source #

firSet2 :: [b] -> Fir a b Source #