--- common/plugins/effects/ladspa/ladspa_effect_source.cpp 2005-10-25 23:25:00.000000000 +0100 +++ common/plugins/effects/ladspa/ladspa_effect_source.cpp 2005-10-24 20:24:09.000000000 +0100 @@ -69,7 +69,7 @@ string LADSPA_Effect_Source::get_name() { + return "LADSPA "; - return "LADSPA"; } @@ -110,7 +110,7 @@ PluginData plugin_data; plugin_data.filename=lib_name; + plugin_data.displayed_name=(string)"["+(LADSPA_IS_HARD_RT_CAPABLE(descriptor->Properties)?"H":"")+(LADSPA_IS_REALTIME(descriptor->Properties)?"R":"")+"] - "+(string)descriptor->Name; - plugin_data.displayed_name=descriptor->Name; plugin_data.subplugin_index=k; plugin_data.unique_name="LADSPA ID: " + (string)itostr(descriptor->UniqueID);