| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Classes.SndParam
Description
Helps to create experimental music. Can be used for applying the SoX effects.
Documentation
class SndParam a b where Source #
Instances
class SndParamL a b where Source #
Instances
| SndParamL (AtDe a) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| SndParamL (Fade2 a b) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| SndParamL (Remix a b) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| SndParamL (Pad a b) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| SndParamL (Stats2 a b) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| SndParamL (Splice2 a b) (One3 b) Source # | |
| SndParamL (Spectrogram3 a b c d e) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam Methods get2L :: Spectrogram3 a b c d e -> [b] Source # | |
class SndParamM a b where Source #