hi,
i don't even know what i really did ;) but i changed plugin~_ladspa.c:
if (print_controls && print_inputs)
{
post ("Control input(s):\n");
}
else if (print_controls && print_outputs)
{
post ("Control output(s):\n");
}
else if (print_audios && print_inputs)
{
post ("Audio input(s):\n");
}
else if (print_audios && print_outputs)
{
post ("Audio output(s):\n");
}
so now i can know what the plugin need. i don't have acces to cvs and it will be probably the only modification i can do for externals. so if someone is up to do the modification, please do so.
patrick