summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luaproc.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-18 01:10:53 +0200
committerRobin Gareus <robin@gareus.org>2016-09-18 01:17:05 +0200
commiteaa1dacf5fc9537cfff36e2339bd07aab348aa2e (patch)
tree7be1001f7b83c7fe393f32d18d854bef9924f75e /libs/ardour/ardour/luaproc.h
parenta5169907e537da0f6686d750a4f59e221e77792c (diff)
ensure that Lua DSP scripts are configured (even with 0 channels)
This fixes an issue with dsp_configure not being when there are only MIDI signals at the given insertion point.
Diffstat (limited to 'libs/ardour/ardour/luaproc.h')
-rw-r--r--libs/ardour/ardour/luaproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/luaproc.h b/libs/ardour/ardour/luaproc.h
index e38e8fbeed..d0d919b6c3 100644
--- a/libs/ardour/ardour/luaproc.h
+++ b/libs/ardour/ardour/luaproc.h
@@ -173,6 +173,8 @@ private:
ChanCount _configured_in;
ChanCount _configured_out;
+ bool _configured;
+
ChanCount _selected_in;
ChanCount _selected_out;