From b47fb7a0b2669ff66f651d0457e3753659df8350 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 21 Mar 2016 20:58:53 +0100 Subject: update scripts (Lua namespace refactoring) --- scripts/scope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/scope.lua b/scripts/scope.lua index 4a00b072a1..32881fedde 100644 --- a/scripts/scope.lua +++ b/scripts/scope.lua @@ -140,9 +140,9 @@ function render_inline (ctx, w, max_h) -- prepare drawing ctx:set_line_width (1.0) - local dash3 = ARDOUR.DoubleVector () + local dash3 = C.DoubleVector () dash3:add ({1, 3}) - local dash4 = ARDOUR.DoubleVector () + local dash4 = C.DoubleVector () dash4:add ({1, 4}) -- plot every channel -- cgit v1.2.3