mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
sr = 0, not rate
This commit is contained in:
parent
c2d162c33e
commit
00fe5a86b1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function dsp_ioconfig ()
|
|||
return { [1] = { audio_in = -1, audio_out = -1}, }
|
||||
end
|
||||
|
||||
local rate = 0
|
||||
local sr = 0
|
||||
|
||||
function dsp_init (rate)
|
||||
sr = rate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue