On 11/5/06, Alfonso Acosta <[EMAIL PROTECTED]> wrote:

* This approach requires splitting the original C LADSPA_Descriptor
struct in the Descriptor and Instance Haskell types, which leads to a
design error:  there are functions (e.g. _run, _activate ... ) in
Instance which really belong to Descriptor (those functions shouldn't
change with the plugin instance). For example, with this approach, it
is not possible to tell the plugin host if activate() or deactivate()
will be used because this is "asked" any instances is created.

I meant "because this is 'asked' _before_ any instances are created", sorry
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to