File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<img align =" right " src =" /MIDIMonster.svg?raw=true&sanitize=true " alt =" MIDIMonster Logo " width =" 20% " >
4
4
5
+ [ ![ Build Status] ( https://travis-ci.com/cbdevnet/midimonster.svg?branch=master )] ( https://travis-ci.com/cbdevnet/midimonster ) [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/15168/badge.svg )] ( https://scan.coverity.com/projects/15168 )
6
+
5
7
Named for its scary math, the MIDIMonster is a universal control and translation
6
8
tool for multi-channel absolute-value-based control and/or bus protocols.
7
9
@@ -33,8 +35,6 @@ on any other (or the same) supported protocol, for example to:
33
35
* Control lighting fixtures or DAWs using gamepad controllers, trackballs, etc ([ Example configuration] ( configs/evdev.cfg ) )
34
36
* Play games, type, or control your mouse using MIDI controllers ([ Example configuration] ( configs/midi-mouse.cfg ) )
35
37
36
- [ ![ Build Status] ( https://travis-ci.com/cbdevnet/midimonster.svg?branch=master )] ( https://travis-ci.com/cbdevnet/midimonster ) [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/15168/badge.svg )] ( https://scan.coverity.com/projects/15168 )
37
-
38
38
If you encounter a bug or suspect a problem with a a protocol implementation, please
39
39
[ open an Issue] ( https://github.com/cbdevnet/midimonster/issues ) or get in touch with us via
40
40
IRC on [ Hackint in ` #midimonster ` ] ( https://webirc.hackint.org/#irc://irc.hackint.org/#midimonster ) .
@@ -151,6 +151,9 @@ This section will explain how to build and install the MIDIMonster.
151
151
Development is mainly done on Linux, but builds for OSX and Windows
152
152
are possible.
153
153
154
+ Binary builds for all supported systems are available for download on the
155
+ [ Release page] ( https://github.com/cbdevnet/midimonster/releases ) .
156
+
154
157
### Using the installer
155
158
156
159
The easiest way to install MIDIMonster and its dependencies on a Linux system
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ udp backends may ignore MTU
5
5
mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation
6
6
make event collectors threadsafe to stop marshalling data...
7
7
collect & check backend API version
8
+ windows strerror
Original file line number Diff line number Diff line change 3
3
The ` lua ` backend provides a flexible programming environment, allowing users to route and manipulate
4
4
events using the Lua programming language.
5
5
6
- Every instance has it's own interpreter state which can be loaded with custom handler scripts.
6
+ Every instance has its own interpreter state which can be loaded with custom handler scripts.
7
7
8
8
To process incoming channel events, the MIDIMonster calls corresponding Lua functions (if they exist)
9
9
with the value (as a Lua ` number ` type) as parameter.
You can’t perform that action at this time.
0 commit comments