comparison base/ViewManager.h @ 40:b2d1a61ab916

* A bit more work on main window / document / commands stuff. This is still pretty unstable. * Enable CSV file reader also to read files with other separators (e.g. .lab files with space separators) * Show "(R)" on waveform display when resampling during playback * Add ability to import additional audio files (can't process them yet) * Fixes to spectrogram cache for multiple views * Fix to avoid floating-point exception in sparse model when resolution not set yet
author Chris Cannam
date Mon, 06 Mar 2006 17:20:25 +0000
parents 935a2419a77c
children 7bf163161b88
comparison
equal deleted inserted replaced
39:e1a0cf2dcc79 40:b2d1a61ab916
81 void setPlayLoopMode(bool on); 81 void setPlayLoopMode(bool on);
82 82
83 bool getPlaySelectionMode() const { return m_playSelectionMode; } 83 bool getPlaySelectionMode() const { return m_playSelectionMode; }
84 void setPlaySelectionMode(bool on); 84 void setPlaySelectionMode(bool on);
85 85
86 size_t getPlaybackSampleRate() const;
87
86 signals: 88 signals:
87 /** Emitted when a widget pans. The originator identifies the widget. */ 89 /** Emitted when a widget pans. The originator identifies the widget. */
88 void centreFrameChanged(void *originator, unsigned long frame, bool locked); 90 void centreFrameChanged(void *originator, unsigned long frame, bool locked);
89 91
90 /** Emitted when a widget zooms. The originator identifies the widget. */ 92 /** Emitted when a widget zooms. The originator identifies the widget. */