dobutokO-effects-0.6.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
(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

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 #