corrected ladspa sample rate dependent control handling

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@299 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-10 16:37:05 +00:00
parent 4cb0d266a3
commit 2000733293
4 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,15 @@
2006-08-10 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* include/effect.h:
* src/core/effect.cpp:
* src/widgets/ladspa_control.cpp:
corrected an error in setting the values for sample rate
dependent ports
the crackling in the sample tracks is due to rounding errors
in the calculation of _start_frame in sampleTrack::play that
cause it to occasionally skip a sample. Don't know what to
do about it--just thought it should be noted somewhere.
2006-08-09 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* Makefile.am:
* include/effect_label.h: