mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
update lua-scripts:
* add an inline spectrum display * fix re-init HP/LP and Biquad * add some comments, labels etc
This commit is contained in:
parent
c50a0c5dd0
commit
ff0e1ac79b
5 changed files with 305 additions and 3 deletions
|
|
@ -76,6 +76,7 @@ function dsp_configure (ins, outs)
|
|||
for c = 1, chn do
|
||||
filters[c] = ARDOUR.DSP.Biquad (rate) -- initialize filters
|
||||
end
|
||||
cur = {0, 0, 0, 0}
|
||||
end
|
||||
|
||||
-- helper functions for parameter interpolation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue