| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Classes.FourthParamSet
Description
Helps to create experimental music. Can be used for applying the SoX effects.
Documentation
class FourthParamSet3 a b where Source #
Instances
| FourthParamSet3 Float ReverbE Source # | |
| FourthParamSet3 a (Phaser a b) Source # | |
| FourthParamSet3 a (ChorusTail a b) Source # | |
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 # | |
| FourthParamSet3 d (Sinc a b c d) Source # | |
| FourthParamSet3 d (Reverb a b c d) Source # | |
| FourthParamSet3 d (Compand a b c d) Source # | |
| FourthParamSet3 d (Gain1 a b c d) Source # | |
| FourthParamSet3 b3 (RateH a b1 b2 b3 b4 b5 c) Source # | |
class FourthParamSetL3 a b where Source #
Instances
| FourthParamSetL3 d (Spectrogram3 a b c d e) Source # | |
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 #
Instances
| FifthParamSet3 Float ReverbE Source # | |
| FifthParamSet3 a (Phaser a b) Source # | |
| FifthParamSet3 b4 (RateH a b1 b2 b3 b4 b5 c) Source # | |
class FifthParamSetL3 a b where Source #
Instances
| FifthParamSetL3 e (Spectrogram3 a b c d e) Source # | |
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 #
Instances
| SixthParamSet3 Float ReverbE Source # | |
| SixthParamSet3 b (Phaser a b) Source # | |
| SixthParamSet3 b5 (RateH a b1 b2 b3 b4 b5 c) Source # | |