fixed several bugs responsible for clicks and pops

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@488 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-07-16 19:33:25 +00:00
parent 2fbc06338c
commit b6b10ddc36
5 changed files with 71 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
2007-07-16 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/mixer.cpp:
fixed logical error in mixer::renderNextBuffer() which led to lot of
clicks and pops when using parallelization-level > 1
* include/note_play_handle.h:
* src/tracks/instrument_track-cpp:
fixed broken detection of last period of a note which resulted in
clicks and pops as the soft fade-out at the end sometimes was done twice
2007-05-12 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/clipboard.h: