From 8730d2af177cc145a40cfc6678e551806bec82f7 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Fri, 18 Jul 2008 15:23:36 +0000 Subject: [PATCH] changed number of frames per callback which seems to fix distorted sound git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1339 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04b8ae57e..4863074d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-07-18 Tobias Doerffel + * src/core/audio/audio_sdl.cpp: + changed number of frames per callback which seems to fix distorted sound + * plugins/lb303/lb303.h: removed declaration of unimplemented slot - fixes win32-build