summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-01 23:33:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-01 23:33:45 +0000
commit44b7f02e83596da86b623174d279368ec60c1af1 (patch)
treef151b6c3e3efbb55862475fd360a4d1e544bd8c9 /libs
parentdbf3c856afea683a0b5a00c5d495cdf11f3fadb5 (diff)
more on log fix, and redirect renaming fix from nickm
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5713 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/lv2_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h
index 29f3465f8b..cc5cfa3070 100644
--- a/libs/ardour/ardour/lv2_plugin.h
+++ b/libs/ardour/ardour/lv2_plugin.h
@@ -161,6 +161,7 @@ struct LV2World {
SLV2Value srate;
SLV2Value gtk_gui;
SLV2Value external_gui;
+ SLV2Value logarithmic;
};