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.Hilbert

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Hilbert a Source #

Constructors

H 
HI a 
Instances
Eq a => Eq (Hilbert a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Hilbert

Methods

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

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

Show (Hilbert Int) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Hilbert