fetch pointer to LADSPA port descriptor once outside the inner loops - improves performance of ladspaEffect::processAudioBuffer() by 400%

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1727 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-10-02 21:47:18 +00:00
parent baf52ca21c
commit 0bb64d39ad
2 changed files with 29 additions and 18 deletions

View File

@@ -1,5 +1,12 @@
2008-10-02 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp:
fetch pointer to LADSPA port descriptor once outside the inner loops -
improves performance of ladspaEffect::processAudioBuffer() by 400%
* include/types.h:
faster floating point comparison
* data/locale/ru.ts:
added updated Russian localization by Alexey Kouznetsov