Skip to content

Commit 8ebc431

Browse files
committed
Mention release page in installer section, move images around
1 parent e36f831 commit 8ebc431

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<img align="right" src="/MIDIMonster.svg?raw=true&sanitize=true" alt="MIDIMonster Logo" width="20%">
44

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+
57
Named for its scary math, the MIDIMonster is a universal control and translation
68
tool for multi-channel absolute-value-based control and/or bus protocols.
79

@@ -33,8 +35,6 @@ on any other (or the same) supported protocol, for example to:
3335
* Control lighting fixtures or DAWs using gamepad controllers, trackballs, etc ([Example configuration](configs/evdev.cfg))
3436
* Play games, type, or control your mouse using MIDI controllers ([Example configuration](configs/midi-mouse.cfg))
3537

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-
3838
If you encounter a bug or suspect a problem with a a protocol implementation, please
3939
[open an Issue](https://github.com/cbdevnet/midimonster/issues) or get in touch with us via
4040
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.
151151
Development is mainly done on Linux, but builds for OSX and Windows
152152
are possible.
153153

154+
Binary builds for all supported systems are available for download on the
155+
[Release page](https://github.com/cbdevnet/midimonster/releases).
156+
154157
### Using the installer
155158

156159
The easiest way to install MIDIMonster and its dependencies on a Linux system

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ udp backends may ignore MTU
55
mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation
66
make event collectors threadsafe to stop marshalling data...
77
collect & check backend API version
8+
windows strerror

backends/lua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `lua` backend provides a flexible programming environment, allowing users to route and manipulate
44
events using the Lua programming language.
55

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.
77

88
To process incoming channel events, the MIDIMonster calls corresponding Lua functions (if they exist)
99
with the value (as a Lua `number` type) as parameter.

0 commit comments

Comments
 (0)