audacity-0.0.1: Interchange with the Audacity sound signal editor

Safe HaskellNone
LanguageHaskell2010

Sound.Audacity.Project.Track.Wave.Summary

Documentation

newtype State Source #

Constructors

State Int 

eval :: Monad m => FilePath -> Monad m a -> m a Source #

data Handle Source #

Constructors

Handle FilePath (IORef State) 

withHandle :: FilePath -> (Handle -> IO a) -> IO a Source #

usingHandle :: MonadIO io => Handle -> Monad io a -> io a Source #

data T Source #

Constructors

Cons 

Instances

Show T Source # 

Methods

showsPrec :: Int -> T -> ShowS #

show :: T -> String #

showList :: [T] -> ShowS #

NFData T Source # 

Methods

rnf :: T -> () #

attachStarts :: [T] -> [(Int, T)] Source #

data Limits Source #

Constructors

Limits 

Fields

reduce :: [((Float, Float), (Float, Int))] -> ((Float, Float), (Float, Int)) Source #