audacity-0.0.2: 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 #

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