log

age author description
2006-10-11 cannam * Add Dan Stowell's simple implementation of the SuperCollider amplitude
2006-10-09 cannam * Add plugin path traversal and plugin listing option to vamp-simple-host
2006-09-21 cannam * Add category file
2006-09-20 cannam ...
2006-09-20 cannam * fix typo
2006-09-20 cannam * avoid compiler warning
2006-09-20 cannam * Add an implementation of Dan Barry's percussion onset detector
2006-08-01 cannam * move .la file to .la.in
2006-08-01 cannam * add .la file
2006-07-31 cannam * Add a function to look up the Vamp plugin path for the current platform.
2006-05-17 cannam ...
2006-05-16 cannam * Fix rounding error in RealTime (thanks to Craig Sapp) vamp-plugin-sdk-v0.9rc2
2006-05-16 cannam * Deal properly with the fact that the host doesn't support non-power-of-two
2006-05-12 cannam * Update version numbers to 0.9 vamp-plugin-sdk-v0.9rc1
2006-05-10 cannam * Permit plugins to vary the number of values per output based on the number
2006-05-10 cannam * Add forgotten getMin/MaxChannelCount to host adapter (thanks Craig)
2006-05-08 cannam ...
2006-04-25 cannam * add documentation to the C header
2006-04-25 cannam * Undefine debug symbol
2006-04-24 cannam * Rename simplehost to vamp-simple-host
2006-04-14 cannam * tidy
2006-04-12 cannam * Add virtual destructors to PluginBase and Plugin to ensure subclass dtors
2006-04-12 cannam * Build fixes for OS/X and Windows
2006-04-10 cannam * Some textual changes
2006-04-07 cannam * better docs for sample rate
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 * Add README file
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