Mercurial > hg > svcore
diff rdf/RDFFeatureWriter.h @ 585:cbc884787a08
* If we have track metadata, write it out in a separate mo:Track associated
with this audio file instead of incorrectly associating it with the Signal.
Also, make the audio file encode the signal instead of having the signal
"available_as" the audio file (apparently available_as is not in the domain
of signals).
author | Chris Cannam |
---|---|
date | Fri, 08 May 2009 10:09:47 +0000 |
parents | af7b6e55895b |
children | 063da8955f65 |
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.h Fri May 08 09:48:07 2009 +0000 +++ b/rdf/RDFFeatureWriter.h Fri May 08 10:09:47 2009 +0000 @@ -101,6 +101,7 @@ map<QTextStream *, set<Transform> > m_startedStreamTransforms; + map<QString, QString> m_trackTrackURIs; map<QString, QString> m_trackTimelineURIs; map<QString, QString> m_trackSignalURIs;