= Livido code components = Livido is composed of a header file (livido.h), a core library (livido.c). There will be a livido basic utilities library, and a livido filter library. * livido.h - header to be included by livido objects * livido.c - core functions from livido.h (will become the core library) * livido-basic.c - livido basic libarary * livido-filters.c - library for livido filters * plugin-example.c - plugin example implementation * host-example.c - host example implementation