ok, there's a new version of LCP at

    http://www.op.net/~pbd/lcp-0.1.0.tar.gz

it includes:

   * steve's observations+suggestions about the API
   * implementation of both lcp_read() and select/poll-based operation
   * more documentation in lcp.h

lcp_read() is used when the client is NOT using select/poll-based
operation. the primary occasion for this would be initial set up of
the GUI to reflect the current plugin parameters.

other situations where lcp_read() would be used could include a GUI
that did not want to use select/poll-based operation (for its own
reasons, or because it used a toolkit that did not support this).

overall it seems pretty nice and simple to use. 

--p

Reply via email to