log

age author description
2007-06-07 cannam * Use m_impl structure for PluginAdapter as well
2007-06-07 cannam * doc updates
2007-06-06 cannam * strengthen imprecations against doing heavy lifting in plugin constructor
2007-06-06 cannam * Make library name case-insensitive in PluginLoader
2007-06-06 cannam * make PluginLoader quicker to load a single named plugin (don't always
2007-06-06 cannam * update copyrights
2007-06-06 cannam * use m_impl for channel and input domain adapters as well
2007-06-06 cannam * Switch PluginLoader to an m_impl structure to make it generally nicer
2007-06-04 cannam * avoid warning about float-to-int conversion on frame2RealTime
2007-06-04 cannam * Fix compile failure with gcc 3.4
2007-06-04 cannam * removed empty directory (from a prior ill-considered reshuffle)
2007-06-01 cannam * Remove some (but not all) debug output
2007-06-01 cannam * Merge from host-factory-stuff branch: this adds several helper classes in
2007-06-01 cannam * documentation host-factory-stuff
2007-06-01 cannam * Documentation host-factory-stuff
2007-06-01 cannam * install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ host-factory-stuff
2007-05-25 cannam ... host-factory-stuff
2007-05-24 cannam * Put hostext stuff in the HostExt sub-namespace host-factory-stuff
2007-05-24 cannam * reshuffle host-factory-stuff
2007-05-09 cannam * add wrapper base host-factory-stuff
2007-05-04 cannam * implement plugin loader and plugin input-domain adapter (to do basic ffts) host-factory-stuff
2007-05-04 cannam * branching for work on new helper classes for hosts host-factory-stuff
2007-03-30 cannam * doc updates
2007-03-21 cannam * Some doc updates
2007-03-12 cannam * Fix from Craig Sapp for incorrect mixdown code
2007-03-02 cannam * Split out the host adapter code into a separate host sdk library. vamp-plugin-sdk-v1.0pre1
2007-02-27 cannam * Add a structure for API versioning
2007-02-26 cannam * Rename "name" and "description" to "identifier" and "name"; add new
2007-01-25 cannam * isnan -> std::isnan, likewise isinf
2006-12-08 cannam * Change input buffers arg to process from float ** to const float *const *
2006-11-30 cannam * Fix a delete/delete[] mismatch
2006-11-10 cannam * add output names as well as descriptions
2006-11-01 cannam ... 1.0
2006-10-31 cannam * Update version number to 1.0, some textual tweaks
2006-10-30 cannam * fix to step size for frequency domain plugins
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