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.Trim

Description

Helps to create experimental music. Can be used for applying the SoX "trim" effect with the needed time specifications.

Documentation

data Trim a Source #

Constructors

Trim a 

Instances

Instances details
FstParamSet a (Trim a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set1 :: a -> Trim a Source #

set1G :: a -> Trim a -> Trim a Source #

Eq a => Eq (Trim a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Trim

Methods

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

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

Show (Trim TSpecification) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Trim

FstParam (Trim a) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

get1 :: Trim a -> a Source #

trim1 :: Trim a -> a Source #

trimSet1 :: a -> Trim a Source #