# HG changeset patch # User Chris Cannam # Date 1479312805 0 # Node ID 1f09f29526bf4a86986e8b570252f76ca776c493 # Parent 3dcf0394971d3ae14ee19d467841ce0b082de369# Parent 9da826f812cb414a1ccf1437c4cae88050e8ec40 Merge diff -r 3dcf0394971d -r 1f09f29526bf vamp-server/simple-server.cpp --- a/vamp-server/simple-server.cpp Wed Nov 16 16:12:42 2016 +0000 +++ b/vamp-server/simple-server.cpp Wed Nov 16 16:13:25 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()