Mercurial > hg > svapp
log audioio/AudioCallbackPlaySource.cpp @ 235:1fcee2a1c03e sonification
age | author | description |
---|---|---|
Fri, 24 Jun 2011 16:44:02 +0100 | Chris Cannam | 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. sonification |
Tue, 14 Jun 2011 15:27:12 +0100 | Chris Cannam | Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it) |
Mon, 16 May 2011 17:19:40 +0100 | Chris Cannam | Convert many cerrs to DEBUGs debug-output |
Sun, 24 Oct 2010 22:09:42 +0200 | Chris Cannam | * Fix crash on document deletion (new session, or application exit) after loading session with alignments |
Fri, 08 Oct 2010 11:19:57 +0100 | Chris Cannam | * Use a mutex when setting auditioning plugin; lifecycle management too fragile otherwise |
Thu, 15 Jul 2010 15:25:59 +0000 | Chris Cannam | * Some debug, turn off PulseAudio autospawn |