comparison base/Model.cpp @ 76:af2725b5d6fe

* Implement harmonic cursor in spectrogram * Implement layer export. This doesn't quite do the right thing for the SV XML layer export yet -- it doesn't include layer display information, so when imported, it only creates an invisible model. Could also do with fixing CSV file import so as to work correctly for note and text layers.
author Chris Cannam
date Mon, 10 Apr 2006 17:22:59 +0000
parents d397ea0a79f5
children 2beca8ddcdc3
comparison
equal deleted inserted replaced
75:163f3428bbe0 76:af2725b5d6fe
48 48
49 return s; 49 return s;
50 } 50 }
51 51
52 #ifdef INCLUDE_MOCFILES 52 #ifdef INCLUDE_MOCFILES
53 #ifdef INCLUDE_MOCFILES
54 #include "Model.moc.cpp" 53 #include "Model.moc.cpp"
55 #endif 54 #endif
56 #endif
57 55