Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:xml_format [2013/09/04 19:52]
tehom created
dev:xml_format [2013/09/04 19:54]
tehom Moved text here
Line 1: Line 1:
 Rosegarden's file format is a gzipped XML file with Rosegarden's file format is a gzipped XML file with
 a .rg extension.  (We use zlib to read and write files.) a .rg extension.  (We use zlib to read and write files.)
 +
 +The most basic XML elements are event and property.
 +Event has a type, subordering and duration, and then the event
 +element contains a series of property elements each of
 +which specifies a single property by name and type.  Events
 +are assumed to start at the time at which the previous
 +event ended, except when overridden by a chord element
 +(within which all events start at once) or a resync
 +element (which specifies the starting time of the
 +following event, after which events continue to count from
 +there -- this is too verbose, we should change it to an
 +optional absolute time property on the event element). 
  
 
 
dev/xml_format.txt ยท Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki