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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Pitch

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Pitch a b c Source #

Constructors

Pt2 a b 
Pt3 a b c 
Instances
ThdParamSet3 c (Pitch a b c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.ThdParamSet

Methods

set33 :: c -> Pitch a b c -> Pitch a b c Source #

SndParamSet3 b (Pitch a b c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParamSet

Methods

set23 :: b -> Pitch a b c -> Pitch a b c Source #

FstParamSet3 a (Pitch a b c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set13 :: a -> Pitch a b c -> Pitch a b c Source #

(Eq a, Eq b, Eq c) => Eq (Pitch a b c) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Pitch

Methods

(==) :: Pitch a b c -> Pitch a b c -> Bool #

(/=) :: Pitch a b c -> Pitch a b c -> Bool #

Show (Pitch Qdash Float Segm) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Pitch

ThdParamM (Pitch a b c) c Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.ThdParam

Methods

get3m :: Pitch a b c -> Maybe c Source #

SndParam (Pitch a b c) b Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParam

Methods

get2 :: Pitch a b c -> b Source #

FstParam (Pitch a b c) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

get1 :: Pitch a b c -> a Source #

pitchC :: Pitch a b c -> String Source #

pitch1 :: Pitch a b c -> a Source #

pitch2 :: Pitch a b c -> b Source #

pitch3 :: Pitch a b c -> Maybe c Source #

pitchSet1 :: a -> Pitch a b c -> Pitch a b c Source #

pitchSet2 :: b -> Pitch a b c -> Pitch a b c Source #

pitchSet3 :: c -> Pitch a b c -> Pitch a b c Source #