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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Misc

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying some of the SoX effects (first of all those ones without any passible parameters) and / or some of their combinations.

Documentation

data Misc Source #

Constructors

D 
E 
OO 
RE 
RI 
S 
Instances
Eq Misc Source # 
Instance details

Defined in DobutokO.Sound.Effects.Misc

Methods

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

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

Show Misc Source # 
Instance details

Defined in DobutokO.Sound.Effects.Misc

Methods

showsPrec :: Int -> Misc -> ShowS #

show :: Misc -> String #

showList :: [Misc] -> ShowS #

data MscS a Source #

Constructors

Msc [a] 
Instances
Eq a => Eq (MscS a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Misc

Methods

(==) :: MscS a -> MscS a -> Bool #

(/=) :: MscS a -> MscS a -> Bool #

Show a => Show (MscS a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Misc

Methods

showsPrec :: Int -> MscS a -> ShowS #

show :: MscS a -> String #

showList :: [MscS a] -> ShowS #

mscS1 :: MscS a -> [a] Source #

mscSSet1 :: [a] -> MscS a Source #

showMscQ :: Show a => MscS a -> [String] Source #