Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/Plugin.h @ 80:e33fa45f0935
* avoid trying to use timeval if building on Windows
author | cannam |
---|---|
date | Tue, 18 Sep 2007 09:39:58 +0000 |
parents | 6bf198e06d72 |
children | c1dce0b033cb |
line wrap: on
line diff
--- a/vamp-sdk/Plugin.h Thu Sep 06 16:49:50 2007 +0000 +++ b/vamp-sdk/Plugin.h Tue Sep 18 09:39:58 2007 +0000 @@ -95,9 +95,9 @@ * (although if possible it should accept the new values). Any * computationally expensive setup code should take place here. * - * 6. Host finally checks the number of values per output (which may - * vary depending on the number of channels, step size and block size - * as well as the parameter values). + * 6. Host finally checks the number of values, resolution, extents + * etc per output (which may vary depending on the number of channels, + * step size and block size as well as the parameter values). * * 7. Host will repeatedly call the process method to pass in blocks * of input data. This method may return features extracted from that