| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Delay
Description
Helps to create experimental music. Can be used for applying the SoX "delay" effect.
Documentation
Constructors
| D [a] |
Instances
| FstParamSetL TSpecification Dlay Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParamSet | |
| FstParamL Dlay TSpecification Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParam Methods get1L :: Dlay -> [TSpecification] Source # | |
| Eq a => Eq (Delay a) Source # | |
| Show (Delay TSpecification) Source # | |
Defined in DobutokO.Sound.Effects.Delay | |
type Dlay = Delay TSpecification Source #
delay1 :: Dlay -> [TSpecification] Source #
delaySet1 :: [TSpecification] -> Dlay Source #