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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.DCShift

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data DCShift a b Source #

Constructors

DC1 a 
DC2 a b 
Instances
(Eq a, Eq b) => Eq (DCShift a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.DCShift

Methods

(==) :: DCShift a b -> DCShift a b -> Bool #

(/=) :: DCShift a b -> DCShift a b -> Bool #

Show (DCShift Float Float) Source # 
Instance details

Defined in DobutokO.Sound.Effects.DCShift

dcShift1 :: DCShift a b -> a Source #

dcShiftSet1 :: a -> DCShift a b -> DCShift a b Source #

dcShiftSet2 :: b -> DCShift a b -> DCShift a b Source #