Mercurial > hg > svcore
changeset 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 | 8db820ad2b8f | 
| children | 68e880e0b857 | 
| files | data/model/FlexiNoteModel.h | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
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)); }
