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.Stats

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data StatsP a Source #

Constructors

E 
B a 
X a 
S a 
Instances
Eq a => Eq (StatsP a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

Methods

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

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

Show (StatsP Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

Show (Stats2 StatsPF Window) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

data Window1 a Source #

Constructors

E0 
W a 
Instances
Eq a => Eq (Window1 a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

Methods

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

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

Show (Window1 Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

Show (Stats2 StatsPF Window) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

data Stats2 a b Source #

Constructors

STT (MscS a) (MscS b) 
Instances
(Eq a, Eq b) => Eq (Stats2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

Methods

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

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

Show (Stats2 StatsPF Window) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Stats

stats21 :: Stats2 a b -> [a] Source #

stats22 :: Stats2 a b -> [b] Source #

stats2Set1 :: [a] -> Stats2 a b -> Stats2 a b Source #

stats2Set2 :: [b] -> Stats2 a b -> Stats2 a b Source #