Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/data/model/FlexiNoteModel.h Tue Apr 01 13:27:32 2014 +0100 +++ b/data/model/FlexiNoteModel.h Wed Apr 02 21:50:04 2014 +0100 @@ -150,7 +150,7 @@ IntervalModel<FlexiNote>::toXml (out, indent, - QString("%1 subtype=\"note\" valueQuantization=\"%2\"") + QString("%1 subtype=\"flexinote\" valueQuantization=\"%2\"") .arg(extraAttributes).arg(m_valueQuantization)); }