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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Splice

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Splice2 a b Source #

Constructors

SL a [One3 b] 
Instances
FstParamSet3 a (Splice2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set13 :: a -> Splice2 a b -> Splice2 a b Source #

SndParamSetL3 (One3 b) (Splice2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParamSet

Methods

set23L :: [One3 b] -> Splice2 a b -> Splice2 a b Source #

(Eq a, Eq b) => Eq (Splice2 a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Splice

Methods

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

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

Show (Splice2 SpliceP TSpecification) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Splice

FstParam (Splice2 a b) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

get1 :: Splice2 a b -> a Source #

SndParamL (Splice2 a b) (One3 b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.SndParam

Methods

get2L :: Splice2 a b -> [One3 b] Source #

splice21 :: Splice2 a b -> a Source #

splice22 :: Splice2 a b -> [One3 b] Source #

splice2Set1 :: a -> Splice2 a b -> Splice2 a b Source #

splice2Set2 :: [One3 b] -> Splice2 a b -> Splice2 a b Source #