comparison README @ 51:c1e4f706ca9a

Fix numpy version incompatibility issues and updated some example plugins.
author fazekasgy
date Thu, 08 Oct 2009 08:47:28 +0000 (2009-10-08)
parents 3868da185d73
children 87b9ea6fc7d0
comparison
equal deleted inserted replaced
50:3868da185d73 51:c1e4f706ca9a
125 125
126 126
127 HISTORY: 127 HISTORY:
128 128
129 v1: 129 v1:
130 * added support for NumPy arrays in processN() 130 * added support for Numpy arrays in processN()
131 * framecount is now passed also to legacy process() and fixed resulting bugs in the PyZeroCrossing plugin 131 * framecount is now passed also to legacy process() and fixed resulting bugs in the PyZeroCrossing plugin
132 * added two examples which use Frequency Domain input in processN() 132 * added two examples which use Frequency Domain input in processN()
133 133
134 v2.0: 134 v2.0:
135 * complete rewrite (using generic functions implementing full error checking) 135 * complete rewrite (using generic functions implementing full error checking)
136 * added extension module : support RealTime and other Vamp type wrappers 136 * added extension module : support RealTime and other Vamp type wrappers
137 * added numpy Array interface 137 * added Numpy Array interface
138 * added falgs 138 * added flags
139 * added environment variables 139 * added environment variables
140 * recognise byte compiled python scripts 140 * recognise byte compiled python scripts
141 141
142 LICENCE: 142 LICENCE:
143 143