| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Classes.SndParamSet
Description
Helps to create experimental music. Can be used for applying the SoX effects.
Documentation
class SndParamSet a b where Source #
Minimal complete definition
class SndParamSet3 a b where Source #
Instances
class SndParamSet3M a b where Source #
Instances
| SndParamSet3M a (Overdrive a) Source # | |
| SndParamSet3M b (Noisered a b) Source # | |
| SndParamSet3M b (CompandTail a b) Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParamSet Methods set23m :: b -> CompandTail a b -> Maybe (CompandTail a b) Source # | |
class SndParamSetL a b where Source #
Minimal complete definition
class SndParamSetL3 a b where Source #
Instances
| SndParamSetL3 OChanF ReMix Source # | |
| SndParamSetL3 a (AtDe a) Source # | |
| SndParamSetL3 b (TimeSpec a b) Source # | |
| SndParamSetL3 b (Stats2 a b) Source # | |
| SndParamSetL3 b (Pad a b) Source # | |
| SndParamSetL3 b (MCompand a b) Source # | |
| SndParamSetL3 b (Fade2 a b) Source # | |
| SndParamSetL3 b (Spectrogram3 a b c d e) Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParamSet Methods set23L :: [b] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source # | |
| SndParamSetL3 (One3 b) (Splice2 a b) Source # | |