merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions there...
[ardour.git] / scripts / synth1.lua
index 046d27404bb4e89733d3196d6ac6adb5dfe2785e..9d04e29ec12216dff5d2a229faaba5667ca535af 100644 (file)
@@ -1,6 +1,7 @@
 ardour {
        ["type"]    = "dsp",
        name        = "Simple Synth",
+       category    = "Instrument",
        license     = "MIT",
        author      = "Robin Gareus",
        email       = "robin@gareus.org",
@@ -11,13 +12,16 @@ ardour {
 function dsp_ioconfig ()
        return
        {
-               { audio_in = 0, audio_out = -1}, -- any number of channels
-       --      { audio_in = 0, audio_out =  4}, -- values >  0, precisely N channels
+       --      { audio_in = 0, audio_out = -1}, -- any number of channels
+       --      { audio_in = 0, audio_out =  1}, -- values >  0, precisely N channels
+               { audio_in = 0, audio_out =  2}, -- values >  0, precisely N channels
+               { audio_in = 0, audio_out =  4}, -- values >  0, precisely N channels
+               { audio_in = 0, audio_out =  8}, -- values >  0, precisely N channels
        --      { audio_in = 0, audio_out = -6}, -- values < -2, up to -N channels, here 1,..,6
        }
 end
 
-function dsp_midi_input ()
+function dsp_has_midi_input ()
        return true
 end
 
@@ -66,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