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

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Cents Source #

Constructors

E 
C 
Instances
Eq Cents Source # 
Instance details

Defined in DobutokO.Sound.Effects.Speed

Methods

(==) :: Cents -> Cents -> Bool #

(/=) :: Cents -> Cents -> Bool #

Show Cents Source # 
Instance details

Defined in DobutokO.Sound.Effects.Speed

Methods

showsPrec :: Int -> Cents -> ShowS #

show :: Cents -> String #

showList :: [Cents] -> ShowS #

Show (Speed Float Cents) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Speed

data Speed a b Source #

Constructors

Spd a b 
Instances
(Eq a, Eq b) => Eq (Speed a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Speed

Methods

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

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

Show (Speed Float Cents) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Speed

speed1 :: Speed a b -> a Source #

speed2 :: Speed a b -> b Source #

speedSet1 :: a -> Speed a b -> Speed a b Source #

speedSet2 :: b -> Speed a b -> Speed a b Source #