Mercurial > hg > svcore
comparison data/model/FlexiNoteModel.h @ 896:ecb34638ce1b tonioni
A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 21:50:04 +0100 |
parents | 4dce43294740 |
children | 515c654770ca |
comparison
equal
deleted
inserted
replaced
893:8db820ad2b8f | 896:ecb34638ce1b |
---|---|
148 << extraAttributes.toStdString() << std::endl; | 148 << extraAttributes.toStdString() << std::endl; |
149 | 149 |
150 IntervalModel<FlexiNote>::toXml | 150 IntervalModel<FlexiNote>::toXml |
151 (out, | 151 (out, |
152 indent, | 152 indent, |
153 QString("%1 subtype=\"note\" valueQuantization=\"%2\"") | 153 QString("%1 subtype=\"flexinote\" valueQuantization=\"%2\"") |
154 .arg(extraAttributes).arg(m_valueQuantization)); | 154 .arg(extraAttributes).arg(m_valueQuantization)); |
155 } | 155 } |
156 | 156 |
157 /** | 157 /** |
158 * TabularModel methods. | 158 * TabularModel methods. |