| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Stretch
Description
Helps to create experimental music. Can be used for applying the SoX "stretch" effect.
Documentation
Constructors
| SR a a a |
Instances
| ThdParamSet3 a (StretchP a) Source # | |
| SndParamSet3 a (StretchP a) Source # | |
| FstParamSet3 a (StretchP a) Source # | |
| Eq a => Eq (StretchP a) Source # | |
| Show (StretchP Float) Source # | the first argument can be less than 1.0 but it is not recommended. The default value is 20.0. |
| ThdParam (StretchP a) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.ThdParam | |
| SndParam (StretchP a) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| FstParam (StretchP a) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParam | |
| Show (Stretch2 Float StretchPF) Source # | |
stretchSet1 :: a -> StretchP a -> StretchP a Source #
stretchSet2 :: a -> StretchP a -> StretchP a Source #
stretchSet3 :: a -> StretchP a -> StretchP a Source #
stretch2Set1 :: a -> Stretch2 a b -> Stretch2 a b Source #
stretch2Set2 :: b -> Stretch2 a b -> Stretch2 a b Source #