Mercurial > hg > svcore
comparison plugin/LADSPAPluginInstance.cpp @ 78:c983dda79f72
* Replace crash with warning when a transform could not be automatically
re-run
* More sensible default paths for Vamp plugin lookup (at least on Linux and
OS/X)
* A start to making the y coords for time value layers etc align
* Set sensible y coords for text labels in time instant and value layers
author | Chris Cannam |
---|---|
date | Thu, 13 Apr 2006 18:29:10 +0000 |
parents | 7afcfe666910 |
children | c30728d5625c |
comparison
equal
deleted
inserted
replaced
77:2beca8ddcdc3 | 78:c983dda79f72 |
---|---|
22 #include <cassert> | 22 #include <cassert> |
23 | 23 |
24 #include "LADSPAPluginInstance.h" | 24 #include "LADSPAPluginInstance.h" |
25 #include "LADSPAPluginFactory.h" | 25 #include "LADSPAPluginFactory.h" |
26 | 26 |
27 //#define DEBUG_LADSPA 1 | 27 #define DEBUG_LADSPA 1 |
28 | 28 |
29 | 29 |
30 LADSPAPluginInstance::LADSPAPluginInstance(RealTimePluginFactory *factory, | 30 LADSPAPluginInstance::LADSPAPluginInstance(RealTimePluginFactory *factory, |
31 int clientId, | 31 int clientId, |
32 QString identifier, | 32 QString identifier, |