comparison host/vamp-simple-host.cpp @ 241:70e6826adc64

* Add Power Spectrum example plugin
author cannam
date Mon, 10 Nov 2008 17:28:54 +0000
parents 7b90fe049d04
children c88a3cdb0215
comparison
equal deleted inserted replaced
240:7b90fe049d04 241:70e6826adc64
36 36
37 37
38 /* 38 /*
39 * This "simple" Vamp plugin host is no longer as simple as it was; it 39 * This "simple" Vamp plugin host is no longer as simple as it was; it
40 * now has a lot of options and includes a lot of code to handle the 40 * now has a lot of options and includes a lot of code to handle the
41 * various useful list options it supports. 41 * various useful listing modes it supports.
42 * 42 *
43 * However, the runPlugin function still contains a reasonable 43 * However, the runPlugin function still contains a reasonable
44 * implementation of a fairly generic Vamp plugin host capable of 44 * implementation of a fairly generic Vamp plugin host capable of
45 * evaluating a given output on a given plugin for a sound file read 45 * evaluating a given output on a given plugin for a sound file read
46 * via libsndfile. 46 * via libsndfile.