log audio/AudioGenerator.cpp @ 615:755fc02a1565

age author description
Mon, 13 Aug 2018 14:13:38 +0100 Chris Cannam Associate a note-on time with each pending note-off as well, so we can check whether a rewind action (or looping) has caused us to jump to before the note began. Also improve implementation of note-off structure comparator
Mon, 13 Aug 2018 11:43:21 +0100 Chris Cannam Minor tidy
Tue, 15 May 2018 11:11:49 +0100 Chris Cannam Fix compiler warning
Wed, 18 Apr 2018 15:19:09 +0100 Chris Cannam Proper handling for notes that end at the same frame as a subsequent note of the same pitch begins. The note-off needs to be associated with the prior note, not a spurious zero-duration version of the subsequent note.
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Mon, 06 Mar 2017 17:37:23 +0000 Chris Cannam Fix some one-off memory leaks (including distracting ones in tests)