annotate .hgignore @ 361:b38268e34c09 tonioni

The session file records the sample rate that each audio file was saved at. Use it. This is a fix to part of https://code.soundsoftware.ac.uk/issues/970, but it also replaces the commit at https://code.soundsoftware.ac.uk/projects/svapp/repository/revisions/9554c19c42fd with a fix to the earlier bug http://sourceforge.net/p/sv1/bugs/107/. I think this is a better way than the earlier code.
author Chris Cannam
date Fri, 13 Jun 2014 13:45:40 +0100
parents 799ef3b24c21
children
rev   line source
Chris@198 1 syntax: glob
Chris@198 2 Makefile
Chris@198 3 */Makefile
Chris@199 4 o/*
Chris@198 5 */o/*
Chris@198 6 */tmp_obj/*
Chris@198 7 */tmp_moc/*
Chris@198 8 doc/html/
Chris@198 9 *.o
Chris@198 10 *.so
Chris@198 11 *.so.*
Chris@198 12 *.a
Chris@198 13 *.wav
Chris@198 14 *~
Chris@198 15 *.orig
Chris@198 16 *.rej