Fixup 08fffef (consistent class name)
authorRobin Gareus <robin@gareus.org>
Mon, 5 Dec 2016 22:48:35 +0000 (23:48 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 5 Dec 2016 22:49:19 +0000 (23:49 +0100)
libs/ardour/luabindings.cc

index 42184e3473e39f27a38caaaa558361801a3044c3..66ff8d626d00fbee116a164ba0b6cbd54956b623 100644 (file)
@@ -1967,7 +1967,7 @@ LuaBindings::dsp (lua_State* L)
 
        luabridge::getGlobalNamespace (L)
                .beginNamespace ("Evoral")
 
        luabridge::getGlobalNamespace (L)
                .beginNamespace ("Evoral")
-               .deriveClass <Evoral::Event<framepos_t>, Evoral::Event<framepos_t> > ("MidiEvent")
+               .deriveClass <Evoral::Event<framepos_t>, Evoral::Event<framepos_t> > ("Event")
                // add Ctor?
                .addFunction ("type", &Evoral::Event<framepos_t>::type)
                .addFunction ("channel", &Evoral::Event<framepos_t>::channel)
                // add Ctor?
                .addFunction ("type", &Evoral::Event<framepos_t>::type)
                .addFunction ("channel", &Evoral::Event<framepos_t>::channel)