log audioio/AudioCallbackPlaySource.cpp @ 360:88bf6cc73275 tonioni

age author description
2013-12-03 Chris Cannam Merge from default branch tonioni
2013-12-03 Chris Cannam Ensure playStatusChanged gets connected to view manager
2013-11-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-04-19 matthiasm different colours, some minor changes, mainly debugging cerrs tonioni
2011-10-11 Chris Cannam Merge from the default branch integration_library
2011-09-28 Chris Cannam Avoid creating a time stretcher if no sample rate set (SF bug #3376634)
2011-08-23 mathieub Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8 integration_library
2011-06-24 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
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2010-10-24 Chris Cannam * Fix crash on document deletion (new session, or application exit) after loading session with alignments
2010-10-08 Chris Cannam * Use a mutex when setting auditioning plugin; lifecycle management too fragile otherwise
2010-07-15 Chris Cannam * Some debug, turn off PulseAudio autospawn
2010-06-22 Chris Cannam * Fix problems playing back when the target block size is close to, or
2010-03-12 Chris Cannam * Pop view progress bars back into "indeterminate" mode if they are not sv-v1.7.2
2009-08-14 Chris Cannam * Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
2009-07-16 Chris Cannam ...
2009-06-25 Chris Cannam ...
2009-06-09 Chris Cannam * Updates to putative segmenter program
2009-02-27 Chris Cannam * Activity log updates
2009-02-27 Chris Cannam * Fix latency correction when time stretching
2009-02-24 Chris Cannam * Add vestigial Activity Log
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
2008-07-07 Chris Cannam * fix thtoopid mithtake
2008-07-07 Chris Cannam * Reduce time stretcher to one channel when overload occurs
2008-06-06 Chris Cannam * Comment out problematic test -- sincerequest_t always seemed to be
2008-03-13 Chris Cannam * document library dependencies
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-03-01 Chris Cannam * Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
2008-02-27 Chris Cannam * Tolerable fixes to #1903062 and #1903046
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-18 Chris Cannam * rebuild range lists when model extended beyond previous end time -- this sv1-v1.2
2008-02-13 Chris Cannam * PortAudio playback fixes sv1-v1.2pre5
2008-02-11 Chris Cannam * a hack to try to prevent playback pointer bouncing back when playback starts sv1-v1.2pre4
2008-02-11 Chris Cannam * Further fixes to the handling of playback frame and buffered frame counts
2008-02-08 Chris Cannam ...
2008-02-08 Chris Cannam * PortAudio driver: do not specify frames per buffer, let PA decide
2007-11-26 Chris Cannam * Add support for Rubber Band timestretcher
2007-11-22 Chris Cannam * Some work on correct alignment when moving panes during playback
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-10-24 Chris Cannam * Move some things around to facilitate plundering libraries for other
2006-07-27 Chris Cannam * Change preferences dialog to ok/apply/cancel model
2006-06-15 Chris Cannam * Switch from fftw3 to fftw3f. I think the efficiency improvement is probably
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1 sv1-v0.9rc2
2006-04-28 Chris Cannam * fix long-standing failure to silence layers that have been deleted
2006-04-27 Chris Cannam * Ensure consistent ordering of layer text labels
2006-04-25 Chris Cannam * Pull out temporary directory management into its own class
2006-04-10 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
2006-04-06 Chris Cannam * Build fixes
2006-03-30 Chris Cannam * Ensure plugin parameters for a transform are saved in the .sv file and
2006-03-27 Chris Cannam * More structural work on feature extraction plugin C <-> C++ adapter
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-03-10 Chris Cannam * More document structure / main window / file I/O work
2006-02-17 Chris Cannam * As previous commit
2006-02-17 Chris Cannam * Implement play mute, level and pan controls and a layer visibility control
2006-02-09 Chris Cannam * Add basics of MIDI file import. Doesn't actually create the model yet.
2006-02-08 Chris Cannam * Add ffwd/rewind