log vamp-sdk/PluginAdapter.cpp @ 153:2282b572c386

age author description
2008-03-11 cannam * patch from Tim Blechmann for gcc-4.3 compile
2008-02-08 cannam * marginal performance improvement through use of reserve() in
2007-06-07 cannam * Use m_impl structure for PluginAdapter as well
2007-02-27 cannam * Add a structure for API versioning
2007-02-26 cannam * Rename "name" and "description" to "identifier" and "name"; add new
2006-12-08 cannam * Change input buffers arg to process from float ** to const float *const *
2006-10-09 cannam * Add plugin path traversal and plugin listing option to vamp-simple-host
2006-04-25 cannam * Undefine debug symbol
2006-04-24 cannam * Rename simplehost to vamp-simple-host
2006-04-07 cannam * Make the host capable of doing something useful!
2006-04-06 cannam * fix failure to pick up all but first plugin's outputs
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-05 cannam * Add valueNames to parameter descriptor
2006-03-31 cannam * Fix a couple of memory management and corruption bugs