annotate .hgignore @ 1472:59c6b75da437 3.0-integration

Fix race condition in first-time recording, where adding the recording wave model would prompt the audio play source to note that its channel count had increased (from 0 to, say, 2) and thus to cause the audio device to be reopened, stopping recording. Fix is to make this only happen if channel count increases beyond that of the device, which shouldn't happen in the recording case
author Chris Cannam
date Wed, 04 Jan 2017 11:48:03 +0000
parents 948203d84888
children 10952e402220
rev   line source
Chris@350 1 syntax: glob
Chris@742 2 Makefile*
Chris@350 3 */Makefile
Chris@351 4 o/*
Chris@350 5 */o/*
Chris@350 6 */tmp_obj/*
Chris@350 7 */tmp_moc/*
Chris@350 8 doc/html/
Chris@350 9 *.o
Chris@350 10 *.so
Chris@350 11 *.so.*
Chris@350 12 *.a
Chris@350 13 *.wav
Chris@350 14 *~
Chris@350 15 *.orig
Chris@350 16 *.rej
Chris@442 17 re:^autom4te\.cache/
Chris@442 18 re:^qrc_sonic-visualiser\.cpp$
Chris@442 19 re:^sonic-visualiser$
Chris@442 20 re:^aclocal\.m4$
Chris@442 21 re:^config\.log$
Chris@442 22 re:^config\.pri$
Chris@442 23 re:^config\.status$
Chris@742 24 *.app
Chris@742 25 Sonic Visualiser*
Chris@742 26 .DS_Store
Chris@742 27 *.stash
Chris@852 28 cov-int/*