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

FstParamM (Noiseprof a) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get1m :: Noiseprof a -> Maybe a Source #

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

SndParamM (Noisered a b) b Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get2m :: Noisered a b -> Maybe b Source #

FstParamM (Noisered a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes

Methods

get1m :: Noisered a b -> Maybe a Source #