Mercurial > hg > vamp-plugin-tester
comparison Test.cpp @ 20:5af5eb2627ad
...
author | cannam |
---|---|
date | Fri, 20 Mar 2009 15:52:09 +0000 |
parents | 3019cb6b538d |
children | 28097c1b3de4 |
comparison
equal
deleted
inserted
replaced
19:34d52412039c | 20:5af5eb2627ad |
---|---|
42 #include <vamp-hostsdk/PluginLoader.h> | 42 #include <vamp-hostsdk/PluginLoader.h> |
43 | 43 |
44 using namespace Vamp; | 44 using namespace Vamp; |
45 using namespace Vamp::HostExt; | 45 using namespace Vamp::HostExt; |
46 | 46 |
47 #include <cmath> | 47 #include <math.h> |
48 | 48 |
49 Test::Test() { } | 49 Test::Test() { } |
50 Test::~Test() { } | 50 Test::~Test() { } |
51 | 51 |
52 Plugin * | 52 Plugin * |