mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Lua binding for MidiTrack::set_input_active
This commit is contained in:
parent
10d367fdae
commit
96c80e88ac
1 changed files with 1 additions and 0 deletions
|
|
@ -1324,6 +1324,7 @@ LuaBindings::common (lua_State* L)
|
|||
|
||||
.deriveWSPtrClass <MidiTrack, Track> ("MidiTrack")
|
||||
.addFunction ("write_immediate_event", &MidiTrack::write_immediate_event)
|
||||
.addFunction ("set_input_active", &MidiTrack::set_input_active)
|
||||
.endClass ()
|
||||
|
||||
.beginWSPtrClass <AudioReadable> ("Readable")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue