From 9036f893114d5c3408b3e92eca3fc13d1f380d14 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 4 Aug 2017 01:27:46 +0200 Subject: Fix typo in Lua Vamp API --- libs/ardour/lua_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/lua_api.cc b/libs/ardour/lua_api.cc index 42f270e452..98de768760 100644 --- a/libs/ardour/lua_api.cc +++ b/libs/ardour/lua_api.cc @@ -729,7 +729,7 @@ LuaAPI::Vamp::Vamp (const std::string& key, float sample_rate) if (bs > 0 && ss > 0 && bs <= 8192 && ss <= 8192) { _bufsize = bs; - _stepsize = bs; + _stepsize = ss; } } -- cgit v1.2.3