comparison host/vamp-simple-host.cpp @ 73:6d16c376fd2f

* Make library name case-insensitive in PluginLoader * Some doc updates
author cannam
date Wed, 06 Jun 2007 12:49:55 +0000
parents 9d3272c7db60
children 94a42248ec33
comparison
equal deleted inserted replaced
72:65add4f460e9 73:6d16c376fd2f
76 "Freely redistributable; published under a BSD-style license.\n\n" 76 "Freely redistributable; published under a BSD-style license.\n\n"
77 "Usage:\n\n" 77 "Usage:\n\n"
78 " " << name << " pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin[:output] file.wav\n" 78 " " << name << " pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin[:output] file.wav\n"
79 " " << name << " pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin file.wav [outputno]\n\n" 79 " " << name << " pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin file.wav [outputno]\n\n"
80 " -- Load plugin id \"plugin\" from \"pluginlibrary\" and run it on the\n" 80 " -- Load plugin id \"plugin\" from \"pluginlibrary\" and run it on the\n"
81 " audio data in \"file.wav\"; retrieve the named \"output\", or output\n" 81 " audio data in \"file.wav\", retrieving the named \"output\", or output\n"
82 " number \"outputno\" (the first output by default) and dump it to\n" 82 " number \"outputno\" (the first output by default) and dumping it to\n"
83 " standard output.\n\n" 83 " standard output.\n\n"
84 " \"pluginlibrary\" should be a library name, not a file path; the\n"
85 " standard Vamp library search path will be used to locate it. If\n"
86 " a file path is supplied, the directory part(s) will be ignored.\n\n"
84 " " << name << " -l\n\n" 87 " " << name << " -l\n\n"
85 " -- List the plugin libraries and Vamp plugins in the plugin search path.\n\n" 88 " -- List the plugin libraries and Vamp plugins in the library search path.\n\n"
86 " " << name << " -p\n\n" 89 " " << name << " -p\n\n"
87 " -- Print out the Vamp plugin search path.\n\n" 90 " -- Print out the Vamp library search path.\n\n"
88 " " << name << " -v\n\n" 91 " " << name << " -v\n\n"
89 " -- Display version information only.\n\n" 92 " -- Display version information only.\n\n"
90 << endl; 93 << endl;
91 exit(2); 94 exit(2);
92 } 95 }