dobutokO-effects-0.9.0.0: A library to deal with SoX effects and possibilities

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Delay

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying the SoX "delay" effect.

Documentation

data Delay a Source #

Constructors

D [a] 
Instances
Eq a => Eq (Delay a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Delay

Methods

(==) :: Delay a -> Delay a -> Bool #

(/=) :: Delay a -> Delay a -> Bool #

Show (Delay TSpecification) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Delay