comparison Tester.cpp @ 26:eff1772ba397 vamp-plugin-tester-v1.0-erroneous

* More doc corrections to match error reporting updates in SDK * Don't return success after failing to load a plugin!
author cannam
date Tue, 22 Sep 2009 11:24:31 +0000
parents 612333efd521
children 07144cdcbedf
comparison
equal deleted inserted replaced
25:612333efd521 26:eff1772ba397
186 std::cout << " ** NOTE: Vamp plugin path is: " << std::endl; 186 std::cout << " ** NOTE: Vamp plugin path is: " << std::endl;
187 std::vector<std::string> pp = PluginHostAdapter::getPluginPath(); 187 std::vector<std::string> pp = PluginHostAdapter::getPluginPath();
188 for (size_t i = 0; i < pp.size(); ++i) { 188 for (size_t i = 0; i < pp.size(); ++i) {
189 std::cout << " " << pp[i] << std::endl; 189 std::cout << " " << pp[i] << std::endl;
190 } 190 }
191 good = false;
191 } 192 }
192 193
193 return good; 194 return good;
194 } 195 }
195 196