log native/PyPluginObject.cpp @ 151:5a6b8f4be9b9 tracks tip

age author description
Tue, 08 Nov 2016 11:41:09 +0000 Chris Cannam Python 3: make error message note that initialise args must be ints; fix erroneous float arg
Wed, 08 Jul 2015 11:37:06 +0100 Chris Cannam Add support for process timestamp method to low-level api
Mon, 29 Jun 2015 11:01:51 +0100 Chris Cannam Numerous corrections to management of reference counts -- fixing memory leaks, and fixing crash on exit with Py3
Wed, 24 Jun 2015 14:11:19 +0100 Chris Cannam Add RealTime tests, simplify allocations & a couple of fixes
Wed, 17 Jun 2015 15:31:16 +0100 Chris Cannam Docs, make collect() return a dict so it can be more easily tested for shape, and rationalise some function naming etc
Wed, 17 Jun 2015 13:03:37 +0100 Chris Cannam Commented-out debug
Wed, 17 Jun 2015 12:35:41 +0100 Chris Cannam Update to Python 3. Currently crashes during tests (and also, two tests are now failing, even with Py2).
Wed, 17 Jun 2015 11:04:15 +0100 Chris Cannam Update tests
Wed, 17 Jun 2015 10:50:42 +0100 Chris Cannam Back out rev 0a2f2e7803ea (naming: PyPluginObject members snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
Wed, 17 Jun 2015 10:48:03 +0100 Chris Cannam Back out rev fbd084b81ece (naming: plugin output and parameter descriptors snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
Tue, 10 Feb 2015 12:28:53 +0000 Chris Cannam Some preliminary changes toward py2/3 compatibility (but the module load stuff remains quite a big deal)
Mon, 02 Feb 2015 16:08:42 +0000 Chris Cannam Return simple array for simple data
Wed, 21 Jan 2015 15:04:05 +0000 Chris Cannam Add output_index to the returned output descriptor as well; use it
Wed, 21 Jan 2015 14:03:43 +0000 Chris Cannam Add get_output
Wed, 21 Jan 2015 12:46:33 +0000 Chris Cannam naming: plugin output and parameter descriptors snake_case
Wed, 21 Jan 2015 12:43:50 +0000 Chris Cannam naming: module methods snake_case
Wed, 21 Jan 2015 12:32:32 +0000 Chris Cannam naming: PyPluginObject members snake_case
Wed, 21 Jan 2015 12:31:32 +0000 Chris Cannam naming: PyPluginObject methods snake_case
Wed, 14 Jan 2015 11:33:01 +0000 Chris Cannam Toward getting the results out in a nice form
Wed, 14 Jan 2015 08:30:47 +0000 Chris Cannam Move files into subdirs base PyPluginObject.cpp@d870e314b614