comparison audio/AudioCallbackPlaySource.h @ 558:206d65e2b69a 3.0-integration

Remove unused signal
author Chris Cannam
date Mon, 12 Dec 2016 17:15:24 +0000
parents 2a1e9e017484
children 7b115a6505b8
comparison
equal deleted inserted replaced
557:7759c2dca846 558:206d65e2b69a
285 void clearSoloModelSet(); 285 void clearSoloModelSet();
286 286
287 std::string getClientName() const { return m_clientName; } 287 std::string getClientName() const { return m_clientName; }
288 288
289 signals: 289 signals:
290 void modelReplaced();
291
292 void playStatusChanged(bool isPlaying); 290 void playStatusChanged(bool isPlaying);
293 291
294 void sampleRateMismatch(sv_samplerate_t requested, 292 void sampleRateMismatch(sv_samplerate_t requested,
295 sv_samplerate_t available, 293 sv_samplerate_t available,
296 bool willResample); 294 bool willResample);