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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Tempo

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data MSL Source #

Constructors

E 
M 
S 
L 
Instances
Eq MSL Source # 
Instance details

Defined in DobutokO.Sound.Effects.Tempo

Methods

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

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

Show MSL Source # 
Instance details

Defined in DobutokO.Sound.Effects.Tempo

Methods

showsPrec :: Int -> MSL -> ShowS #

show :: MSL -> String #

showList :: [MSL] -> ShowS #

Show (Tempo Qdash MSL Float Segm) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Tempo

data Tempo a b c d Source #

Constructors

Tm3 a b c 
Tm4 a b c d 
Instances
(Eq a, Eq b, Eq c, Eq d) => Eq (Tempo a b c d) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Tempo

Methods

(==) :: Tempo a b c d -> Tempo a b c d -> Bool #

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

Show (Tempo Qdash MSL Float Segm) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Tempo

tempoC :: Tempo a b c d -> String Source #

tempo1 :: Tempo a b c d -> a Source #

tempo2 :: Tempo a b c d -> b Source #

tempo3 :: Tempo a b c d -> c Source #

tempo4 :: Tempo a b c d -> Maybe d Source #

tempoSet1 :: a -> Tempo a b c d -> Tempo a b c d Source #

tempoSet2 :: b -> Tempo a b c d -> Tempo a b c d Source #

tempoSet3 :: c -> Tempo a b c d -> Tempo a b c d Source #

tempoSet4 :: d -> Tempo a b c d -> Tempo a b c d Source #