Mercurial > hg > vamp-plugin-load-checker
comparison checker.cpp @ 3:3bae396cf8e0
Start to organise as a Qt project, with a main (command-line) executable
author | Chris Cannam |
---|---|
date | Wed, 13 Apr 2016 09:12:04 +0100 |
parents | |
children | 6f891a9c6434 |
comparison
equal
deleted
inserted
replaced
2:2288c1d05c28 | 3:3bae396cf8e0 |
---|---|
1 | |
2 #include "plugincandidates.h" | |
3 | |
4 int main(int argc, char **argv) | |
5 { | |
6 //!!! just a test | |
7 PluginCandidates candidates("./helper"); | |
8 candidates.scan("vamp", | |
9 { "/usr/lib/vamp", "/usr/local/lib/vamp" }, | |
10 "vampGetPluginDescriptor"); | |
11 } | |
12 |