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

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying the SoX effects.

Documentation

class FourthParamSet3 a b where Source #

Methods

set43 :: a -> b -> b Source #

Instances
FourthParamSet3 Float ReverbE Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: Float -> ReverbE -> ReverbE Source #

FourthParamSet3 a (Phaser a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: a -> Phaser a b -> Phaser a b Source #

FourthParamSet3 a (ChorusTail a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: a -> ChorusTail a b -> ChorusTail a b Source #

FourthParamSet3 d (Tempo a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: d -> Tempo a b c d -> Tempo a b c d Source #

FourthParamSet3 d (Sinc a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: d -> Sinc a b c d -> Sinc a b c d Source #

FourthParamSet3 d (Reverb a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: d -> Reverb a b c d -> Reverb a b c d Source #

FourthParamSet3 d (Compand a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: d -> Compand a b c d -> Compand a b c d Source #

FourthParamSet3 d (Gain1 a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: d -> Gain1 a b c d -> Gain1 a b c d Source #

FourthParamSet3 b3 (RateH a b1 b2 b3 b4 b5 c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43 :: b3 -> RateH a b1 b2 b3 b4 b5 c -> RateH a b1 b2 b3 b4 b5 c Source #

class FourthParamSetL3 a b where Source #

Methods

set43L :: [a] -> b -> b Source #

Instances
FourthParamSetL3 d (Spectrogram3 a b c d e) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set43L :: [d] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

class FifthParamSet3 a b where Source #

Methods

set53 :: a -> b -> b Source #

Instances
FifthParamSet3 Float ReverbE Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set53 :: Float -> ReverbE -> ReverbE Source #

FifthParamSet3 a (Phaser a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set53 :: a -> Phaser a b -> Phaser a b Source #

FifthParamSet3 b4 (RateH a b1 b2 b3 b4 b5 c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set53 :: b4 -> RateH a b1 b2 b3 b4 b5 c -> RateH a b1 b2 b3 b4 b5 c Source #

class FifthParamSetL3 a b where Source #

Methods

set53L :: [a] -> b -> b Source #

Instances
FifthParamSetL3 e (Spectrogram3 a b c d e) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set53L :: [e] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

class SixthParamSet3 a b where Source #

Methods

set63 :: a -> b -> b Source #

Instances
SixthParamSet3 Float ReverbE Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set63 :: Float -> ReverbE -> ReverbE Source #

SixthParamSet3 b (Phaser a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set63 :: b -> Phaser a b -> Phaser a b Source #

SixthParamSet3 b5 (RateH a b1 b2 b3 b4 b5 c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set63 :: b5 -> RateH a b1 b2 b3 b4 b5 c -> RateH a b1 b2 b3 b4 b5 c Source #

class SeventhParamSet3 a b where Source #

Methods

set73 :: a -> b -> b Source #

Instances
SeventhParamSet3 c (RateH a b1 b2 b3 b4 b5 c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FourthParamSet

Methods

set73 :: c -> RateH a b1 b2 b3 b4 b5 c -> RateH a b1 b2 b3 b4 b5 c Source #