diff options
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(); |
