Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.h @ 268:ee047fc1a552
if no title is present in the results list, it is replace by "unknown"
when a new TIMELINE INFORMATION layer is loaded the sample rate is set up to the main model (WaveFileModel) sample rate.
author | lbajardsilogic |
---|---|
date | Wed, 25 Jun 2008 09:47:11 +0000 |
parents | 63a485275ed6 |
children | a9af42a93073 |
line wrap: on
line diff
--- a/sv/main/MainWindow.h Mon Jun 23 15:03:11 2008 +0000 +++ b/sv/main/MainWindow.h Wed Jun 25 09:47:11 2008 +0000 @@ -143,6 +143,8 @@ float inline getPlaySpeedVal() const { return m_playSpeedVal;} + size_t getMainModelSampleRate(); + signals: // Used to toggle the availability of menu actions void canAddPane(bool);