From 85f92aecb566cd6f051699d592b71ee26f4dbf2e Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 2 Oct 2008 23:02:11 +0000 Subject: [PATCH] removed obsolete supportsParallelizing() method git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1730 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 10 ++++++++++ plugins/lb302/lb302.h | 5 ----- plugins/lb303/lb303.h | 5 ----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8aca03718..cf48bbf9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2008-10-02 Tobias Doerffel + * plugins/lb302/lb302.h: + * plugins/lb303/lb303.h: + removed obsolete supportsParallelizing() method + + * src/tracks/instrument_track.cpp: + fixed volume-scaling for IPH-based but not MIDI-based instruments + + * src/core/envelope_and_lfo_parameters.cpp: + use memset() rather than initializing the buffer in a loop with 0 + * plugins/ladspa_effect/ladspa_effect.cpp: fetch pointer to LADSPA port descriptor once outside the inner loops - improves performance of ladspaEffect::processAudioBuffer() by 400% diff --git a/plugins/lb302/lb302.h b/plugins/lb302/lb302.h index 30703915d..91f485391 100644 --- a/plugins/lb302/lb302.h +++ b/plugins/lb302/lb302.h @@ -150,11 +150,6 @@ public: virtual QString nodeName( void ) const; - virtual bool supportsParallelizing( void ) const - { - return( FALSE ); - } - virtual f_cnt_t desiredReleaseFrames( void ) const { return 0; //4048; diff --git a/plugins/lb303/lb303.h b/plugins/lb303/lb303.h index 70c408561..1b215d9d7 100644 --- a/plugins/lb303/lb303.h +++ b/plugins/lb303/lb303.h @@ -150,11 +150,6 @@ public: virtual QString nodeName( void ) const; - virtual bool supportsParallelizing( void ) const - { - return( FALSE ); - } - virtual f_cnt_t desiredReleaseFrames( void ) const { return 0; //4048;