update lua scripts
* add proper amplifier (smooth gain change) + text-example
* remove commented no-inplace from High/Low pass
* amend 913609be inline spectrogam re-init
This commit is contained in:
@@ -215,6 +215,7 @@ function render_inline (ctx, w, max_h)
|
||||
-- re-create image surface
|
||||
if not img or img:get_width() ~= w or img:get_height () ~= h then
|
||||
img = Cairo.ImageSurface (Cairo.Format.ARGB32, w, h)
|
||||
line = 0
|
||||
end
|
||||
local ictx = img:context ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user