fixed some segfaults

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@157 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-06-10 07:22:58 +00:00
parent 4e369a9263
commit a4a67afdb5
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
2006-06-10 Javier Serrano Polo <jasp00/at/terra/dot/es>
* src/lib/sample_buffer.cpp:
- fixed bug when sample processor generates less frames than the audio
buffer size
- load full wav samples
* data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml:
* data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml:
upgraded to newer version, end frame value caused segfault
2006-06-09 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/lmms_math.h:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.1.4-cvs20060609, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060609)
AC_INIT(lmms, 0.1.4-cvs20060610, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060610)
AM_CONFIG_HEADER(config.h)