Mercurial > hg > sonic-visualiser
comparison audioio/AudioJACKTarget.cpp @ 42:c0ae41c72421
* Bypass auditioning plugin on xrun
author | Chris Cannam |
---|---|
date | Wed, 04 Oct 2006 11:54:32 +0000 |
parents | fbd7a497fd89 |
children | 684b17ff7fee |
comparison
equal
deleted
inserted
replaced
41:fbd7a497fd89 | 42:c0ae41c72421 |
---|---|
388 | 388 |
389 int | 389 int |
390 AudioJACKTarget::xrun() | 390 AudioJACKTarget::xrun() |
391 { | 391 { |
392 std::cerr << "AudioJACKTarget: xrun!" << std::endl; | 392 std::cerr << "AudioJACKTarget: xrun!" << std::endl; |
393 if (m_source) m_source->audioProcessingOverload(); | |
393 } | 394 } |
394 | 395 |
395 #ifdef INCLUDE_MOCFILES | 396 #ifdef INCLUDE_MOCFILES |
396 #include "AudioJACKTarget.moc.cpp" | 397 #include "AudioJACKTarget.moc.cpp" |
397 #endif | 398 #endif |