audacity-0.0.2: Interchange with the Audacity sound signal editor

Safe HaskellSafe
LanguageHaskell2010

Sound.Audacity.Project.Track.Label

Synopsis

Documentation

data T #

Constructors

Cons 
Instances
Show T # 
Instance details

Defined in Sound.Audacity.Project.Track.Label

Methods

showsPrec :: Int -> T -> ShowS #

show :: T -> String #

showList :: [T] -> ShowS #

deflt :: T #

toXML :: T -> [[T T String]] #

tracksFromXML :: [T T String] -> Exceptional Message [T] #

parse :: T T #

Currently we ignore the numlabels attribute. Alternatively we could check whether that value matches the number of read intervals.