dobutokO-effects-0.13.1.0: A library to deal with SoX effects and possibilities
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Misc

Description

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

Instances details
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

Instances details
FstParamSetL a (MscS a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

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

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

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 #

FstParamL (MscS a) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

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

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

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

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