Mercurial > hg > vamp-plugin-sdk
comparison host/vamp-simple-host.cpp @ 259:7d678f889789 vamp-plugin-sdk-v2.0pre1
...
author | cannam |
---|---|
date | Fri, 14 Nov 2008 13:53:32 +0000 |
parents | c88a3cdb0215 |
children | c97e70ed5abc |
comparison
equal
deleted
inserted
replaced
258:f7b34848afd2 | 259:7d678f889789 |
---|---|
4 Vamp | 4 Vamp |
5 | 5 |
6 An API for audio analysis and feature extraction plugins. | 6 An API for audio analysis and feature extraction plugins. |
7 | 7 |
8 Centre for Digital Music, Queen Mary, University of London. | 8 Centre for Digital Music, Queen Mary, University of London. |
9 Copyright 2006 Chris Cannam. | 9 Copyright 2006 Chris Cannam, copyright 2007-2008 QMUL. |
10 | 10 |
11 Permission is hereby granted, free of charge, to any person | 11 Permission is hereby granted, free of charge, to any person |
12 obtaining a copy of this software and associated documentation | 12 obtaining a copy of this software and associated documentation |
13 files (the "Software"), to deal in the Software without | 13 files (the "Software"), to deal in the Software without |
14 restriction, including without limitation the rights to use, copy, | 14 restriction, including without limitation the rights to use, copy, |
93 void usage(const char *name) | 93 void usage(const char *name) |
94 { | 94 { |
95 cerr << "\n" | 95 cerr << "\n" |
96 << name << ": A command-line host for Vamp audio analysis plugins.\n\n" | 96 << name << ": A command-line host for Vamp audio analysis plugins.\n\n" |
97 "Centre for Digital Music, Queen Mary, University of London.\n" | 97 "Centre for Digital Music, Queen Mary, University of London.\n" |
98 "Copyright 2006-2007 Chris Cannam and QMUL.\n" | 98 "Copyright 2006-2008 Chris Cannam and QMUL.\n" |
99 "Freely redistributable; published under a BSD-style license.\n\n" | 99 "Freely redistributable; published under a BSD-style license.\n\n" |
100 "Usage:\n\n" | 100 "Usage:\n\n" |
101 " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin[:output] file.wav [-o out.txt]\n" | 101 " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin[:output] file.wav [-o out.txt]\n" |
102 " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin file.wav [outputno] [-o out.txt]\n\n" | 102 " " << name << " [-s] pluginlibrary[." << PLUGIN_SUFFIX << "]:plugin file.wav [outputno] [-o out.txt]\n\n" |
103 " -- Load plugin id \"plugin\" from \"pluginlibrary\" and run it on the\n" | 103 " -- Load plugin id \"plugin\" from \"pluginlibrary\" and run it on the\n" |