| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Pitch
Description
Helps to create experimental music. Can be used for applying the "pitch" SoX effect.
Documentation
Instances
| ThdParamSet3 c (Pitch a b c) Source # | |
| SndParamSet3 b (Pitch a b c) Source # | |
| FstParamSet3 a (Pitch a b c) Source # | |
| (Eq a, Eq b, Eq c) => Eq (Pitch a b c) Source # | |
| Show (Pitch Qdash Float Segm) Source # | |
| ThdParamM (Pitch a b c) c Source # | |
| SndParam (Pitch a b c) b Source # | |
Defined in DobutokO.Sound.Effects.Classes.SndParam | |
| FstParam (Pitch a b c) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParam | |