# HG changeset patch # User Chris Cannam # Date 1478531969 0 # Node ID 9da826f812cb414a1ccf1437c4cae88050e8ec40 # Parent 74a7c2a8d6b65b974acdd9b49d4686969619ba2a Have checked this over, and I don't think there is so much benefit to be had simply diff -r 74a7c2a8d6b6 -r 9da826f812cb vamp-server/simple-server.cpp --- 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()