comparison capnproto/VampnProto.h @ 18:071c55f52c7d

Licences
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 18 May 2016 16:33:03 +0100
parents 3ef01276e15e
children d678cd00e593
comparison
equal deleted inserted replaced
17:3ef01276e15e 18:071c55f52c7d
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2
3 /*
4 VamPipe
5
6 Centre for Digital Music, Queen Mary, University of London.
7 Copyright 2015-2016 QMUL.
8
9 Permission is hereby granted, free of charge, to any person
10 obtaining a copy of this software and associated documentation
11 files (the "Software"), to deal in the Software without
12 restriction, including without limitation the rights to use, copy,
13 modify, merge, publish, distribute, sublicense, and/or sell copies
14 of the Software, and to permit persons to whom the Software is
15 furnished to do so, subject to the following conditions:
16
17 The above copyright notice and this permission notice shall be
18 included in all copies or substantial portions of the Software.
19
20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
24 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
28 Except as contained in this notice, the names of the Centre for
29 Digital Music; Queen Mary, University of London; and Chris Cannam
30 shall not be used in advertising or otherwise to promote the sale,
31 use or other dealings in this Software without prior written
32 authorization.
33 */
2 34
3 #include "vamp.capnp.h" 35 #include "vamp.capnp.h"
4 36
5 #include <capnp/message.h> 37 #include <capnp/message.h>
6 #include <capnp/serialize-packed.h> 38 #include <capnp/serialize-packed.h>
21 * At least some of this will be necessary for any implementation 53 * At least some of this will be necessary for any implementation
22 * using Cap'n Proto that uses the C++ Vamp SDK to provide its 54 * using Cap'n Proto that uses the C++ Vamp SDK to provide its
23 * reference structures. An implementation could alternatively use the 55 * reference structures. An implementation could alternatively use the
24 * Cap'n Proto structures directly, and interact with Vamp plugins 56 * Cap'n Proto structures directly, and interact with Vamp plugins
25 * using the Vamp C API, without using the C++ Vamp SDK classes at 57 * using the Vamp C API, without using the C++ Vamp SDK classes at
26 * all. 58 * all. That would avoid a lot of copying (in Cap'n Proto style).
27 */ 59 */
28 class VampnProto 60 class VampnProto
29 { 61 {
30 public: 62 public:
31 typedef ::capnp::MallocMessageBuilder MsgBuilder; 63 typedef ::capnp::MallocMessageBuilder MsgBuilder;