mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
re-classify bundled lua scripts
* search by author: - "Ardour Team" for "ready to use" plugins - "Ardour Lua Task Force" = example plugins * search by Category - use "Example" for DSP plugins (except instruments)
This commit is contained in:
parent
53274c5bae
commit
4866106bcc
20 changed files with 30 additions and 57 deletions
|
|
@ -3,9 +3,7 @@ ardour {
|
|||
name = "Amplifier",
|
||||
category = "Amplifier",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
site = "http://gareus.org",
|
||||
author = "Ardour Team",
|
||||
description = [[Versatile +/- 20dB multichannel amplifier]]
|
||||
}
|
||||
|
||||
|
|
@ -78,14 +76,17 @@ function dsp_run (ins, outs, n_samples)
|
|||
off = off + siz
|
||||
end
|
||||
|
||||
--[[
|
||||
if changed then
|
||||
self:queue_draw () -- notify display
|
||||
end
|
||||
--]]
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
--- inline display + text example
|
||||
|
||||
--[[
|
||||
local txt = nil -- cache pango context globally
|
||||
|
||||
function render_inline (ctx, w, max_h)
|
||||
|
|
@ -115,3 +116,4 @@ function render_inline (ctx, w, max_h)
|
|||
|
||||
return {w, h}
|
||||
end
|
||||
--]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue