comparison README.md @ 163:83b8c1dbacbe

Minor tweaks
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 12:17:55 +0000
parents e034075a2089
children 6d176643557d
comparison
equal deleted inserted replaced
162:e034075a2089 163:83b8c1dbacbe
13 13
14 * a server that makes Vamp plugins available via Piper messages 14 * a server that makes Vamp plugins available via Piper messages
15 15
16 Directories: 16 Directories:
17 17
18 *vamp-json* -- convert between Piper JSON messages and Vamp SDK classes 18 * *vamp-json* - convert between Piper JSON messages and Vamp SDK classes
19 19
20 *vamp-capnp* -- convert between Piper Cap'n Proto messages and Vamp 20 * *vamp-capnp* - convert between Piper Cap'n Proto messages and Vamp
21 abstractions 21 abstractions
22 22
23 *vamp-support* -- support classes for the above 23 * *vamp-support* - support classes for the above
24 24
25 *vamp-server* -- main programs for command-line converter and server 25 * *vamp-server* - main programs for command-line converter and server
26 26
27 *vamp-client* -- logic to make Piper servers available to Vamp hosts 27 * *vamp-client* - logic to make Piper servers available to Vamp hosts
28 through a Vamp-like API 28 through a Vamp-like API
29 29
30 *vamp-client/qt* -- logic specific to hosts written with Qt 30 * *vamp-client/qt* - logic specific to hosts written with Qt
31 31
32 [![Build Status](https://travis-ci.org/piper-audio/piper-cpp.svg?branch=master)](https://travis-ci.org/piper-audio/piper-cpp) 32 [![Build Status](https://travis-ci.org/piper-audio/piper-cpp.svg?branch=master)](https://travis-ci.org/piper-audio/piper-cpp)
33 33
34 ## Authors and licensing 34 ## Authors and licensing
35 35