mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
update scripts (Lua namespace refactoring)
This commit is contained in:
parent
9f0130249d
commit
b47fb7a0b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue