| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Classes.FstParamSet
Description
Helps to create experimental music. Can be used for applying the SoX effects.
Documentation
class FstParamSet a b where Source #
Minimal complete definition
Instances
class FstParamSet3 a b where Source #
Instances
class FstParamSetL a b where Source #
Minimal complete definition
Instances
| FstParamSetL TSpecification Dlay Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParamSet | |
| FstParamSetL a (Stat1 a) Source # | |
| FstParamSetL a (MscS a) Source # | |
class FstParamSetL3 a b where Source #
Instances
| FstParamSetL3 a (Vad1 a) Source # | |
| FstParamSetL3 a (OChannel a) Source # | |
| FstParamSetL3 a (Stats2 a b) Source # | |
| FstParamSetL3 a (Flanger a b) Source # | |
| FstParamSetL3 a (Spectrogram3 a b c d e) Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParamSet Methods set13L :: [a] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source # | |
class FstParamSet3O a b where Source #
Instances
| FstParamSet3O a (Pad a b) Source # | |
| FstParamSet3O a (CompandTail a b) Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParamSet Methods set1o :: One2 a -> CompandTail a b -> CompandTail a b Source # | |