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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Phaser

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Phaser a b Source #

Constructors

Ph a a a a a b 
Instances
(Eq a, Eq b) => Eq (Phaser a b) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Phaser

Methods

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

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

Show (Phaser Float Modulation) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Phaser

phaser1 :: Int -> Phaser a b -> a Source #

phaser2 :: Phaser a b -> b Source #

phaserSet1 :: Int -> a -> Phaser a b -> Phaser a b Source #

phaserSet2 :: b -> Phaser a b -> Phaser a b Source #