comparison README.txt @ 27:c2369221825a

Cat file; typo fix
author Chris Cannam
date Tue, 08 Sep 2015 17:06:03 +0100
parents b2c6df0952eb
children
comparison
equal deleted inserted replaced
26:89e7c9a834d3 27:c2369221825a
6 applications for Vamp plugins. 6 applications for Vamp plugins.
7 7
8 Its primary purpose is to help you test that your host is correctly 8 Its primary purpose is to help you test that your host is correctly
9 handling the output sample type and sample rate, as these are quite 9 handling the output sample type and sample rate, as these are quite
10 easily misinterpreted. (See http://vamp-plugins.org/ for more about 10 easily misinterpreted. (See http://vamp-plugins.org/ for more about
11 Vamp plugins and http://vapm-plugins.org/guide.pdf for the programming 11 Vamp plugins and http://vamp-plugins.org/guide.pdf for the programming
12 guide which explains the output sample type and sample rate.) 12 guide which explains the output sample type and sample rate.)
13 13
14 The plugin does no real work. It simply provides a variety of outputs 14 The plugin does no real work. It simply provides a variety of outputs
15 with different output descriptors, and returns some test values. See 15 with different output descriptors, and returns some test values. See
16 https://code.soundsoftware.ac.uk/projects/vamp-test-plugin/wiki/Wiki 16 https://code.soundsoftware.ac.uk/projects/vamp-test-plugin/wiki/Wiki
17 for documentation of the outputs and features returned. 17 for documentation of the outputs and features returned.
18 18
19 If you are developing plugins rather than hosts, and you want help in 19 If you are developing plugins rather than hosts, and you want help in
20 testing them, look instead at the Vamp Plugin Tester 20 testing them, look instead at the Vamp Plugin Tester
21 (https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester). 21 (https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester).
22