index
:
midimonster
debian/master
kinet
master
mqtt
rtpmidi
uinput
Multi-protocol translation software
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backends
/
lua.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
Update lua backend to 5.4 API changes
cbdev
1
-0
/
+10
2020-08-08
Lua channel introspection (#68)
cbdev
1
-2
/
+38
2020-04-24
Update lua documentation, keep last value for handler
cbdev
1
-1
/
+2
2020-03-30
Fix Coverity CID 355268
cbdev
1
-1
/
+10
2020-03-28
Fix reference counting bug and lua timing
cbdev
1
-4
/
+2
2020-03-27
Implement python cleanup handlers
cbdev
1
-3
/
+6
2020-03-26
Implement lua cleanup handlers
cbdev
1
-26
/
+48
2020-03-24
Simplify backend code according to new guarantees
cbdev
1
-1
/
+2
2020-03-21
Enable setting channel values at load time for lua
cbdev
1
-10
/
+19
2020-03-20
Restructure lua channel resolution
cbdev
1
-48
/
+57
2020-03-20
Implement Lua threading
cbdev
1
-1
/
+113
2020-03-18
Implement default channel handlers for Lua/Python
cbdev
1
-1
/
+16
2020-03-08
Add lua debug logging
v0.4
cbdev
1
-1
/
+5
2020-03-08
Implement timestamp() callback for Lua
cbdev
1
-5
/
+11
2020-02-29
Keep console alive when exiting as last process on Windows
cbdev
1
-0
/
+1
2020-01-12
Rework instance creation
cbdev
1
-9
/
+4
2020-01-04
Add input_channel call to Lua backend
cbdev
1
-0
/
+22
2019-12-20
Route all backend debug logging through a macro
cbdev
1
-21
/
+21
2019-12-11
Simplify plugin_stop API
cbdev
1
-10
/
+2
2019-12-11
Simplify plugin_start API
cbdev
1
-11
/
+2
2019-12-05
Add flags parameter to channel parser plugin API (Fixes #31)
cbdev
1
-1
/
+1
2019-12-04
Explicitly mark the backend init symbol visible
cbdev
1
-1
/
+1
2019-12-04
Hide lua_interval if timerfd callback mechanism is used
cbdev
1
-0
/
+2
2019-11-03
Fix winmidi wire format
cbdev
1
-3
/
+0
2019-08-22
Update travis config for openssl, using CFLAGS this time
cbdev
1
-1
/
+1
2019-08-03
Windows build compatiblity
cbdev
1
-4
/
+0
2019-07-28
Fix Lua timing on non-linux
cbdev
1
-2
/
+9
2019-07-24
Clarify backend documentation
cbdev
1
-2
/
+2
2019-07-24
Fix issues found by Coverity Scan
cbdev
1
-5
/
+5
2019-07-14
Fix header ordering
cbdev
1
-2
/
+2
2019-07-14
Conditionally include timerfd headers
cbdev
1
-1
/
+4
2019-07-14
Work around missing timerfd on OSX/Windows
cbdev
1
-0
/
+40
2019-07-13
Fix & simplify timer configuration
cbdev
1
-14
/
+15
2019-07-13
Fix indexing bug
cbdev
1
-1
/
+1
2019-07-13
Improved Lua backend with intervals
cbdev
1
-20
/
+282
2019-07-06
Implement Lua backend
cbdev
1
-0
/
+202