| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Classes.ComplexParamSet
Description
Helps to create experimental music. Can be used for applying the SoX effects.
Documentation
class Complex2ParamSet a b c where Source #
class Complex3ParamSet a b c d where Source #
Instances
| Complex3ParamSet STSpecification2 Duration2 Threshold1 BTSpec Source # | |
Defined in DobutokO.Sound.Effects.Classes.ComplexParamSet Methods set31c :: STSpecification2 -> Duration2 -> Threshold1 -> BTSpec Source # | |
| Complex3ParamSet STSpecification1 Duration2 Threshold1 ATSpec Source # | |
Defined in DobutokO.Sound.Effects.Classes.ComplexParamSet Methods set31c :: STSpecification1 -> Duration2 -> Threshold1 -> ATSpec Source # | |
class BoolParamSet1 a b where Source #
Instances
| BoolParamSet1 a (SincTN a) Source # | |
| BoolParamSet1 a (SincAB a) Source # | |
class ComplexParamSet2 a b where Source #
Instances
| ComplexParamSet2 a (Segment a) Source # | |
class ComplexParamSet3 a b where Source #
Instances
| ComplexParamSet3 a (Segment a) Source # | |