log plugin/plugins/SamplePlayer.cpp @ 1838:403e961ec6ab

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Tue, 15 May 2018 11:03:49 +0100 Chris Cannam Fix some compiler warnings
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Tue, 10 Jan 2017 11:08:14 +0000 Chris Cannam Win32 fixes 3.0-integration
Tue, 10 Jan 2017 10:58:25 +0000 Chris Cannam Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test 3.0-integration
Thu, 23 Jun 2016 08:45:52 +0100 Chris Cannam Small fix to compiler warning spectrogram-minor-refactor
Tue, 03 Mar 2015 17:09:19 +0000 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
Tue, 26 Nov 2013 14:37:01 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 13:48:13 +0000 Chris Cannam Likewise, but for toLocal8Bit().data()
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Sat, 13 Apr 2013 20:03:40 +0100 gyorgyf sample playback problems tonioni
Tue, 14 Jun 2011 15:26:52 +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:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Wed, 22 Sep 2010 10:54:50 +0100 Chris Cannam * Build a single library with a single .pro file, instead of using a recursive build
Tue, 18 Aug 2009 11:08:29 +0000 Chris Cannam * debug only
Fri, 13 Mar 2009 17:53:43 +0000 Chris Cannam ...
Tue, 29 Apr 2008 09:44:44 +0000 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
Mon, 30 Oct 2006 16:49:42 +0000 Chris Cannam ...
Wed, 26 Jul 2006 16:48:07 +0000 Chris Cannam * Avoid note layer erasing notes as cursor passes over them
Wed, 26 Jul 2006 15:32:10 +0000 Chris Cannam * Add Hz tuning dial to sample player plugin. Need to figure out the best
Fri, 12 May 2006 14:40:43 +0000 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
Wed, 26 Apr 2006 16:00:13 +0000 Chris Cannam * Fix crash in spectrogram layer when replacing model
Tue, 25 Apr 2006 22:14:43 +0000 Chris Cannam * Pull out temporary directory management into its own class
Mon, 10 Apr 2006 13:52:32 +0000 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
Mon, 20 Mar 2006 15:10:07 +0000 Chris Cannam * Update licensing rubric for GPL
Mon, 20 Mar 2006 11:40:39 +0000 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
Thu, 12 Jan 2006 13:45:27 +0000 Chris Cannam * Update copyrights to 2006
Tue, 10 Jan 2006 16:33:16 +0000 Chris Cannam initial import