dobutokO-effects-0.13.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
FstParamSet a (Noiseprof a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set1 :: a -> Noiseprof a Source #

set1G :: a -> Noiseprof a -> Noiseprof a Source #

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

Methods

get1m :: Noiseprof a -> Maybe a Source #

data Noisered a b Source #

Constructors

NR 
NR1 a 
NR2 a b 
Instances
SndParamSet3M b (Noisered a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParamSet

Methods

set23m :: b -> Noisered a b -> Maybe (Noisered a b) Source #

FstParamSet3 a (Noisered a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set13 :: a -> Noisered a b -> Noisered a b Source #

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

Methods

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

FstParamM (Noisered a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

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