merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions there...
[ardour.git] / scripts / synth1.lua
index 99a5e4d6c81e12521f5b59d99744e45c61f19dea..9d04e29ec12216dff5d2a229faaba5667ca535af 100644 (file)
@@ -21,7 +21,7 @@ function dsp_ioconfig ()
        }
 end
 
-function dsp_midi_input ()
+function dsp_has_midi_input ()
        return true
 end
 
@@ -70,8 +70,8 @@ function dsp_run (ins, outs, n_samples)
 
        local tme = 1
        -- parse midi messages
-       assert (type(mididata) == "table") -- global table of midi events (for now)
-       for _,b in pairs (mididata) do 
+       assert (type(midiin) == "table") -- global table of midi events (for now)
+       for _,b in pairs (midiin) do
                local t = b["time"] -- t = [ 1 .. n_samples ]
 
                -- synth sound until event