[linux-audio-dev] Re: LADSPA proposal ...

Juhana Sadeharju kouhia at nic.funet.fi
Sat May 29 17:04:25 UTC 2004


>From: Fons Adriaensen <fons.adriaensen at skynet.be>
>
>- use sscanf() to read the rest.

How about the following string: s = "pi 3.14159 e 2.71828".
First I do: sscanf(s,"%s %f\n",)
Then I do: sscanf(snext,"%s %f\n",)

How to get the snext? Somebody mentioned that sscanf returns
the number of bytes consumed, but the manual page reads:
"These functions return the number of input items assigned".

 -*-

Will the proposed LADSPA library be both for plugin developers
and for host developers? Plugin authors need no more write those
cryptic LADSPA plugin description files? Jack style dev library?
Great thanks.

Regards,
Juhana



More information about the Linux-audio-dev mailing list