2014-11-17 |
Chris Cannam |
Various fixes to the example plugins
|
2014-11-17 |
Chris Cannam |
Debug output: off by default, on with VAMPY_VERBOSE environment variable
|
2014-11-17 |
Chris Cannam |
Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
|
2014-08-06 |
Chris Cannam |
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
|
2013-10-05 |
gyorgyf |
merged and tested to work with python27 numpy161 on ubuntu1204
|
2013-10-05 |
gyorgyf |
applied patch to fix bug related to numpy version string parsing
|
2013-10-05 |
gyorgyf |
Added valueNames attribute to parameter descriptor
|
2013-02-28 |
Chris Cannam |
Add Makefile for OS/X 10.8
|
2011-01-06 |
convert-repo |
update tags
|
2009-10-12 |
cannam |
* fix typo
|
2009-10-11 |
fazekasgy |
Extended README, added .pyo support
vampy-2.0
|
2009-10-09 |
cannam |
* Document VAMPY_PYLIB and NUMPY_SHORTVERSION
|
2009-10-09 |
cannam |
* whoops, remove perror() (these are expected to fail)
|
2009-10-09 |
cannam |
* PYLIB -> VAMPY_PYLIB
|
2009-10-09 |
cannam |
* If PYLIB environment variable is present, use that for the file to preload
|
2009-10-09 |
cannam |
* Make a better job of preloading Python, especially when it's in a
|
2009-10-08 |
fazekasgy |
Updated some example plugins.
|
2009-10-08 |
fazekasgy |
Fix numpy version incompatibility issues and updated some example plugins.
|
2009-10-06 |
cannam |
* copyright & terms
|
2009-10-06 |
cannam |
* Minor Makefile updates
|
2009-10-06 |
cannam |
* Add mention of example plugins
|
2009-10-06 |
fazekasgy |
Fix blockSize+2 for frequency domin plugins
|
2009-10-05 |
cannam |
VC++ fixes.
|
2009-10-05 |
cannam |
...
|
2009-10-05 |
cannam |
* Makefile updates
|
2009-10-05 |
cannam |
* Makefile bits
|
2009-10-05 |
cannam |
* Merge r1090 from earlier vampy2 branch
|
2009-10-05 |
cannam |
* Merge r1089 from earlier vampy2 branch
|
2009-10-05 |
cannam |
* Copy vampy2 to trunk
|
2009-10-05 |
fazekasgy |
updated vampy2final readme
vampy2final
|
2009-10-05 |
fazekasgy |
updated vampy2final readme
vampy2final
|
2009-10-05 |
fazekasgy |
new branch Vampy2final
vampy2final
|
2009-09-24 |
cannam |
* Update VC++ project file to build with NumPy -- appears to work.
vampy2
|
2009-09-24 |
cannam |
* Fix compile error with VC++. I am totally at a loss to explain
vampy2
|
2009-09-23 |
cannam |
* Fixes from OpenSolaris build
vampy2
|
2009-09-23 |
cannam |
* build fixes for Linux
vampy2
|
2009-09-21 |
fazekasgy |
Vampy2: accept numpy array return types.
vampy2
|
2009-09-20 |
fazekasgy |
Created Vampy2 branch
vampy2
|
2009-10-05 |
cannam |
* Move trunk to vampy1 branch (preparing to bring vampy2 to trunk)
vampy1
|
2009-09-22 |
cannam |
* Remove nonportable and unnecessary opendir features test (originally
|
2009-08-25 |
fazekasgy |
Some further mods to vampy construction
|
2009-08-25 |
fazekasgy |
Some further mods to vampy construction
|
2009-08-19 |
fazekasgy |
examples now pass all tests
|
2009-08-18 |
fazekasgy |
cleaned up vampy preloading, no functional change. tried python preload, did not work.
|
2009-08-17 |
cannam |
* Rearrange Python plugin construction.
|
2009-07-16 |
cannam |
* fix incorrect default values for parameters (must match declared defaults)
|
2009-07-14 |
cannam |
* Add quantizeStep to parameter descriptor!
|
2009-07-14 |
cannam |
* Add VC++ project
|
2009-07-14 |
cannam |
* Don't even try to preload on Windows
|
2009-07-13 |
cannam |
* Windows build (with mingw32 atm)
|
2009-07-10 |
cannam |
* Add duration support (Vamp 2.0)
|
2009-06-25 |
cannam |
* Add simple hack for preloading python on OS/X
|
2008-07-07 |
cannam |
* Gross hack to find preloadable libpython on linux
|
2008-07-03 |
cannam |
* Some work on symbol visibility
|
2008-07-02 |
fazekasgy |
now installs example python plugins to the correct place
|
2008-07-02 |
fazekasgy |
fixed PySpectralCentroid example
|
2008-06-19 |
cannam |
* fix target name to match os/x makefile
|
2008-06-16 |
fazekasgy |
added pyRealTime object impl to host
|
2008-06-13 |
fazekasgy |
more examples and some bug fixes
|
2008-06-13 |
fazekasgy |
more examples and some bug fixes
|
2008-06-13 |
fazekasgy |
more examples and some bug fixes
|
2008-06-11 |
cannam |
* housekeeping: VAMP -> Vamp throughout (not an acronym)
|
2008-03-19 |
fazekasgy |
Added support to memory buffers to be used with NumPy (and some rationalisation of code)
|
2008-03-14 |
cannam |
* oops, forgot a bit
|
2008-03-14 |
cannam |
* my makefile
|
2008-03-14 |
cannam |
* Add global mutex to PyPlugin -- all plugin method calls are strictly
|
2008-03-12 |
fazekasgy |
added missing ifdef WIN32
|
2008-03-11 |
fazekasgy |
some typos corrected
|
2008-03-11 |
fazekasgy |
Added VAMP-Python binding project vampy
|