dobutokO-effects-0.13.1.0: A library to deal with SoX effects and possibilities
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.DCShift

Description

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

Instances details
SndParamSet3 b (DCShift a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParamSet

Methods

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

FstParamSet3 a (DCShift a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

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

(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

SndParamM (DCShift a b) b Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParam

Methods

get2m :: DCShift a b -> Maybe b Source #

FstParam (DCShift a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

get1 :: DCShift a b -> a Source #

dcShift1 :: DCShift a b -> a Source #

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

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