Video-Frame (not sample)
[ardour.git] / scripts / noisegen.lua
index a4a5df8ff8e8d15dfc3d72fa1e14774ac0b75e96..bf7b006160a8fee4b3d0b0945c62a799a717f57d 100644 (file)
@@ -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