comparison README.md @ 215:8dff3213f77c

Minor renaming updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 10 Feb 2017 14:04:22 +0000
parents fbc61cf65c64
children d06300b789ea
comparison
equal deleted inserted replaced
214:0906984b9496 215:8dff3213f77c
5 primarily for making Vamp plugins work with the Piper protocol. 5 primarily for making Vamp plugins work with the Piper protocol.
6 6
7 ## Contents 7 ## Contents
8 8
9 * code to adapt Piper messages to the classes used in the Vamp SDK 9 * code to adapt Piper messages to the classes used in the Vamp SDK
10 * a command-line converter between Piper serialisations (via Vamp SDK 10 * a command-line converter between Piper serialisations that goes
11 classes) 11 via Vamp SDK classes
12 * a server that makes Vamp plugins available via Piper messages 12 * a server that makes Vamp plugins available via Piper messages
13 13
14 ## Directory index 14 ## Directory index
15 15
16 *vamp-json* - convert between Piper JSON messages and Vamp SDK classes 16 *vamp-json* - convert between Piper JSON messages and Vamp SDK classes
28 *vamp-client/qt* - logic specific to hosts written with Qt 28 *vamp-client/qt* - logic specific to hosts written with Qt
29 29
30 *ext* - json11 and base-n third-party libraries: see individual 30 *ext* - json11 and base-n third-party libraries: see individual
31 directories for copyright details 31 directories for copyright details
32 32
33 [![Build Status](https://travis-ci.org/piper-audio/piper-cpp.svg?branch=master)](https://travis-ci.org/piper-audio/piper-cpp) 33 [![Build Status](https://travis-ci.org/piper-audio/piper-vamp-cpp.svg?branch=master)](https://travis-ci.org/piper-audio/piper-vamp-cpp)
34 34
35 ## Authors and licensing 35 ## Authors and licensing
36 36
37 Written by Chris Cannam and Lucas Thompson at the Centre for Digital 37 Written by Chris Cannam and Lucas Thompson at the Centre for Digital
38 Music, Queen Mary, University of London. 38 Music, Queen Mary, University of London.