Mercurial > hg > piper-cpp
changeset 135:9da826f812cb
Have checked this over, and I don't think there is so much benefit to be had simply
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Nov 2016 15:19:29 +0000 |
parents | 74a7c2a8d6b6 |
children | 1f09f29526bf |
files | vamp-server/simple-server.cpp |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp-server/simple-server.cpp Fri Nov 04 10:43:49 2016 +0000 +++ b/vamp-server/simple-server.cpp Mon Nov 07 15:19:29 2016 +0000 @@ -68,11 +68,6 @@ using namespace piper_vamp; using namespace Vamp; -//!!! This could be faster and lighter: -// - Use Capnp structures directly rather than converting to vamp-support ones -// - Use Vamp C API (vamp.h) directly rather than converting to C++ -//!!! Doing the above for process() and finish() alone would be a good start - static string myname = "piper-vamp-simple-server"; static void version()