log vamp-sdk/PluginAdapter.h @ 430:fbdb06ce1e9a vampipe

age author description
2008-11-07 cannam * Flatten directory tree a bit, update doxygen distinct-libraries
2008-11-07 cannam * Add include guards; make code compile! distinct-libraries
2007-06-07 cannam * Use m_impl structure for PluginAdapter as well
2007-03-21 cannam * Some doc updates
2006-12-08 cannam * Change input buffers arg to process from float ** to const float *const *
2006-04-06 cannam * Make static adapter map a pointer to avoid any confusion about static
2006-04-06 cannam * Avoid repeated malloc/free for returned feature lists -- reuse static
2006-04-06 cannam * Use a single Makefile
2006-03-31 cannam * Fix leftover reference to X Consortium in copyright note!
2006-03-31 cannam * Fix for unique guards
2006-03-31 cannam * Renamed sdk to vamp-sdk