Mercurial > hg > svcore
comparison data/model/NoteModel.h @ 452:325112751f0e
* Save/load of region models
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 12:04:22 +0000 |
parents | 288f45533041 |
children | 1415e35881f6 |
comparison
equal
deleted
inserted
replaced
451:3c5252e7cefd | 452:325112751f0e |
---|---|
144 << extraAttributes.toStdString() << std::endl; | 144 << extraAttributes.toStdString() << std::endl; |
145 | 145 |
146 IntervalModel<Note>::toXml | 146 IntervalModel<Note>::toXml |
147 (out, | 147 (out, |
148 indent, | 148 indent, |
149 QString("%1 valueQuantization=\"%2\"") | 149 QString("%1 subtype=\"note\" valueQuantization=\"%2\"") |
150 .arg(extraAttributes).arg(m_valueQuantization)); | 150 .arg(extraAttributes).arg(m_valueQuantization)); |
151 } | 151 } |
152 | 152 |
153 /** | 153 /** |
154 * TabularModel methods. | 154 * TabularModel methods. |