Chris@10: Chris@10: Vamp Test Plugin Chris@10: ================ Chris@10: Chris@10: This is a test plugin for use by developers who are working on host Chris@10: applications for Vamp plugins. Chris@10: Chris@10: Its primary purpose is to help you test that your host is correctly Chris@10: handling the output sample type and sample rate, as these are quite Chris@10: easily misinterpreted. (See http://vamp-plugins.org/ for more about Chris@10: Vamp plugins and http://vapm-plugins.org/guide.pdf for the programming Chris@10: guide which explains the output sample type and sample rate.) Chris@10: Chris@10: The plugin does no real work. It simply provides a variety of outputs Chris@10: with different output descriptors, and returns some test values. See Chris@10: https://code.soundsoftware.ac.uk/projects/vamp-test-plugin/wiki/Wiki Chris@10: for documentation of the outputs and features returned. Chris@10: Chris@10: If you are developing plugins rather than hosts, and you want help in Chris@10: testing them, look instead at the Vamp Plugin Tester Chris@10: (https://code.soundsoftware.ac.uk/projects/vamp-plugin-tester).