Mercurial > hg > vamp-plugin-sdk
log vamp-sdk/PluginHostAdapter.cpp @ 47:be8fdfe25693
age | author | description |
---|---|---|
Fri, 08 Dec 2006 17:39:32 +0000 | cannam | * Change input buffers arg to process from float ** to const float *const * |
Wed, 20 Sep 2006 13:51:22 +0000 | cannam | * Add an implementation of Dan Barry's percussion onset detector |
Mon, 31 Jul 2006 16:12:37 +0000 | cannam | * Add a function to look up the Vamp plugin path for the current platform. |
Wed, 10 May 2006 11:44:40 +0000 | cannam | * Add forgotten getMin/MaxChannelCount to host adapter (thanks Craig) |
Thu, 06 Apr 2006 17:23:41 +0000 | cannam | * fix failure to pick up all but first plugin's outputs |
Thu, 06 Apr 2006 15:12:25 +0000 | cannam | * Avoid repeated malloc/free for returned feature lists -- reuse static |
Wed, 05 Apr 2006 16:50:07 +0000 | cannam | * Add valueNames to parameter descriptor |