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

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying the SoX "noiseprof" and "noisered" effects.

Documentation

data Noiseprof a Source #

Constructors

N 
NP a 
Instances
Eq a => Eq (Noiseprof a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Noise

Methods

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

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

Show (Noiseprof FilePath) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Noise

data Noisered a b Source #

Constructors

NR 
NR1 a 
NR2 a b 
Instances
(Eq a, Eq b) => Eq (Noisered a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Noise

Methods

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

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

Show (Noisered FilePath Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Noise