Mercurial > hg > svapp
annotate .hgignore @ 235:1fcee2a1c03e sonification
Add queueExampleNote method to AudioCallbackPlaySource, providing a way to add a note to a special model which is mixed in outside of the normal playback flow. Currently mixing & generation happen in the play thread, which doesn't work very well -- buffer pending.
| author | Chris Cannam |
|---|---|
| date | Fri, 24 Jun 2011 16:44:02 +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 |
