diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-18 13:27:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-18 13:27:36 +0000 |
| commit | 1777472932392a99c8ea7da8b35dee0535998ae5 (patch) | |
| tree | 0ea698b9d3610348e49caeb2b979025558534052 /src/plugins/Effect/ladspa/ladspahost.h | |
| parent | 03580534cc6896edcddcb9a8e1e10b9bdaa819d5 (diff) | |
| download | qmmp-1777472932392a99c8ea7da8b35dee0535998ae5.tar.gz qmmp-1777472932392a99c8ea7da8b35dee0535998ae5.tar.bz2 qmmp-1777472932392a99c8ea7da8b35dee0535998ae5.zip | |
fixed ladspa plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1681 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/ladspa/ladspahost.h')
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspahost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/ladspa/ladspahost.h b/src/plugins/Effect/ladspa/ladspahost.h index 2a35d7bbc..9d65f0f49 100644 --- a/src/plugins/Effect/ladspa/ladspahost.h +++ b/src/plugins/Effect/ladspa/ladspahost.h @@ -86,7 +86,7 @@ public: int applyEffect(qint16 *d, int length); void configure(quint32 freq, int chan, Qmmp::AudioFormat format); QList <LADSPAPlugin *> plugins(); - QList <LADSPAEffect *> runningPlugins(); + QList <LADSPAEffect *> effects(); LADSPAEffect *addPlugin(LADSPAPlugin * plugin); void unload(LADSPAEffect *instance); static LADSPAHost* instance(); |
